aboutsummaryrefslogtreecommitdiff
path: root/tests/Tests/Writers/LaTeX.hs
AgeCommit message (Expand)AuthorFilesLines
2015-04-17Merge branch 'latex-tightlist' of https://github.com/jlduran/pandoc into jldu...John MacFarlane1-1/+1
2014-12-15Improved texorpdfstring patch #1148.John MacFarlane1-1/+1
2014-12-15Merge branch 'use-texorpdfstring' of https://github.com/wilx/pandoc into wilx...John MacFarlane1-1/+1
2014-09-09LaTeX writer: Test for protecting images in header.Jesse Rosenthal1-0/+3
2014-09-01LaTeX writer: Use a declaration for tight listsJose Luis Duran1-1/+1
2014-08-31LaTeX writer: Add tests for header-in-item.Jesse Rosenthal1-0/+7
2014-07-29LaTeX writer: use \(..\) instead of $..$ for inline math.John MacFarlane1-1/+1
2014-06-23LaTeX writer: Use `\textquotesingle` for `'` in inline code.John MacFarlane1-0/+2
2014-06-20LaTeX writer: Fixed strikeout + highlighted code. Closes #1294.John MacFarlane1-1/+11
2014-02-13Update tests suite to expect \texorpdfstring.Vaclav Zeman1-1/+1
2013-10-21Fix definition lists with internal links in terms (closes #1032).John MacFarlane1-0/+5
2013-08-22Write id for code block to label attr in latex when listing is usedFlorian Eitel1-0/+7
2013-08-16LaTeX writer: Avoid problem with footnotes in unnumbered headers.John MacFarlane1-0/+6
2013-06-26Stop escaping `|` in LaTeX math.John MacFarlane1-1/+1
2013-01-23Eliminated use of TH in test suite.John MacFarlane1-1/+1
2013-01-12Escape `|` as `\vert` in LaTeX math.John MacFarlane1-0/+4
2012-07-26Moved WriterOptions and associated types Shared -> Options.John MacFarlane1-1/+1
2012-07-26Moved tests to tests/, modified cabal file so lib isn't recompiled.John MacFarlane1-0/+35