aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/LaTeX.hs
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-06Add --parts command line option to LaTeX writer.Oliver Matthews1-10/+17
2016-10-13Add support for the LineBlock element to writersAlbert Krewinkel1-0/+2
2016-09-28Merge pull request #3093 from wilx/master-figure-placementJohn MacFarlane1-1/+1
2016-09-20LaTeX writer: change braced backtick to \textasciigrave{}Jesse Rosenthal1-1/+1
2016-09-19LaTeX writer: enclose backtick in `{}` in verbatimJesse Rosenthal1-0/+1
2016-08-29LaTeX: Do not set [htbp] figure placement options.Vaclav Zeman1-1/+1
2016-08-27Translate NARROW NO-BREAK SPACE into LaTeX.Vaclav Zeman1-0/+1
2016-08-06LaTeX writer: don't use * for unnumbered paragraph, subparagraph.John MacFarlane1-2/+2
2016-07-03Allow 'standout' as a beamer frame option.John MacFarlane1-1/+1
2016-07-01LaTeX writer: don't URI-escape image source.John MacFarlane1-1/+1
2016-05-31brazilian -> brazil for polyglossia.John MacFarlane1-1/+3
2016-05-17LaTeX writer: Don't escape underscore in labels.John MacFarlane1-1/+1
2016-05-11Retake on strut with \minipage inside tablesJose Luis Duran1-2/+2
2016-05-09Avoid lazy foldl in LaTeX writer.John MacFarlane1-4/+5
2016-05-01LaTeX writer: use {} around options containing special chars.John MacFarlane1-4/+9
2016-04-27Revert "LaTeX writer: Add `\strut` to fix multiline tables"John MacFarlane1-2/+1
2016-04-26Merge pull request #2735 from mb21/patch-1John MacFarlane1-1/+1
2016-04-26Merge pull request #2829 from adunning/patch-1John MacFarlane1-7/+17
2016-04-26LaTeX writer: ignore --incremental unless -t beamer.John MacFarlane1-1/+2
2016-04-01LaTeX writer: Add missing languages.Andrew Dunning1-7/+17
2016-03-30Recognize `la-x-classic` as Classical Latin.Andrew Dunning1-0/+2
2016-03-25Removed two superfluous lines.John MacFarlane1-2/+0
2016-03-24LaTeX writer: better positioning for hypertarget in figures.John MacFarlane1-16/+23
2016-03-24LaTeX writer: Fixed position of label in figures.John MacFarlane1-3/+3
2016-03-20LaTeX Writer: fix polyglossia to babel env mappingMauro Bieg1-1/+1
2016-03-19Merge pull request #2637 from mb21/latex-figure-labelJohn MacFarlane1-19/+24