aboutsummaryrefslogtreecommitdiff
path: root/test/latex-reader.native
AgeCommit message (Expand)AuthorFilesLines
2021-11-07LaTeX reader: add 'uri' class when parsing `\url`.John MacFarlane1-3/+3
2021-09-28Switch from pretty-simple to pretty-show for native output.John MacFarlane1-2337/+2109
2021-09-21Use pretty-simple to format native output.John MacFarlane1-416/+2519
2020-11-26LaTeX reader: preserve center environment (#6852)Igor Pashev1-13/+26
2020-04-15Use the new builders, modify readers to preserve empty headersdespresc1-3/+1
2020-04-15Adapt to the removal of the RowSpan, ColSpan, RowHeadColumns accessorsdespresc1-11/+11
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc1-25/+36
2020-04-15Implement the new Table typedespresc1-11/+30
2017-07-12Make sure \write18 is parsed as raw LaTeX.John MacFarlane1-1/+1
2017-07-07Rewrote LaTeX reader with proper tokenization.John MacFarlane1-1/+1
2017-05-15Added support for horizontal spacing in LaTeX: parse \, to \8198 (six-per-em ...Henri Werth1-2/+2
2017-02-22When parsing raw LaTeX commands, include trailing space.John MacFarlane1-1/+1
2017-02-04Moved tests/ -> test/.John MacFarlane1-0/+375