aboutsummaryrefslogtreecommitdiff
path: root/tests/Tests/Writers/LaTeX.hs
AgeCommit message (Expand)AuthorFilesLines
2017-01-25Update tests to work with runPure.John MacFarlane1-1/+1
2016-12-04LaTeX writer: Fix unnumbered headers when used with `--top-level`Albert Krewinkel1-0/+22
2016-11-27Refactor top-level division selection (#3261)Albert Krewinkel1-10/+29
2016-11-26Allow to overwrite top-level division type heuristics (#3258)Albert Krewinkel1-2/+2
2016-10-19Add option for top-level division typeAlbert Krewinkel1-5/+56
2016-10-14Remove Tests.ArbitraryJesse Rosenthal1-1/+1
2016-09-20LaTeX writer: change braced backtick to \textasciigrave{}Jesse Rosenthal1-1/+1
2016-09-19Add test for backtick in verbatim.Jesse Rosenthal1-0/+2
2016-07-14Removed some redundant class constraints.John MacFarlane1-2/+2
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane1-1/+1
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane1-1/+0
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane1-0/+1
2015-10-28LaTeX writer: add `\protect` to `\hyperlink`.John MacFarlane1-1/+1
2015-10-27LaTeX writer: Use `\hypertarget` and `\hyperlink` for links.John MacFarlane1-1/+1
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