summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/LaTeX.hs
Commit message (Expand)AuthorAge
* 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
* Changed Meta author and date types to Inline lists instead of Strings.fiddlosopher2009-12-31
* Added 'standalone' variable, use in templates.fiddlosopher2009-12-31
* Removed unneeded writer options; use template variables instead.fiddlosopher2009-12-31
* Made writerVariables active in LaTeX writer.fiddlosopher2009-12-31
* Revised LaTeX writer to use templates.fiddlosopher2009-12-31
* Improved syntax for markdown definition lists.fiddlosopher2009-12-07
* Fixed handling of footnotes in titles (HTML) and headers (LaTeX).fiddlosopher2009-12-05
* Better looking simple tables. Resolves Issue #180.fiddlosopher2009-11-28
* Specially mark code blocks that were "literate" in the input.fiddlosopher2009-11-03
* Moved all haskell source to src subdirectory.fiddlosopher2009-01-24
* Moved everything from src into the top-level directory.fiddlosopher2007-11-29
* Adjusted formatting of LaTeX and ConTeXt footnotes:fiddlosopher2007-11-17
* Improved footnote handling in LaTeX writer:fiddlosopher2007-11-15
* Reverted back to state as of r1062. The template haskell changesfiddlosopher2007-11-03
* Use template haskell to avoid the need for templates:fiddlosopher2007-11-03
* Cleaned up LaTeX footnotes:fiddlosopher2007-11-01
* Rewrote LaTeX writer to use the prettyprinting library,fiddlosopher2007-08-30
* Fixed bug in LaTeX writer: autolinks would not cause fiddlosopher2007-08-29
* Fixed bug in LaTeX writer. When a footnote ends with a Verbatimfiddlosopher2007-08-25
* Major code cleanup in all modules. (Removed unneeded imports,fiddlosopher2007-08-15
* Major change in the way ordered lists are handled:fiddlosopher2007-08-08
* Use \url{} for autolinks in LaTeX writer.fiddlosopher2007-08-03
* LaTeX writer:fiddlosopher2007-07-28
* LaTeX writer: include fancyvrb and \VerbatimFootnotesfiddlosopher2007-07-28
* Make URLs and emails in autolinks appear as Code.fiddlosopher2007-07-28