summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/LaTeX.hs
Commit message (Expand)AuthorAge
* Scale LaTeX tables so they don't exceed columnwidth.John MacFarlane2013-08-19
* LaTeX writer: Avoid problem with footnotes in unnumbered headers.John MacFarlane2013-08-16
* Use walk, walkM in place of bottomUp, bottomUpM when possible.John MacFarlane2013-08-10
* Use query instead of queryWith.John MacFarlane2013-08-10
* Adjustments for new Format newtype.John MacFarlane2013-08-10
* Preliminary support for new Div and Span elements in writers.John MacFarlane2013-08-08
* Beamer: add allowframebreaks to slide if set in header classes.John MacFarlane2013-07-26
* LaTeX writer: Change `\` to `/` in paths.John MacFarlane2013-07-25
* LaTeX writer: Don't use ligatures in escaping inline code.John MacFarlane2013-07-04
* Created Text.Pandoc.Writers.Shared, improved metaToJSON.John MacFarlane2013-07-01
* Metadata changes: Variables now completely shadow metadata.John MacFarlane2013-06-29
* Writers: Use defField for defaults.John MacFarlane2013-06-27
* Stop escaping `|` in LaTeX math.John MacFarlane2013-06-26
* Use new flexible metadata type.John MacFarlane2013-06-24
* LaTeX writer: Always create labels for sections.John MacFarlane2013-06-02
* Fixed footnote numbers in LaTeX/PDF tables.John MacFarlane2013-04-15
* Added syntax for "pauses" in beamer or reaveljs slide shows.John MacFarlane2013-03-24
* Hide Text.Pandoc.Highlighting.John MacFarlane2013-03-05
* LaTeX writer: Support line numbering with `--listings`.John MacFarlane2013-03-04
* LaTeX writer: Omit lists with no items.John MacFarlane2013-02-16
* LaTeX writer: Include unnumbered sections in TOC.John MacFarlane2013-02-15
* Implemented "unnumbered" headers in LaTeX writer.John MacFarlane2013-02-14
* Shared: Changed type of Element.John MacFarlane2013-02-12
* LaTeX writer: Avoid extra space at start/end of table cell.John MacFarlane2013-01-28
* Convert highlighting-kate language to listings languageJohn MacFarlane2013-01-17
* LaTeX writer: Prevent paragraphs containing only linebreaks or spaces.John MacFarlane2013-01-15
* Use 'fig:' instead of '\SOH' in title to indicate figure.John MacFarlane2013-01-15
* Implemented Ext_implicit_figures.John MacFarlane2013-01-14
* Escape `|` as `\vert` in LaTeX math.John MacFarlane2013-01-12
* Changed hspace in last commit to 0.333em.John MacFarlane2013-01-11
* LaTeX writer: Use `\hspace*` for nonbreaking space after line break.John MacFarlane2013-01-11
* Fixed regression in example lists.John MacFarlane2013-01-09
* Added Attr field to Header.John MacFarlane2013-01-09
* Implemented tight lists in context, latex writers.John MacFarlane2013-01-07
* Don't put the text of an autolink in Code font.John MacFarlane2013-01-06
* LaTeX tables: Use minipage rather than parbox for block containers.John MacFarlane2013-01-05
* Changed --toc-level to --toc-depth.John MacFarlane2013-01-05
* Implemented --toc-level in LaTeX writer.John MacFarlane2013-01-05
* LaTeX writer: Don't use [fragile] unnecessarily.John MacFarlane2012-11-04
* LaTeX writer: Don't rely on the enumerate package.John MacFarlane2012-09-16
* LaTeX writer: Properly escape strings inside \url{}.John MacFarlane2012-09-16
* LaTeX writer: Don't escape _ in hyperref identifiers.John MacFarlane2012-09-15
* LaTeX writer: don't escape _ in url.John MacFarlane2012-09-15
* LaTeX writer: Don't use \endhead with longtable.John MacFarlane2012-09-15
* LaTeX writer: Use longtable instead of ctable.John MacFarlane2012-09-15
* Changes to literate haskell options.John MacFarlane2012-08-08
* Don't include empty captions in figures.John MacFarlane2012-08-04
* Moved WriterOptions and associated types Shared -> Options.John MacFarlane2012-07-26
* Don't generate empty H1 after hrule slide breaks.John MacFarlane2012-06-25
* Fixed `--incremental` behavior for Beamer.John MacFarlane2012-06-03