aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/LaTeX/Macro.hs
AgeCommit message (Expand)AuthorFilesLines
2021-08-13LaTeX reader: proper implicit grouping around environment macros.John MacFarlane1-1/+2
2021-08-11Fix some lint issues.John MacFarlane1-4/+3
2021-08-11LaTeX reader: Support `\global` before `\def`, `\let`, etc.John MacFarlane1-2/+10
2021-08-11Fix scope for LaTeX macros.John MacFarlane1-42/+58
2021-08-11LaTeX reader: improve handling of plain TeX macro primitives.John MacFarlane1-4/+27
2021-05-27LaTeX reader: improve `\def` and implement `\newif`.John MacFarlane1-14/+45
2021-03-01Factor out T.P.Readers.LaTeX.Macro.John MacFarlane1-0/+153