summaryrefslogtreecommitdiff
path: root/test/Tests/Writers/LaTeX.hs
AgeCommit message (Expand)Author
2023-12-10LaTeX writer: fix bug with big footnotes inside emphasis (#9168)Hikaru Ibayashi
2023-08-19LaTeX writer: improve internal links and targets.John MacFarlane
2022-11-19LaTeX writer: Use soul instead of ulem for strikeout, underline.John MacFarlane
2022-02-23Tests: improve location reporting of failing testsAlbert Krewinkel
2021-02-07Avoid unnecessary use of NoImplicitPrelude pragma (#7089)Albert Krewinkel
2020-01-01LaTeX writer: properly handle unnumbered headings level 4+.John MacFarlane
2019-06-10LaTeX writer: Use mbox to get proper behavior inside `\sout`.John MacFarlane
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2017-06-11Switched Writer types to use Text.John MacFarlane
2017-03-14Use tasty for tests rather than test-framework.John MacFarlane
2017-03-01LaTeX writer: always add hypertarget when there's a non-empty identifier.John MacFarlane
2017-02-04Moved tests/ -> test/.John MacFarlane