summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/LaTeX/Macro.hs
AgeCommit message (Expand)Author
2023-01-23LaTeX reader: Fix bug in macro resolution for environments.John MacFarlane
2022-10-03Rename T.P.Readers.LaTeX.Types -> T.P.TeX.John MacFarlane
2022-08-24LaTeX reader: handle `##` macro arguments properly.John MacFarlane
2022-01-22LaTeX reader: improve handling of newif.John MacFarlane
2021-08-13LaTeX reader: proper implicit grouping around environment macros.John MacFarlane
2021-08-11Fix some lint issues.John MacFarlane
2021-08-11LaTeX reader: Support `\global` before `\def`, `\let`, etc.John MacFarlane
2021-08-11Fix scope for LaTeX macros.John MacFarlane
2021-08-11LaTeX reader: improve handling of plain TeX macro primitives.John MacFarlane
2021-05-27LaTeX reader: improve `\def` and implement `\newif`.John MacFarlane
2021-03-01Factor out T.P.Readers.LaTeX.Macro.John MacFarlane