aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/LaTeX
AgeCommit message (Expand)Author
2026-01-08LaTeX reader: handle more quote macros.John MacFarlane
2025-12-12Fix imports to avoid warning about foldl'.John MacFarlane
2025-11-04T.P.LaTeX.Parsing: change type on rawLaTeXParser.John MacFarlane
2025-11-04LaTeX reader: fix spurious paragraph breaks in math environments (#11265)Emmanuel Ferdman
2025-11-03LaTeX reader: fix bugs in raw LaTeX parsing.John MacFarlane
2025-08-11LaTeX reader/writer: change handling of math environments.John MacFarlane
2025-08-06LaTeX reader and writer: add support for soft hypensAlbert Krewinkel
2025-06-16LaTeX reader: support `\ifmmode`.John MacFarlane
2025-05-11T.P.Readers.LaTeX.Math: export `inlineEnvironmentNames`.John MacFarlane
2025-04-14LaTeX reader: support more symbol commands.John MacFarlane
2025-04-14LaTeX reader: disable ligatures inside `\texttt`.John MacFarlane
2025-03-19Skip at most one argument to LaTeX tabular newline (#10707)silby
2025-03-04LaTeX reader: better handle comments/whitespace in option lists and includes.John MacFarlane
2024-09-24LaTeX reader: add em, ex, px, mu to list of units for dimension args.John MacFarlane
2024-09-07LaTeX reader: math environments don't have bracketed options.John MacFarlane
2024-09-01LaTeX reader: parse nested tabular environments.John MacFarlane
2024-07-02Fix some mistakes with Japanese language code.John MacFarlane
2024-06-21LaTeX reader: fix parsing of dimensions beginning with `.`.John MacFarlane
2024-04-26LaTeX writer: use polytonicgreek instead of polutonikogreek...John MacFarlane
2024-04-25Update copyright dates to 2024.John MacFarlane
2024-04-23LaTeX reader: parse `flalign`, `flalign*` math environments.John MacFarlane
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