summaryrefslogtreecommitdiff
path: root/tests/Tests/Writers/LaTeX.hs
Commit message (Expand)AuthorAge
* LaTeX writer: Fixed strikeout + highlighted code. Closes #1294.John MacFarlane2014-06-20
* Fix definition lists with internal links in terms (closes #1032).John MacFarlane2013-10-21
* Write id for code block to label attr in latex when listing is usedFlorian Eitel2013-08-22
* LaTeX writer: Avoid problem with footnotes in unnumbered headers.John MacFarlane2013-08-16
* Stop escaping `|` in LaTeX math.John MacFarlane2013-06-26
* Eliminated use of TH in test suite.John MacFarlane2013-01-23
* Escape `|` as `\vert` in LaTeX math.John MacFarlane2013-01-12
* Moved WriterOptions and associated types Shared -> Options.John MacFarlane2012-07-26
* Moved tests to tests/, modified cabal file so lib isn't recompiled.John MacFarlane2012-07-26