summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/LaTeX.hs
Commit message (Expand)AuthorAge
...
* 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
* LaTeX writer: Ensure newline after Verbatim at end of footnote.John MacFarlane2012-06-01
* LaTeX writer: More consistent interblock spacing.John MacFarlane2012-05-14
* LaTeX reader: ensure we don't have extra blank lines at ends of cells.John MacFarlane2012-05-13
* Added writerTeXLigatures to WriterOptions, `--no-tex-ligatures` option.John MacFarlane2012-05-11
* Improved spacing around LaTeX block environments.John MacFarlane2012-04-30
* LaTeX writer: Fixed spacing in quote environments.John MacFarlane2012-04-30
* LaTeX writer: Use fixltx2e package to provide '\textsubscript'.John MacFarlane2012-04-21
* LaTeX writer: Use `\hyperref[ident]{text}` for internal links.John MacFarlane2012-04-21
* LaTeX writer: don't use eurosym package unless document has a €.John MacFarlane2012-04-03
* Added PDF metadata (title,author) in LaTeX standalone + PDF output.John MacFarlane2012-03-25
* Use {} around ctable caption. Closes #445.John MacFarlane2012-03-12
* Fixed ployglossia support in LaTeX template for multiple langs.John MacFarlane2012-03-05
* Use \textasciitilde for ~ in LaTeX writer.John MacFarlane2012-03-03
* Fixed bug in LaTeX string escaper (with ~).John MacFarlane2012-03-02
* LaTeX writer: prevent adjacent hyphens from forming ligatures.John MacFarlane2012-02-06
* LaTeX writer: escape # in href URLs. Closes #359.John MacFarlane2012-01-27
* Removed some unused code.John MacFarlane2012-01-27
* Added --slide-level option to override default.John MacFarlane2012-01-25
* LaTeX/beamer: --chapters causes level 1 to be \part{..}.John MacFarlane2012-01-25
* Slides: New approach, using hierarchicalize.John MacFarlane2012-01-23
* LaTeX beamer: Only add [fragile] to slide if it contains verbatim.John MacFarlane2012-01-23
* Use Slides in LaTeX writer for beamer.John MacFarlane2012-01-23
* Fixed layout bug in ConTeXt and LaTeX writers.John MacFarlane2011-12-30
* LaTeX writer: only use hyperdef on section if there's a link to it.John MacFarlane2011-12-30
* Add support for internal links to LaTeX writer.John MacFarlane2011-12-30
* LaTeX writer: Improved detection of book classes.John MacFarlane2011-12-30
* Added 'beamer' as an output format.John MacFarlane2011-12-29
* Added `--highlight-style` and `--no-highlight` options.John MacFarlane2011-12-27
* Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.John MacFarlane2011-12-27