summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/LaTeX.hs
Commit message (Expand)AuthorAge
* 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
* Reinstated dependence on fancyvrb. It is compatible with examplep.fiddlosopher2007-07-28
* Changed LaTeX writer to use the examplep package insteadfiddlosopher2007-07-28
* Use ` as default character for \verb in LaTeX output.fiddlosopher2007-07-27
* Include empty \author{} in LaTeX preamble if nofiddlosopher2007-07-26
* Fixes in LaTeX writer:fiddlosopher2007-07-26
* LaTeX writer: Make sure \VerbatimFootnotes goes after thefiddlosopher2007-07-23
* Cleaned up character escaping in LaTeX writer.fiddlosopher2007-07-22
* + Added support for superscript, subscript, andfiddlosopher2007-07-22
* Removed an unused function in LaTeX writer.fiddlosopher2007-07-15
* Simplified special character escaping code in LaTeX writer.fiddlosopher2007-07-14