summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/LaTeX.hs
AgeCommit message (Expand)Author
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
2022-01-14T.P.Readers.LaTeX.Parsing: don't export totoks.John MacFarlane
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-11-24LaTeX reader: improve references.John MacFarlane
2021-11-07LaTeX reader: add 'uri' class when parsing `\url`.John MacFarlane
2021-10-22Use simpleFigure in Readers.Aner Lucero
2021-09-19Ignore (and gobble parameters of) CSLReferences environment.John MacFarlane
2021-08-21LaTeX-parser: restrict \endinput to current fileSimon Schuster
2021-07-11Improved parsing of raw LaTeX from Text streams (rawLaTeXParser).John MacFarlane
2021-06-01LaTeX reader: don't allow optional * on symbol control sequences.John MacFarlane
2021-05-19LaTeX reader: better support for `\xspace`.John MacFarlane
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane
2021-04-25Minor code reformatting.John MacFarlane
2021-04-25Writers: Recognize custom syntax definitions (#7241)Jan Tojnar
2021-04-17Update to released unicode-collation, latest citeproc dev version.John MacFarlane
2021-04-17Remove Text.Pandoc.BCP47 module.John MacFarlane
2021-03-19Use NonEmpty instead of minimumDef.John MacFarlane
2021-03-18Use minimumDef instead of minimum (partial function).John MacFarlane
2021-03-18Require safe >= 0.3.18 and remove cpp.John MacFarlane
2021-03-07LaTeX reader: support hyperref command.John MacFarlane
2021-03-03Revert "Add T.P.Readers.LaTeX.Include."John MacFarlane