summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/LaTeX.hs
Commit message (Expand)AuthorAge
* Append newline to the LineBreak of various writersTim Lin2015-02-04
* LaTeX writer: Don't escape $ in URL. Closes #1913.John MacFarlane2015-02-01
* ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha...Mark Wright2015-01-05
* LaTeX writer: Handle consecutive linebreaks.John MacFarlane2014-12-15
* LaTeX writer: better handling of display math in simple tables.John MacFarlane2014-12-15
* Improved texorpdfstring patch #1148.John MacFarlane2014-12-15
* Merge branch 'use-texorpdfstring' of https://github.com/wilx/pandoc into wilx...John MacFarlane2014-12-15
|\
| * src/Text/Pandoc/Writers/LaTeX.hs: Use \texorpdfstring for sectionVaclav Zeman2014-02-10
* | Escape spaces. Fixes jgm/pandoc#1694.Bjorn Buckwalter2014-10-15
* | LaTeX writer: Protect graphics in headers.Jesse Rosenthal2014-09-09
* | LaTeX writer: Avoid using reserved characters as \lstinline delimiters.John MacFarlane2014-09-01
* | LaTeX writer: Put `~` before header in item text.Jesse Rosenthal2014-08-31
* | Merge pull request #1574 from jlduran/latex-horizontal-ruleJohn MacFarlane2014-08-29
|\ \
| * | LaTeX writer: Make Horizontal Rules more flexibleJose Luis Duran2014-08-28
* | | LaTeX writer: Add `\strut` to fix multiline tablesJose Luis Duran2014-08-29
* | | LaTeX writer: Fix tablesJose Luis Duran2014-08-28
|/ /
* | Merge pull request #1527 from mpickering/juicypixelsJohn MacFarlane2014-08-12
|\ \
| * | LaTeX Writer: Added missing closing braces to hyperdef commandsMatthew Pickering2014-08-13
* | | Beamer: Use \footnote<.->{..} for notes.John MacFarlane2014-08-12
|/ /
* | LaTeX writer: Don't produce `\label{}` for Div or Span.John MacFarlane2014-08-11
* | TeX Writer: Write hyperdef and label for identifiers on Div blocksMatthew Pickering2014-08-11
* | Add PatternGuards pragmas.Artyom Kazak2014-08-04
* | Use `stripPrefix` where appropriate.Artyom Kazak2014-08-04
* | LaTeX writer: use \(..\) instead of $..$ for inline math.John MacFarlane2014-07-29
* | LaTeX writer: Use \nolinkurl in email autolinks.John MacFarlane2014-07-15
* | LaTeX writer: Put table captions above tables.John MacFarlane2014-07-10
* | LaTeX writer: Use `\textquotesingle` for `'` in inline code.John MacFarlane2014-06-23
* | LaTeX writer: Correctly handle figures in notes.John MacFarlane2014-06-20
* | LaTeX writer: Fixed strikeout + highlighted code. Closes #1294.John MacFarlane2014-06-20
* | Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
* | LaTeX writer: Fixed inconsistencies with reference escaping.John MacFarlane2014-05-04
* | LaTeX writer: Mark span contents with label if span has an IDAlbert Krewinkel2014-04-25
* | LaTeX writer: Workaround for level 4-5 headers in quotes.John MacFarlane2014-04-06
* | LaTeX writer: handle line breaks in simple table cells.John MacFarlane2014-04-04
* | Make --toc-depth work well with books in latex/pdf output.John MacFarlane2014-03-31
* | Merge remote-tracking branch 'origin/master' into en-dash-ligature-avoidance.Vaclav Zeman2014-02-09
|\|
| * HLint: use fromMaybeHenry de Valence2013-12-19
| * HLint: use /=Henry de Valence2013-12-19
| * HLint: Use allHenry de Valence2013-12-19
| * LaTeX writer: Better treatment of footnotes in tables.John MacFarlane2013-12-17
| * LaTeX writer: Factored out function for table cell creation.John MacFarlane2013-12-17
| * Add booktabs package for LaTeX tablesJose Luis Duran2013-12-04
| * LaTeX writer: Handle csl flipflopping spans (csl-no-emph, etc.)John MacFarlane2013-11-23
| * LaTeX writer: Properly escape pdftitle, pdfauthor.John MacFarlane2013-11-16
* | Use \/ to avoid en-dash ligature instead of -{}-.Vaclav Zeman2014-02-08
|/
* Fix definition lists with internal links in terms (closes #1032).John MacFarlane2013-10-21
* LaTeX writer: Specially escape non-ascii characters in labels.John MacFarlane2013-10-17
* LaTeX writer: Add link anchors for code blocks with identifiers.John MacFarlane2013-10-17
* Use isURI instead of isAbsoluteURI.John MacFarlane2013-10-16
* Treat div with class "notes" as speaker notes in slide formats.John MacFarlane2013-10-13