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
/
Inline.hs
Age
Commit message (
Expand
)
Author
2024-02-13
LaTeX reader: improve treatment of cref, Cref.
John MacFarlane
2024-02-13
LaTeX reader: treat `\Cref` like `\cref` (for now).
John MacFarlane
2023-01-10
Update copyright years, it's 2023!
Albert Krewinkel
2022-10-03
Rename T.P.Readers.LaTeX.Types -> T.P.TeX.
John MacFarlane
2022-10-03
Separate out T.P.Data, T.P.Translations from T.P.Class. (#8348)
John MacFarlane
2022-09-27
Fix small whitespace things.
John MacFarlane
2022-03-11
LaTeX reader: use custom TokStream...
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: omit visible content for `\label{...}`.
John MacFarlane
2021-11-15
LaTeX reader: add rudimentary support for `\autoref` (#7693)
Albert Krewinkel
2021-10-10
LaTeX reader: Properly handle `\^` followed by group closing.
John MacFarlane
2021-03-03
Revert "Add T.P.Readers.LaTeX.Include."
John MacFarlane
2021-03-03
Add T.P.Readers.LaTeX.Include.
John MacFarlane
2021-03-03
Remove T.P.Readers.LaTeX.Accent.
John MacFarlane
2021-03-03
Move enquote commands to T.P.LaTeX.Lang.
John MacFarlane
2021-03-03
Moved more into T.P.Readers.LaTeX.Lang.
John MacFarlane
2021-03-03
Split out T.P.Readers.LaTeX.Inline.
John MacFarlane