aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Readers/LaTeX.hs
AgeCommit message (Expand)Author
2024-04-25Update copyright dates to 2024.John MacFarlane
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-02-23Tests: improve location reporting of failing testsAlbert Krewinkel
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-02-28Remove superfluous imports.John MacFarlane
2021-02-28T.P.Readers.LaTeX: Don't export tokenize, untokenize.John MacFarlane
2021-02-22Text.Pandoc.UTF8: change IO functions to return Text, not String.John MacFarlane
2021-02-07Avoid unnecessary use of NoImplicitPrelude pragma (#7089)Albert Krewinkel
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel
2020-09-15LaTeX reader: fix improper empty cell filtering (#6689)Christian Despres
2020-08-15[Latex Reader] Fixing issues with \multirow and \multicolumn table cells (#6608)Laurent P. René de Cotret
2020-08-07[Latex Reader] Table cell parser not consuming spaces correctly (#6597)Laurent P. René de Cotret
2020-07-23Col-span and row-span in LaTeX reader (#6470)Laurent P. René de Cotret
2020-04-15Use the new builders, modify readers to preserve empty headersdespresc
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc
2020-04-15Implement the new Table typedespresc
2020-03-13Update copyright year (#6186)Albert Krewinkel
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2017-12-15Added tests of latex tokenizer.John MacFarlane
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane
2017-10-17Latex reader: Skip spaces in image optionsBen Firshman
2017-10-17Add tests for existing \includegraphics behaviourBen Firshman
2017-10-06LaTeX reader: read polyglossia/babel \text($LANG){...}.bucklereed
2017-08-24LaTeX reader: RN and Rn, from biblatex (#3854)bucklereed
2017-08-05LaTeX reader: plainbreak, fancybreak et al from the memoir class (#3833)bucklereed
2017-07-07Rewrote LaTeX reader with proper tokenization.John MacFarlane
2017-06-11Switched Writer types to use Text.John MacFarlane
2017-06-10Changed all readers to take Text instead of String.John MacFarlane
2017-03-14Use tasty for tests rather than test-framework.John MacFarlane
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane
2017-02-04Moved tests/ -> test/.John MacFarlane