index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Readers
/
LaTeX.hs
Age
Commit message (
Expand
)
Author
2024-02-13
LaTeX reader: improve treatment of cref, Cref.
John MacFarlane
2024-01-29
LaTeX reader: generate relative widths for `\linewidth`, `\textheight`.
John MacFarlane
2023-11-29
LaTeX reader: handle otherlanguage environment...
John MacFarlane
2023-06-22
LaTeX reader: support alt text on images. (#8745)
Albert Krewinkel
2023-01-13
Support complex figures. [API change]
Albert Krewinkel
2023-01-10
Update copyright years, it's 2023!
Albert Krewinkel
2022-11-25
LaTeX reader: Add `unnumbered` class for `\part*`.
John MacFarlane
2022-11-19
LaTeX reader: support more soul commands, including `\hl`.
John MacFarlane
2022-10-26
LaTeX reader: fix TEXINPUTS handling.
John MacFarlane
2022-10-21
LaTeX reader: parse short table caption.
John MacFarlane
2022-10-19
Text.Pandoc.Shared: remove `ordNub` [API change].
John MacFarlane
2022-10-19
Text.Pandoc.Shared: remove `elemText`, `notElemText`. [API change]
John MacFarlane
2022-10-17
T.P.Error: Remove PandocParsecError constructor from PandocError. (#8385)
John MacFarlane
2022-10-16
T.P.Parsing: Remove gratuitious renaming of Parsec types.
John MacFarlane
2022-10-03
Rename T.P.Readers.LaTeX.Types -> T.P.TeX.
John MacFarlane
2022-09-27
Fix small whitespace things.
John MacFarlane
2022-07-18
Unescape characters in `\lstinline` inside `\passthrough`.
John MacFarlane
2022-06-20
LaTeX: Handle formatted text inside code inline (#8129)
Elliot Bobrow
2022-06-01
Fix treatment of extensions for `\input` in LaTeX reader.
John MacFarlane
2022-04-19
LaTeX reader: support `\includesvg`.
John MacFarlane
2022-03-12
LaTeX reader: better handling of `\usepackage`.
John MacFarlane
2022-03-11
LaTeX reader: further optimizations for inline parsing.
John MacFarlane
2022-03-11
LaTeX reader: use custom TokStream...
John MacFarlane
2022-03-09
LaTeX reader: allow inline groups starting with `\bgroup`.
John MacFarlane
2022-02-27
LaTeX reader: rudimentary support for vbox.
John MacFarlane
2022-02-19
LaTeX reader: Handle `\label` and `\ref` for footnotes.
John MacFarlane
2022-02-10
LaTeX reader: support `\today`.
John MacFarlane
2022-01-29
LaTeX reader: ensure that `\raggedright` doesn't gobble an argument.
John MacFarlane
2022-01-25
LaTeX reader: improve descItem.
John MacFarlane
2022-01-21
Remove retokenizing in rawLaTeXParser.
John MacFarlane
2022-01-14
T.P.Readers.LaTeX.Parsing: don't export totoks.
John MacFarlane
2022-01-02
Copyright notices: update for 2022
Albert Krewinkel
2021-11-24
LaTeX reader: improve references.
John MacFarlane
2021-11-07
LaTeX reader: add 'uri' class when parsing `\url`.
John MacFarlane
2021-10-22
Use simpleFigure in Readers.
Aner Lucero
2021-09-19
Ignore (and gobble parameters of) CSLReferences environment.
John MacFarlane
2021-08-21
LaTeX-parser: restrict \endinput to current file
Simon Schuster
2021-07-11
Improved parsing of raw LaTeX from Text streams (rawLaTeXParser).
John MacFarlane
2021-06-01
LaTeX reader: don't allow optional * on symbol control sequences.
John MacFarlane
2021-05-19
LaTeX reader: better support for `\xspace`.
John MacFarlane
2021-05-09
Change reader types, allowing better tracking of source positions.
John MacFarlane
2021-04-25
Minor code reformatting.
John MacFarlane
2021-04-25
Writers: Recognize custom syntax definitions (#7241)
Jan Tojnar
2021-04-17
Update to released unicode-collation, latest citeproc dev version.
John MacFarlane
2021-04-17
Remove Text.Pandoc.BCP47 module.
John MacFarlane
2021-03-19
Use NonEmpty instead of minimumDef.
John MacFarlane
2021-03-18
Use minimumDef instead of minimum (partial function).
John MacFarlane
2021-03-18
Require safe >= 0.3.18 and remove cpp.
John MacFarlane
2021-03-07
LaTeX reader: support hyperref command.
John MacFarlane
2021-03-03
Revert "Add T.P.Readers.LaTeX.Include."
John MacFarlane
[next]