aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/LaTeX/Types.hs
AgeCommit message (Expand)AuthorFilesLines
2021-08-11Fix scope for LaTeX macros.John MacFarlane1-1/+5
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane1-1/+14
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2019-03-01Remove license boilerplate.John MacFarlane1-18/+0
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-2/+2
2018-08-14LaTeX reader: handle parameter patterns for `\def`.John MacFarlane1-1/+5
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-01-05Update copyright notices to include 2018Albert Krewinkel1-2/+2
2017-10-27hlint suggestions.John MacFarlane1-1/+0
2017-10-16Improved handling of include files in LaTeX reader.John MacFarlane1-4/+4
2017-08-07LaTeX reader: Support `\let`.John MacFarlane1-1/+5
2017-07-07Rewrote LaTeX reader with proper tokenization.John MacFarlane1-0/+48