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