summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/LaTeX.hs
Commit message (Expand)AuthorAge
* Presentations: Use divs to set incremental/non-incrementalJesse Rosenthal2018-02-22
* LaTeX writer: Put hypertarget inside figure environment.John MacFarlane2018-02-21
* LaTeX writer: Fix image height with percentage.John MacFarlane2018-02-21
* hlint code improvements.John MacFarlane2018-01-19
* LaTeX writer: escape & in lstinlineRobert Schütz2018-01-16
* LaTeX reader: fix inconsistent column widths.John MacFarlane2018-01-10
* Update copyright notices to include 2018Albert Krewinkel2018-01-05
* LaTeX writer: Use \endhead after \toprule in headerless tables.John MacFarlane2017-12-28
* LaTeX writer: Allow fragile=singleslide attribute in beamer slides.John MacFarlane2017-12-26
* LaTeX writer: use \renewcommand for \textlatin with babel.John MacFarlane2017-12-15
* LaTeX writer: escape `_` in code with --listings.John MacFarlane2017-12-02
* LaTeX writer: allow specifying just width or height for image size.John MacFarlane2017-12-01
* LaTeX writer: escape ~ in code with --listings.John MacFarlane2017-12-01
* Revert "LaTeX writer: Add keepaspectratio to includegraphics..."John MacFarlane2017-12-01
* LaTeX writer: Add keepaspectratio to includegraphics...John MacFarlane2017-11-30
* Let papersizes a0, a1, a2, ... be case-insensitive in LaTeX and ConTeXt.John MacFarlane2017-11-29
* hlintAlexander Krotov2017-11-01
* LaTeX/Beamer writer: support "blocks" inside columns and other Divs.John MacFarlane2017-10-31
* Source code reformatting.John MacFarlane2017-10-29
* hlint suggestions.John MacFarlane2017-10-29
* Automatic reformating by stylish-haskell.John MacFarlane2017-10-27
* Write euro symbol directly in LaTeXAndrew Dunning2017-09-08
* LaTeX writer: use proper code for list enumerators.John MacFarlane2017-09-07
* Implement multicolumn support for slide formats.John MacFarlane2017-08-14
* 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