summaryrefslogtreecommitdiff
path: root/tests/Tests/Writers/LaTeX.hs
Commit message (Expand)AuthorAge
* Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
* LaTeX writer: add `\protect` to `\hyperlink`.John MacFarlane2015-10-28
* LaTeX writer: Use `\hypertarget` and `\hyperlink` for links.John MacFarlane2015-10-27
* Merge branch 'latex-tightlist' of https://github.com/jlduran/pandoc into jldu...John MacFarlane2015-04-17
|\
| * LaTeX writer: Use a declaration for tight listsJose Luis Duran2014-09-01
* | Improved texorpdfstring patch #1148.John MacFarlane2014-12-15
* | Merge branch 'use-texorpdfstring' of https://github.com/wilx/pandoc into wilx...John MacFarlane2014-12-15
|\ \
| * | Update tests suite to expect \texorpdfstring.Vaclav Zeman2014-02-13
* | | LaTeX writer: Test for protecting images in header.Jesse Rosenthal2014-09-09
| |/ |/|
* | LaTeX writer: Add tests for header-in-item.Jesse Rosenthal2014-08-31
* | LaTeX writer: use \(..\) instead of $..$ for inline math.John MacFarlane2014-07-29
* | LaTeX writer: Use `\textquotesingle` for `'` in inline code.John MacFarlane2014-06-23
* | 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