summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/LaTeX
AgeCommit message (Expand)Author
2024-03-17LaTeX reader: better handling of colwidths.John MacFarlane
2024-03-10LaTeX reader: improve tokenization of `@`.John MacFarlane
2024-03-09LaTeX reader: Make `withRaw` work inside `parseFromToks`.John MacFarlane
2024-02-13LaTeX reader: improve treatment of cref, Cref.John MacFarlane
2024-02-13LaTeX reader: treat `\Cref` like `\cref` (for now).John MacFarlane
2023-11-17LaTeX reader: fix theorem label parsing (#9198)Hikaru Ibayashi
2023-10-21LaTeX reader: better handle spacing commands...John MacFarlane
2023-10-08Fix incorrect abbreviation for astronomical unit (#9125)Michael McClurg
2023-05-04LaTeX reader: ignore args to column type in `\multicolumn`.Albert Krewinkel
2023-02-28LaTeX table parser: also allow `6*c` in column spec.John MacFarlane
2023-02-28LaTeX reader: fix multiplication syntax for tabular.John MacFarlane
2023-01-23LaTeX reader: Fix bug in macro resolution for environments.John MacFarlane
2023-01-23LaTeX reader: Fix small logic error in macro parsing code.John MacFarlane
2023-01-13Support complex figures. [API change]Albert Krewinkel
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-10-21LaTeX reader: parse short table caption.John MacFarlane
2022-10-17T.P.Error: Remove PandocParsecError constructor from PandocError. (#8385)John MacFarlane
2022-10-16T.P.Parsing: Remove gratuitious renaming of Parsec types.John MacFarlane
2022-10-03Rename T.P.Readers.LaTeX.Types -> T.P.TeX.John MacFarlane
2022-10-03Separate out T.P.Data, T.P.Translations from T.P.Class. (#8348)John MacFarlane
2022-09-27T.P.Readers.LaTeX.Parsing: remove unused function toksToStringJohn MacFarlane
2022-09-27Fix small whitespace things.John MacFarlane
2022-08-24LaTeX reader: handle `##` macro arguments properly.John MacFarlane
2022-08-23LaTeX reader: skip parenthenized args of toprule, midrule, etc.John MacFarlane
2022-06-13LaTeX reader: improve mathEnvWith.John MacFarlane
2022-04-02LaTeX reader: avoid a thunk in sRawTokens.John MacFarlane
2022-03-12T.P.Readers.LaTeX.Parsing: Monoid and Semigroup instances for TokStream.John MacFarlane
2022-03-11LaTeX reader: use custom TokStream...John MacFarlane
2022-02-19LaTeX reader: Handle `\label` and `\ref` for footnotes.John MacFarlane
2022-02-02LaTeX reader: handle subequations as inline math environment.John MacFarlane
2022-01-22LaTeX reader: improve handling of newif.John MacFarlane
2022-01-21Remove retokenizing in rawLaTeXParser.John MacFarlane
2022-01-14T.P.Readers.LaTeX.Parsing: don't export totoks.John MacFarlane
2022-01-07T.P.Readers.LaTeX.SIunitx: explicit imports.John MacFarlane
2022-01-07Add LaTeX babel mappings for Guajati (gu) and Oriya (or).John MacFarlane
2022-01-07Fix typo panjabi -> punjabi.John MacFarlane
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-11-24LaTeX reader: Fix semantics of `\ref`.John MacFarlane
2021-11-24LaTeX reader: improve references.John MacFarlane
2021-11-24LaTeX reader: omit visible content for `\label{...}`.John MacFarlane
2021-11-15LaTeX reader: add rudimentary support for `\autoref` (#7693)Albert Krewinkel
2021-10-11LaTeX reader: Implement siunitx v3 commands.John MacFarlane
2021-10-10LaTeX reader: Properly handle `\^` followed by group closing.John MacFarlane
2021-09-19LaTeX reader: Recognize that `\vadjust` sometimes takes "pre".John MacFarlane
2021-08-21LaTeX-parser: restrict \endinput to current fileSimon Schuster
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