aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/LaTeX.hs
AgeCommit message (Expand)Author
2025-11-05LaTeX reader: revert `\linebreak` as LineBreak.John MacFarlane
2025-11-04Better handling of `\makeatletter` in parsing raw LaTeX.John MacFarlane
2025-11-04Revert "Improve parsing of raw LaTeX blocks..."John MacFarlane
2025-11-04Improve parsing of raw LaTeX blocks...John MacFarlane
2025-11-04T.P.LaTeX.Parsing: change type on rawLaTeXParser.John MacFarlane
2025-11-03LaTeX reader: fix bugs in raw LaTeX parsing.John MacFarlane
2025-10-28LaTeX reader: Moved some entries from environments to blockCommands.John MacFarlane
2025-09-15LaTeX reader: ignore `\pandocbounded`.John MacFarlane
2025-09-02Change `latex-pos` to `latex-placement`.John MacFarlane
2025-08-10LaTeX reader: parse `\minisec` as unlisted level 6 headings.Albert Krewinkel
2025-06-16LaTeX reader: support `\ifmmode`.John MacFarlane
2025-04-14LaTeX reader: support more symbol commands.John MacFarlane
2025-04-14LaTeX reader: disable ligatures inside `\texttt`.John MacFarlane
2025-03-04LaTeX reader: support `\newline`, `\linebreak`.John MacFarlane
2025-03-04LaTeX reader: better handle comments/whitespace in option lists and includes.John MacFarlane
2024-12-18LaTeX reader: handle `figure*` environment as a figure.John MacFarlane
2024-10-25LaTeX reader: put minipage in specially marked Div.John MacFarlane
2024-09-01LaTeX reader: parse nested tabular environments.John MacFarlane
2024-04-25Update copyright dates to 2024.John MacFarlane
2024-04-21LaTeX reader: fix over-eager macro expansion in conditionals.John MacFarlane
2024-02-13LaTeX reader: improve treatment of cref, Cref.John MacFarlane
2024-01-29LaTeX reader: generate relative widths for `\linewidth`, `\textheight`.John MacFarlane
2023-11-29LaTeX reader: handle otherlanguage environment...John MacFarlane
2023-06-22LaTeX reader: support alt text on images. (#8745)Albert Krewinkel
2023-01-13Support complex figures. [API change]Albert Krewinkel
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-11-25LaTeX reader: Add `unnumbered` class for `\part*`.John MacFarlane
2022-11-19LaTeX reader: support more soul commands, including `\hl`.John MacFarlane
2022-10-26LaTeX reader: fix TEXINPUTS handling.John MacFarlane
2022-10-21LaTeX reader: parse short table caption.John MacFarlane
2022-10-19Text.Pandoc.Shared: remove `ordNub` [API change].John MacFarlane
2022-10-19Text.Pandoc.Shared: remove `elemText`, `notElemText`. [API change]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-09-27Fix small whitespace things.John MacFarlane
2022-07-18Unescape characters in `\lstinline` inside `\passthrough`.John MacFarlane
2022-06-20LaTeX: Handle formatted text inside code inline (#8129)Elliot Bobrow
2022-06-01Fix treatment of extensions for `\input` in LaTeX reader.John MacFarlane
2022-04-19LaTeX reader: support `\includesvg`.John MacFarlane
2022-03-12LaTeX reader: better handling of `\usepackage`.John MacFarlane
2022-03-11LaTeX reader: further optimizations for inline parsing.John MacFarlane
2022-03-11LaTeX reader: use custom TokStream...John MacFarlane
2022-03-09LaTeX reader: allow inline groups starting with `\bgroup`.John MacFarlane
2022-02-27LaTeX reader: rudimentary support for vbox.John MacFarlane
2022-02-19LaTeX reader: Handle `\label` and `\ref` for footnotes.John MacFarlane
2022-02-10LaTeX reader: support `\today`.John MacFarlane
2022-01-29LaTeX reader: ensure that `\raggedright` doesn't gobble an argument.John MacFarlane
2022-01-25LaTeX reader: improve descItem.John MacFarlane
2022-01-21Remove retokenizing in rawLaTeXParser.John MacFarlane