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
Age
Commit message (
Expand
)
Author
2024-03-17
LaTeX reader: better handling of colwidths.
John MacFarlane
2024-03-10
LaTeX reader: improve tokenization of `@`.
John MacFarlane
2024-03-09
LaTeX reader: Make `withRaw` work inside `parseFromToks`.
John MacFarlane
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-11-17
LaTeX reader: fix theorem label parsing (#9198)
Hikaru Ibayashi
2023-10-21
LaTeX reader: better handle spacing commands...
John MacFarlane
2023-10-08
Fix incorrect abbreviation for astronomical unit (#9125)
Michael McClurg
2023-05-04
LaTeX reader: ignore args to column type in `\multicolumn`.
Albert Krewinkel
2023-02-28
LaTeX table parser: also allow `6*c` in column spec.
John MacFarlane
2023-02-28
LaTeX reader: fix multiplication syntax for tabular.
John MacFarlane
2023-01-23
LaTeX reader: Fix bug in macro resolution for environments.
John MacFarlane
2023-01-23
LaTeX reader: Fix small logic error in macro parsing code.
John MacFarlane
2023-01-13
Support complex figures. [API change]
Albert Krewinkel
2023-01-10
Update copyright years, it's 2023!
Albert Krewinkel
2022-10-21
LaTeX reader: parse short table caption.
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-10-03
Separate out T.P.Data, T.P.Translations from T.P.Class. (#8348)
John MacFarlane
2022-09-27
T.P.Readers.LaTeX.Parsing: remove unused function toksToString
John MacFarlane
2022-09-27
Fix small whitespace things.
John MacFarlane
2022-08-24
LaTeX reader: handle `##` macro arguments properly.
John MacFarlane
2022-08-23
LaTeX reader: skip parenthenized args of toprule, midrule, etc.
John MacFarlane
2022-06-13
LaTeX reader: improve mathEnvWith.
John MacFarlane
2022-04-02
LaTeX reader: avoid a thunk in sRawTokens.
John MacFarlane
2022-03-12
T.P.Readers.LaTeX.Parsing: Monoid and Semigroup instances for TokStream.
John MacFarlane
2022-03-11
LaTeX reader: use custom TokStream...
John MacFarlane
2022-02-19
LaTeX reader: Handle `\label` and `\ref` for footnotes.
John MacFarlane
2022-02-02
LaTeX reader: handle subequations as inline math environment.
John MacFarlane
2022-01-22
LaTeX reader: improve handling of newif.
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-07
T.P.Readers.LaTeX.SIunitx: explicit imports.
John MacFarlane
2022-01-07
Add LaTeX babel mappings for Guajati (gu) and Oriya (or).
John MacFarlane
2022-01-07
Fix typo panjabi -> punjabi.
John MacFarlane
2022-01-02
Copyright notices: update for 2022
Albert Krewinkel
2021-11-24
LaTeX reader: Fix semantics of `\ref`.
John MacFarlane
2021-11-24
LaTeX reader: improve references.
John MacFarlane
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-11
LaTeX reader: Implement siunitx v3 commands.
John MacFarlane
2021-10-10
LaTeX reader: Properly handle `\^` followed by group closing.
John MacFarlane
2021-09-19
LaTeX reader: Recognize that `\vadjust` sometimes takes "pre".
John MacFarlane
2021-08-21
LaTeX-parser: restrict \endinput to current file
Simon Schuster
2021-08-13
LaTeX reader: proper implicit grouping around environment macros.
John MacFarlane
2021-08-11
Fix some lint issues.
John MacFarlane
2021-08-11
LaTeX reader: Support `\global` before `\def`, `\let`, etc.
John MacFarlane
2021-08-11
Fix scope for LaTeX macros.
John MacFarlane
2021-08-11
LaTeX reader: improve handling of plain TeX macro primitives.
John MacFarlane
[next]