aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/LaTeX.hs
AgeCommit message (Expand)AuthorFilesLines
2017-10-29Source code reformatting.John MacFarlane1-2/+2
2017-10-29hlint suggestions.John MacFarlane1-49/+53
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane1-2/+2
2017-09-08Write euro symbol directly in LaTeXAndrew Dunning1-6/+0
2017-09-07LaTeX writer: use proper code for list enumerators.John MacFarlane1-2/+13
2017-08-14Implement multicolumn support for slide formats.John MacFarlane1-2/+21
2017-08-11Added support for translations (localization) (see #3559).John MacFarlane1-2/+2
2017-08-06LaTeX writer: Don't use figure inside table cell.John MacFarlane1-2/+4
2017-06-28Make `papersize: a4` work regardless of the case of `a4`.John MacFarlane1-0/+4
2017-06-28LaTeX writer: fixed detection of otherlangs.John MacFarlane1-3/+3
2017-06-26LaTeX writer: use BCP47 parser.John MacFarlane1-89/+105
2017-06-20Writers: adjusted for renderTemplate' changes.John MacFarlane1-3/+3
2017-06-20Fixed footnotes in table captions.John MacFarlane1-16/+18
2017-06-17Use Control.Monad.State.Strict throughout.John MacFarlane1-1/+1
2017-06-11Switched Writer types to use Text.John MacFarlane1-7/+10
2017-05-23Shared: Provide custom isURI that rejects unknown schemes [isURI]Albert Krewinkel1-1/+1
2017-05-18Don't render LaTeX images with data: URIs.John MacFarlane1-0/+3
2017-05-13Update dates in copyright noticesAlbert Krewinkel1-2/+2
2017-04-29LaTeX writer: Fix problem with escaping in lstinline.John MacFarlane1-1/+6
2017-04-28LaTeX writer: don't use lstinline it \item[..].John MacFarlane1-1/+7
2017-04-25LaTeX writer: fix error with line breaks after empty content.John MacFarlane1-19/+28
2017-04-03Include \VerbatimFootnotes for highlighted code blocksTimm Albers1-2/+5
2017-03-30Allow dynamic loading of syntax definitions.John MacFarlane1-22/+24
2017-03-16LaTeX/Beamer writer: allow hyperlinks to frames.John MacFarlane1-4/+13
2017-03-13Highlighting: highlighting now returns an Either rather than Maybe.John MacFarlane1-4/+9
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane1-62/+62
2017-03-02LaTeX writer: add `\leavevmode` before hypertarget at start of paragraph.John MacFarlane1-1/+8
2017-03-02LaTeX writer: use % after hypertarget before code blockJohn MacFarlane1-1/+4
2017-03-02LaTeX writer: minor tweak to hypertarget (semantically irrelevant).John MacFarlane1-1/+3
2017-03-01LaTeX writer: always add hypertarget when there's a non-empty identifier.John MacFarlane1-29/+19
2017-02-23Removed `\strut` at beginning of table cells.John MacFarlane1-1/+1
2017-02-17Added warnings for non-rendered blocks to some writers.John MacFarlane1-36/+51
2017-02-05Handle language in inline code with --listings.John MacFarlane1-4/+9
2017-01-28LaTeX writer: export writeBeamer.John MacFarlane1-25/+50
2017-01-25Removed writerHighlight; made writerHighlightStyle a Maybe.John MacFarlane1-7/+12
2017-01-25Revert "Added page breaks into Pandoc."John MacFarlane1-1/+0
2017-01-25Removed writerIgnoreNotes.John MacFarlane1-4/+0
2017-01-25Removed writerTeXLigatures.John MacFarlane1-3/+3
2017-01-25Convert all writers to use PandocMonad.Jesse Rosenthal1-2/+3
2017-01-25Adds support for pagebreaks (when it makes sense)Hubert Plociniczak1-0/+1
2016-12-23Updates to use skylighting rather than highlighting-kate.John MacFarlane1-2/+2
2016-12-16LaTeX writer: allow tables with empty cells to count as "plain."John MacFarlane1-0/+1
2016-12-04LaTeX writer: Fix unnumbered headers when used with `--top-level`Albert Krewinkel1-1/+1
2016-11-30Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane1-4/+4
2016-11-27Refactor top-level division selection (#3261)Albert Krewinkel1-9/+12
2016-11-26[Tex] Remove invalid inlines in sections (#3218)hubertp-lshift1-4/+6
2016-11-26Allow to overwrite top-level division type heuristics (#3258)Albert Krewinkel1-2/+5
2016-11-24LaTeX writer: use `\autocites*` when "suppress-author" citation used.John MacFarlane1-2/+3
2016-11-20LaTeX writer: ensure that simple tables have simple cells.John MacFarlane1-1/+8
2016-10-19Add option for top-level division typeAlbert Krewinkel1-18/+20