summaryrefslogtreecommitdiff
path: root/tests/Tests/Writers/LaTeX.hs
Commit message (Expand)AuthorAge
* Update tests to work with runPure.John MacFarlane2017-01-25
* LaTeX writer: Fix unnumbered headers when used with `--top-level`Albert Krewinkel2016-12-04
* Refactor top-level division selection (#3261)Albert Krewinkel2016-11-27
* Allow to overwrite top-level division type heuristics (#3258)Albert Krewinkel2016-11-26
* Add option for top-level division typeAlbert Krewinkel2016-10-19
* Remove Tests.ArbitraryJesse Rosenthal2016-10-14
* LaTeX writer: change braced backtick to \textasciigrave{}Jesse Rosenthal2016-09-20
* Add test for backtick in verbatim.Jesse Rosenthal2016-09-19
* Removed some redundant class constraints.John MacFarlane2016-07-14
* Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane2015-11-19
|\
* | 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