summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/LaTeX.hs
Commit message (Expand)AuthorAge
...
* Updated highlighting for highlighting-kate 0.4.John MacFarlane2011-12-26
* LaTeX writer: Support highlighting for inline code.John MacFarlane2011-12-23
* LaTeX writer: Have LHS files set the "listings" variable.John MacFarlane2011-12-23
* LaTeX writer: Implemented syntax highlighting for CodeBlocks.John MacFarlane2011-12-23
* LaTeX writer: don't escape # or ~ inside href{...}.John MacFarlane2011-10-01
* Added escaping of euro character to LaTeX writer.John MacFarlane2011-09-23
* Use \enquote{..} for latex quotes if template uses csquotes package.John MacFarlane2011-07-23
* LaTeX writer: don't set stVerbInNote unnecessarily.John MacFarlane2011-07-23
* Deprecated `--xetex` option - it is no longer needed.John MacFarlane2011-07-22
* LaTeX writer: Use \texttt and escapes instead of \verb!..!.John MacFarlane2011-07-22
* LaTeX writer: make verbatim environments flush to avoid extra space.John MacFarlane2011-07-19
* Un-URI-escape image filenames in LaTeX, ConTeXt, RTF, Texinfo.John MacFarlane2011-07-16
* Improved LaTeX tables.John MacFarlane2011-07-10
* LaTeX tables: more space btw lines, top-align cells.John MacFarlane2011-07-10
* LaTeX writer: use deVerb on table and picture captions.John MacFarlane2011-05-24
* LaTeX writer: Changed figure defaults to htbp.John MacFarlane2011-02-11
* Add possibility to use listings package for code blocks andJosef Svenningsson2011-01-28
* Add support for attributes in inline Code.John MacFarlane2011-01-26
* Adjusted writers to use "tex".John MacFarlane2011-01-26
* Distinguish latex & context environments; blank line after in writers.John MacFarlane2011-01-26
* Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane2011-01-26
* Added --chapters option affecting docbook and latex.John MacFarlane2011-01-16
* LaTeX writer: Escape strings in \href{..}.John MacFarlane2011-01-14
* LateX writer: In nonsimple tables, put cells in \parbox.John MacFarlane2011-01-14
* Use functions from Text.Pandoc.Generic instead of processWith(M).John MacFarlane2010-12-24
* LaTeX writer: A bit of code polish.John MacFarlane2010-12-19
* LaTeX writer: Modified to use Pretty.John MacFarlane2010-12-19
* LaTeX writer: Use \paragraph, \subparagraph for level 4,5 headers.John MacFarlane2010-12-18
* Use top-level header at end as bibliography title for natbib and biblatex out...Nathan Gass2010-12-15
* Remove punctuation at start of suffix for natbib and biblatex output.Nathan Gass2010-12-15
* Support multiple bibliography files with natbib and biblatex output.Nathan Gass2010-12-15
* Added support to write natbib or biblatex citations in latex output.Nathan Gass2010-12-13
* LaTeX writer: Escape curly quotes.John MacFarlane2010-11-27
* LaTeX & ConTeXt writers: escape [ and ] as {[} and {]}.John MacFarlane2010-10-24
* Give LaTeX images a maximum width using the prelude onlyMax Bolingbroke2010-04-10
* Updated copyright notices.John MacFarlane2010-03-23
* Revert "LaTeX writer: Add unique labels to figures."fiddlosopher2010-03-17
* LaTeX writer: Add unique labels to figures.fiddlosopher2010-03-16
* LaTeX writer: support figures with captions.fiddlosopher2010-03-16
* Use template variables for include-before/after.fiddlosopher2010-03-13
* HTML, LaTeX writer: Don't print header row in headerless table.fiddlosopher2010-03-01
* LaTeX writer: set numbersections template variable.fiddlosopher2010-01-31
* LaTeX writer: Removed stLink, link template variable.fiddlosopher2010-01-05
* LaTeX writer: if book, report, or memoir documentclass, use \chapter{}fiddlosopher2010-01-03
* LaTeX writer: Only require listings package if needed.fiddlosopher2009-12-31
* Removed redundant imports (found by ghc 6.12).fiddlosopher2009-12-31
* Modified latex template to include bare minimum of packages.fiddlosopher2009-12-31
* Context and latex writers - parse title, author, date before body.fiddlosopher2009-12-31
* Use $for$ for multiple authors in context, latex, markdown.fiddlosopher2009-12-31
* Restored writerIncludeBefore, writerIncludeAfter.fiddlosopher2009-12-31