aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Readers/LaTeX.hs
AgeCommit message (Expand)AuthorFilesLines
2017-12-15Added tests of latex tokenizer.John MacFarlane1-1/+18
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane1-2/+2
2017-10-17Latex reader: Skip spaces in image optionsBen Firshman1-0/+3
2017-10-17Add tests for existing \includegraphics behaviourBen Firshman1-0/+24
2017-10-06LaTeX reader: read polyglossia/babel \text($LANG){...}.bucklereed1-0/+20
2017-08-24LaTeX reader: RN and Rn, from biblatex (#3854)bucklereed1-0/+23
2017-08-05LaTeX reader: plainbreak, fancybreak et al from the memoir class (#3833)bucklereed1-0/+26
2017-07-07Rewrote LaTeX reader with proper tokenization.John MacFarlane1-1/+2
2017-06-11Switched Writer types to use Text.John MacFarlane1-1/+1
2017-06-10Changed all readers to take Text instead of String.John MacFarlane1-6/+8
2017-03-14Use tasty for tests rather than test-framework.John MacFarlane1-5/+5
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane1-3/+2
2017-02-04Moved tests/ -> test/.John MacFarlane1-0/+226