summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/LaTeX.hs
Commit message (Expand)AuthorAge
* Added support for translations (localization) (see #3559).John MacFarlane2017-08-11
* LaTeX writer: Don't use figure inside table cell.John MacFarlane2017-08-06
* Make `papersize: a4` work regardless of the case of `a4`.John MacFarlane2017-06-28
* LaTeX writer: fixed detection of otherlangs.John MacFarlane2017-06-28
* LaTeX writer: use BCP47 parser.John MacFarlane2017-06-26
* Writers: adjusted for renderTemplate' changes.John MacFarlane2017-06-20
* Fixed footnotes in table captions.John MacFarlane2017-06-20
* Use Control.Monad.State.Strict throughout.John MacFarlane2017-06-17
* Switched Writer types to use Text.John MacFarlane2017-06-11
* Shared: Provide custom isURI that rejects unknown schemes [isURI]Albert Krewinkel2017-05-23
* Don't render LaTeX images with data: URIs.John MacFarlane2017-05-18
* Update dates in copyright noticesAlbert Krewinkel2017-05-13
* LaTeX writer: Fix problem with escaping in lstinline.John MacFarlane2017-04-29
* LaTeX writer: don't use lstinline it \item[..].John MacFarlane2017-04-28
* LaTeX writer: fix error with line breaks after empty content.John MacFarlane2017-04-25
* Include \VerbatimFootnotes for highlighted code blocksTimm Albers2017-04-03
* Allow dynamic loading of syntax definitions.John MacFarlane2017-03-30
* LaTeX/Beamer writer: allow hyperlinks to frames.John MacFarlane2017-03-16
* Highlighting: highlighting now returns an Either rather than Maybe.John MacFarlane2017-03-13
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* LaTeX writer: add `\leavevmode` before hypertarget at start of paragraph.John MacFarlane2017-03-02
* LaTeX writer: use % after hypertarget before code blockJohn MacFarlane2017-03-02
* LaTeX writer: minor tweak to hypertarget (semantically irrelevant).John MacFarlane2017-03-02
* LaTeX writer: always add hypertarget when there's a non-empty identifier.John MacFarlane2017-03-01
* Removed `\strut` at beginning of table cells.John MacFarlane2017-02-23
* Added warnings for non-rendered blocks to some writers.John MacFarlane2017-02-17
* 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