aboutsummaryrefslogtreecommitdiff
path: root/test/latex-reader.native
AgeCommit message (Expand)Author
2021-11-07LaTeX reader: add 'uri' class when parsing `\url`.John MacFarlane
2021-09-28Switch from pretty-simple to pretty-show for native output.John MacFarlane
2021-09-21Use pretty-simple to format native output.John MacFarlane
2020-11-26LaTeX reader: preserve center environment (#6852)Igor Pashev
2020-04-15Use the new builders, modify readers to preserve empty headersdespresc
2020-04-15Adapt to the removal of the RowSpan, ColSpan, RowHeadColumns accessorsdespresc
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc
2020-04-15Implement the new Table typedespresc
2017-07-12Make sure \write18 is parsed as raw LaTeX.John MacFarlane
2017-07-07Rewrote LaTeX reader with proper tokenization.John MacFarlane
2017-05-15Added support for horizontal spacing in LaTeX: parse \, to \8198 (six-per-em ...Henri Werth
2017-02-22When parsing raw LaTeX commands, include trailing space.John MacFarlane
2017-02-04Moved tests/ -> test/.John MacFarlane