Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-11-24 | LaTeX reader: omit visible content for `\label{...}`. | John MacFarlane | 1 | -2/+1 | |
Previously we included the text of the label in square brackets, but this is undesirable in many cases. See discussion in <https://github.com/jgm/pandoc/issues/813#issuecomment-978232426>. | |||||
2021-11-15 | LaTeX reader: add rudimentary support for `\autoref` (#7693) | Albert Krewinkel | 1 | -0/+1 | |
2021-10-10 | LaTeX reader: Properly handle `\^` followed by group closing. | John MacFarlane | 1 | -3/+3 | |
Closes #7615. | |||||
2021-03-03 | Revert "Add T.P.Readers.LaTeX.Include." | John MacFarlane | 1 | -13/+2 | |
This reverts commit b569b0226d4bd5e0699077089d54fb03d4394b7d. Memory usage improvement in compilation wasn't very significant. | |||||
2021-03-03 | Add T.P.Readers.LaTeX.Include. | John MacFarlane | 1 | -2/+13 | |
2021-03-03 | Remove T.P.Readers.LaTeX.Accent. | John MacFarlane | 1 | -3/+68 | |
Incorporate accentCommands into T.P.Readers.LaTeX.Inline. | |||||
2021-03-03 | Move enquote commands to T.P.LaTeX.Lang. | John MacFarlane | 1 | -2/+0 | |
2021-03-03 | Moved more into T.P.Readers.LaTeX.Lang. | John MacFarlane | 1 | -3/+62 | |
2021-03-03 | Split out T.P.Readers.LaTeX.Inline. | John MacFarlane | 1 | -0/+275 | |