aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/LaTeX.hs
AgeCommit message (Expand)AuthorFilesLines
2013-03-24Added syntax for "pauses" in beamer or reaveljs slide shows.John MacFarlane1-0/+6
2013-03-05Hide Text.Pandoc.Highlighting.John MacFarlane1-57/+4
2013-03-04LaTeX writer: Support line numbering with `--listings`.John MacFarlane1-2/+8
2013-02-16LaTeX writer: Omit lists with no items.John MacFarlane1-0/+3
2013-02-15LaTeX writer: Include unnumbered sections in TOC.John MacFarlane1-12/+18
2013-02-14Implemented "unnumbered" headers in LaTeX writer.John MacFarlane1-8/+11
2013-02-12Shared: Changed type of Element.John MacFarlane1-2/+2
2013-01-28LaTeX writer: Avoid extra space at start/end of table cell.John MacFarlane1-1/+3
2013-01-17Convert highlighting-kate language to listings languageJohn MacFarlane1-19/+63
2013-01-15LaTeX writer: Prevent paragraphs containing only linebreaks or spaces.John MacFarlane1-4/+9
2013-01-15Use 'fig:' instead of '\SOH' in title to indicate figure.John MacFarlane1-2/+2
2013-01-14Implemented Ext_implicit_figures.John MacFarlane1-1/+2
2013-01-12Escape `|` as `\vert` in LaTeX math.John MacFarlane1-2/+11
2013-01-11Changed hspace in last commit to 0.333em.John MacFarlane1-1/+1
2013-01-11LaTeX writer: Use `\hspace*` for nonbreaking space after line break.John MacFarlane1-1/+13
2013-01-09Fixed regression in example lists.John MacFarlane1-6/+7
2013-01-09Added Attr field to Header.John MacFarlane1-5/+5
2013-01-07Implemented tight lists in context, latex writers.John MacFarlane1-2/+12
2013-01-06Don't put the text of an autolink in Code font.John MacFarlane1-1/+1
2013-01-05LaTeX tables: Use minipage rather than parbox for block containers.John MacFarlane1-2/+2
2013-01-05Changed --toc-level to --toc-depth.John MacFarlane1-1/+1
2013-01-05Implemented --toc-level in LaTeX writer.John MacFarlane1-0/+4
2012-11-04LaTeX writer: Don't use [fragile] unnecessarily.John MacFarlane1-1/+5
2012-09-16LaTeX writer: Don't rely on the enumerate package.John MacFarlane1-17/+27
2012-09-16LaTeX writer: Properly escape strings inside \url{}.John MacFarlane1-1/+2
2012-09-15LaTeX writer: Don't escape _ in hyperref identifiers.John MacFarlane1-1/+1
2012-09-15LaTeX writer: don't escape _ in url.John MacFarlane1-1/+1
2012-09-15LaTeX writer: Don't use \endhead with longtable.John MacFarlane1-1/+1
2012-09-15LaTeX writer: Use longtable instead of ctable.John MacFarlane1-19/+17
2012-08-08Changes to literate haskell options.John MacFarlane1-1/+1
2012-08-04Don't include empty captions in figures.John MacFarlane1-2/+4
2012-07-26Moved WriterOptions and associated types Shared -> Options.John MacFarlane1-0/+1
2012-06-25Don't generate empty H1 after hrule slide breaks.John MacFarlane1-2/+5
2012-06-03Fixed `--incremental` behavior for Beamer.John MacFarlane1-1/+1
2012-06-01LaTeX writer: Ensure newline after Verbatim at end of footnote.John MacFarlane1-1/+4
2012-05-14LaTeX writer: More consistent interblock spacing.John MacFarlane1-24/+18
2012-05-13LaTeX reader: ensure we don't have extra blank lines at ends of cells.John MacFarlane1-1/+1
2012-05-11Added writerTeXLigatures to WriterOptions, `--no-tex-ligatures` option.John MacFarlane1-24/+23
2012-04-30Improved spacing around LaTeX block environments.John MacFarlane1-5/+11
2012-04-30LaTeX writer: Fixed spacing in quote environments.John MacFarlane1-1/+2
2012-04-21LaTeX writer: Use fixltx2e package to provide '\textsubscript'.John MacFarlane1-8/+2
2012-04-21LaTeX writer: Use `\hyperref[ident]{text}` for internal links.John MacFarlane1-0/+4
2012-04-03LaTeX writer: don't use eurosym package unless document has a €.John MacFarlane1-11/+17
2012-03-25Added PDF metadata (title,author) in LaTeX standalone + PDF output.John MacFarlane1-0/+2
2012-03-12Use {} around ctable caption. Closes #445.John MacFarlane1-1/+1
2012-03-05Fixed ployglossia support in LaTeX template for multiple langs.John MacFarlane1-0/+2
2012-03-03Use \textasciitilde for ~ in LaTeX writer.John MacFarlane1-1/+1
2012-03-02Fixed bug in LaTeX string escaper (with ~).John MacFarlane1-1/+1
2012-02-06LaTeX writer: prevent adjacent hyphens from forming ligatures.John MacFarlane1-20/+32
2012-01-27LaTeX writer: escape # in href URLs. Closes #359.John MacFarlane1-6/+2