aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/LaTeX.hs
AgeCommit message (Expand)AuthorFilesLines
2016-03-18LaTeX writer: Avoid double toprule in headerless table with caption.John MacFarlane1-7/+10
2016-02-18LaTeX writer: clean up options parser.Jesse Rosenthal1-3/+4
2016-02-18LaTeX writer: treat memoir template with `article` opt as articleJesse Rosenthal1-6/+21
2016-01-20LaTeX writer: Allow more flexible table alignmentHenrik Tramberend1-1/+1
2016-01-10LaTeX writer: figure labelmb211-19/+24
2016-01-09LaTeX writer: restore old treatment of Span.John MacFarlane1-17/+15
2015-12-22LaTeX writer: create defaults for geometry using margin-left etc.John MacFarlane1-1/+10
2015-12-19LaTeX/Beamer template changes (Thomas Hodgson):John MacFarlane1-0/+1
2015-12-19Added needed import of FromJSON.John MacFarlane1-1/+1
2015-12-19Fix language code for Czech (cs not cz)John MacFarlane1-1/+1
2015-12-19Merge branch 'master' of https://github.com/AndreasLoow/pandoc into AndreasLo...John MacFarlane1-1/+6
2015-12-11Implemented SoftBreak and new `--wrap` option.John MacFarlane1-1/+8
2015-11-23Beamer writer: mark frame as fragile when it contains verbatim.John MacFarlane1-5/+1
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane1-12/+35
2015-11-12LaTeX writer: set `colorlinks`...John MacFarlane1-1/+4
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane1-1/+0
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane1-0/+1
2015-11-01LaTeX writer: properly handle footnotes in captions.John MacFarlane1-15/+18
2015-11-01LaTeX writer: avoid footnotes in list of figures.John MacFarlane1-1/+14
2015-10-28LaTeX writer: add `\protect` to `\hyperlink`.John MacFarlane1-1/+1
2015-10-27LaTeX writer: Use `\hypertarget` and `\hyperlink` for links.John MacFarlane1-17/+9
2015-10-26Added de-CH-1901, fixed el-polytonnickbart19801-2/+3
2015-10-25LaTeX writer: \textarabic fixmb211-1/+1
2015-10-18LaTeX and ConTeXt writers: support lang attribute on divs and spansmb211-16/+83
2015-10-17Consider header files when determining whether to use csquotes.Andreas Lööw1-2/+7
2015-10-15Support all frame attributes in Beamer.John MacFarlane1-2/+5
2015-10-13LaTeX writer: add `\protect` to `\hyperdef` in inline context.John MacFarlane1-1/+1
2015-10-11Percent-encode more special characters in URLs.John MacFarlane1-5/+5
2015-10-07Change variable to polyglossia-lang.name and .optionsmb211-20/+36
2015-09-26Merge pull request #2419 from mb21/bidiJohn MacFarlane1-4/+16
2015-09-26Support bidirectional text output with XeLaTeX, ConTeXt and HTMLmb211-4/+16
2015-09-26Removed unneeded import.John MacFarlane1-1/+0
2015-09-25Correctly recognize book documentclass in metadata.John MacFarlane1-1/+1
2015-08-20`lang` variable is now in BCP47 formatmb211-8/+140
2015-08-07Updated readers, writers and README for link attributemb211-6/+6
2015-08-07Updated readers and writers for new image attribute parameter.John MacFarlane1-7/+28
2015-07-16Removed unneeded import.John MacFarlane1-2/+1
2015-07-16LaTeX writer: Fixed detection of 'chapters' from template.John MacFarlane1-3/+11
2015-05-27LaTeX/beamer: added `setotherlanguages` in polyglossia.John MacFarlane1-3/+7
2015-05-27LaTeX writer: Make `mainlang` work when `lang` is in metadata.John MacFarlane1-2/+3
2015-05-13Beamer: mark slide as `[fragile]` if header has `fragile` class.John MacFarlane1-2/+3
2015-05-02LaTeX writer: Add a `\label` in `\hyperdef` for Div, Span.John MacFarlane1-2/+4
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane1-2/+2
2015-04-17Merge branch 'latex-tightlist' of https://github.com/jlduran/pandoc into jldu...John MacFarlane1-3/+3
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