summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/LaTeX.hs
Commit message (Expand)AuthorAge
* 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
* | | LaTeX writer: Protect graphics in headers.Jesse Rosenthal2014-09-09
* | | LaTeX writer: Avoid using reserved characters as \lstinline delimiters.John MacFarlane2014-09-01
| |/ |/|
* | LaTeX writer: Put `~` before header in item text.Jesse Rosenthal2014-08-31
* | Merge pull request #1574 from jlduran/latex-horizontal-ruleJohn MacFarlane2014-08-29
|\ \
| * | LaTeX writer: Make Horizontal Rules more flexibleJose Luis Duran2014-08-28
* | | LaTeX writer: Add `\strut` to fix multiline tablesJose Luis Duran2014-08-29
* | | LaTeX writer: Fix tablesJose Luis Duran2014-08-28
|/ /
* | Merge pull request #1527 from mpickering/juicypixelsJohn MacFarlane2014-08-12
|\ \
| * | LaTeX Writer: Added missing closing braces to hyperdef commandsMatthew Pickering2014-08-13
* | | Beamer: Use \footnote<.->{..} for notes.John MacFarlane2014-08-12
|/ /
* | LaTeX writer: Don't produce `\label{}` for Div or Span.John MacFarlane2014-08-11
* | TeX Writer: Write hyperdef and label for identifiers on Div blocksMatthew Pickering2014-08-11
* | Add PatternGuards pragmas.Artyom Kazak2014-08-04
* | Use `stripPrefix` where appropriate.Artyom Kazak2014-08-04
* | LaTeX writer: use \(..\) instead of $..$ for inline math.John MacFarlane2014-07-29
* | LaTeX writer: Use \nolinkurl in email autolinks.John MacFarlane2014-07-15
* | LaTeX writer: Put table captions above tables.John MacFarlane2014-07-10
* | LaTeX writer: Use `\textquotesingle` for `'` in inline code.John MacFarlane2014-06-23
* | LaTeX writer: Correctly handle figures in notes.John MacFarlane2014-06-20
* | LaTeX writer: Fixed strikeout + highlighted code. Closes #1294.John MacFarlane2014-06-20
* | Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
* | LaTeX writer: Fixed inconsistencies with reference escaping.John MacFarlane2014-05-04
* | LaTeX writer: Mark span contents with label if span has an IDAlbert Krewinkel2014-04-25
* | LaTeX writer: Workaround for level 4-5 headers in quotes.John MacFarlane2014-04-06