summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/LaTeX.hs
Commit message (Expand)AuthorAge
* Handle language in inline code with --listings.John MacFarlane2017-02-05
* LaTeX writer: export writeBeamer.John MacFarlane2017-01-28
* Removed writerHighlight; made writerHighlightStyle a Maybe.John MacFarlane2017-01-25
* Revert "Added page breaks into Pandoc."John MacFarlane2017-01-25
* Removed writerIgnoreNotes.John MacFarlane2017-01-25
* Removed writerTeXLigatures.John MacFarlane2017-01-25
* Convert all writers to use PandocMonad.Jesse Rosenthal2017-01-25
* Adds support for pagebreaks (when it makes sense)Hubert Plociniczak2017-01-25
* Updates to use skylighting rather than highlighting-kate.John MacFarlane2016-12-23
* LaTeX writer: allow tables with empty cells to count as "plain."John MacFarlane2016-12-16
* LaTeX writer: Fix unnumbered headers when used with `--top-level`Albert Krewinkel2016-12-04
* Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane2016-11-30
* Refactor top-level division selection (#3261)Albert Krewinkel2016-11-27
* [Tex] Remove invalid inlines in sections (#3218)hubertp-lshift2016-11-26
* Allow to overwrite top-level division type heuristics (#3258)Albert Krewinkel2016-11-26
* LaTeX writer: use `\autocites*` when "suppress-author" citation used.John MacFarlane2016-11-24
* LaTeX writer: ensure that simple tables have simple cells.John MacFarlane2016-11-20
* Add option for top-level division typeAlbert Krewinkel2016-10-19
* Add --parts command line option to LaTeX writer.Oliver Matthews2016-09-06
* Add support for the LineBlock element to writersAlbert Krewinkel2016-10-13
* Merge pull request #3093 from wilx/master-figure-placementJohn MacFarlane2016-09-28
|\
| * LaTeX: Do not set [htbp] figure placement options.Vaclav Zeman2016-08-29
* | LaTeX writer: change braced backtick to \textasciigrave{}Jesse Rosenthal2016-09-20
* | LaTeX writer: enclose backtick in `{}` in verbatimJesse Rosenthal2016-09-19
* | Translate NARROW NO-BREAK SPACE into LaTeX.Vaclav Zeman2016-08-27
|/
* LaTeX writer: don't use * for unnumbered paragraph, subparagraph.John MacFarlane2016-08-06
* Allow 'standout' as a beamer frame option.John MacFarlane2016-07-03
* LaTeX writer: don't URI-escape image source.John MacFarlane2016-07-01
* brazilian -> brazil for polyglossia.John MacFarlane2016-05-31
* LaTeX writer: Don't escape underscore in labels.John MacFarlane2016-05-17
* Retake on strut with \minipage inside tablesJose Luis Duran2016-05-11
* Avoid lazy foldl in LaTeX writer.John MacFarlane2016-05-09
* LaTeX writer: use {} around options containing special chars.John MacFarlane2016-05-01
* Revert "LaTeX writer: Add `\strut` to fix multiline tables"John MacFarlane2016-04-27
* Merge pull request #2735 from mb21/patch-1John MacFarlane2016-04-26
|\
| * LaTeX Writer: fix polyglossia to babel env mappingMauro Bieg2016-03-20
* | Merge pull request #2829 from adunning/patch-1John MacFarlane2016-04-26
|\ \
| * | LaTeX writer: Add missing languages.Andrew Dunning2016-04-01
* | | LaTeX writer: ignore --incremental unless -t beamer.John MacFarlane2016-04-26
|/ /
* | Recognize `la-x-classic` as Classical Latin.Andrew Dunning2016-03-30
* | Removed two superfluous lines.John MacFarlane2016-03-25
* | LaTeX writer: better positioning for hypertarget in figures.John MacFarlane2016-03-24
* | LaTeX writer: Fixed position of label in figures.John MacFarlane2016-03-24
|/
* Merge pull request #2637 from mb21/latex-figure-labelJohn MacFarlane2016-03-19
|\
| * LaTeX writer: figure labelmb212016-01-10
* | LaTeX writer: Avoid double toprule in headerless table with caption.John MacFarlane2016-03-18
* | LaTeX writer: clean up options parser.Jesse Rosenthal2016-02-18
* | LaTeX writer: treat memoir template with `article` opt as articleJesse Rosenthal2016-02-18
* | LaTeX writer: Allow more flexible table alignmentHenrik Tramberend2016-01-20
|/
* LaTeX writer: restore old treatment of Span.John MacFarlane2016-01-09