summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/LaTeX.hs
Commit message (Expand)AuthorAge
...
* LaTeX writer: create defaults for geometry using margin-left etc.John MacFarlane2015-12-22
* LaTeX/Beamer template changes (Thomas Hodgson):John MacFarlane2015-12-19
* Added needed import of FromJSON.John MacFarlane2015-12-19
* Fix language code for Czech (cs not cz)John MacFarlane2015-12-19
* Merge branch 'master' of https://github.com/AndreasLoow/pandoc into AndreasLo...John MacFarlane2015-12-19
|\
| * Consider header files when determining whether to use csquotes.Andreas Lööw2015-10-17
* | Implemented SoftBreak and new `--wrap` option.John MacFarlane2015-12-11
* | Beamer writer: mark frame as fragile when it contains verbatim.John MacFarlane2015-11-23
* | Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane2015-11-19
|\ \
| * | Updated readers, writers and README for link attributemb212015-08-07
| * | Updated readers and writers for new image attribute parameter.John MacFarlane2015-08-07
* | | LaTeX writer: set `colorlinks`...John MacFarlane2015-11-12
* | | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* | | Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
* | | LaTeX writer: properly handle footnotes in captions.John MacFarlane2015-11-01
* | | LaTeX writer: avoid footnotes in list of figures.John MacFarlane2015-11-01
* | | LaTeX writer: add `\protect` to `\hyperlink`.John MacFarlane2015-10-28
* | | LaTeX writer: Use `\hypertarget` and `\hyperlink` for links.John MacFarlane2015-10-27
* | | Added de-CH-1901, fixed el-polytonnickbart19802015-10-26
* | | LaTeX writer: \textarabic fixmb212015-10-25
* | | LaTeX and ConTeXt writers: support lang attribute on divs and spansmb212015-10-18
| |/ |/|
* | Support all frame attributes in Beamer.John MacFarlane2015-10-15
* | LaTeX writer: add `\protect` to `\hyperdef` in inline context.John MacFarlane2015-10-13
* | Percent-encode more special characters in URLs.John MacFarlane2015-10-11
* | Change variable to polyglossia-lang.name and .optionsmb212015-10-07
* | Merge pull request #2419 from mb21/bidiJohn MacFarlane2015-09-26
|\ \
| * | Support bidirectional text output with XeLaTeX, ConTeXt and HTMLmb212015-09-26
* | | Removed unneeded import.John MacFarlane2015-09-26
* | | Correctly recognize book documentclass in metadata.John MacFarlane2015-09-25
|/ /
* / `lang` variable is now in BCP47 formatmb212015-08-20
|/
* Removed unneeded import.John MacFarlane2015-07-16
* LaTeX writer: Fixed detection of 'chapters' from template.John MacFarlane2015-07-16
* LaTeX/beamer: added `setotherlanguages` in polyglossia.John MacFarlane2015-05-27
* LaTeX writer: Make `mainlang` work when `lang` is in metadata.John MacFarlane2015-05-27
* Beamer: mark slide as `[fragile]` if header has `fragile` class.John MacFarlane2015-05-13
* LaTeX writer: Add a `\label` in `\hyperdef` for Div, Span.John MacFarlane2015-05-02
* Updated copyright notices to -2015. Closes #2111.John MacFarlane2015-04-26
* Merge branch 'latex-tightlist' of https://github.com/jlduran/pandoc into jldu...John MacFarlane2015-04-17
|\
| * LaTeX writer: Use a declaration for tight listsJose Luis Duran2014-09-01
* | LaTeX writer: recognize book documentclass if set in metadata.John MacFarlane2015-02-25
* | LaTeX Writer: Don't use listings in headersMatthew Pickering2015-02-20
* | 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