aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/LaTeX.hs
AgeCommit message (Expand)AuthorFilesLines
2010-04-10Give LaTeX images a maximum width using the prelude onlyMax Bolingbroke1-1/+1
2010-03-23Updated copyright notices.John MacFarlane1-2/+2
2010-03-17Revert "LaTeX writer: Add unique labels to figures."fiddlosopher1-11/+4
2010-03-16LaTeX writer: Add unique labels to figures.fiddlosopher1-4/+11
2010-03-16LaTeX writer: support figures with captions.fiddlosopher1-0/+5
2010-03-13Use template variables for include-before/after.fiddlosopher1-7/+1
2010-03-01HTML, LaTeX writer: Don't print header row in headerless table.fiddlosopher1-3/+4
2010-01-31LaTeX writer: set numbersections template variable.fiddlosopher1-0/+1
2010-01-05LaTeX writer: Removed stLink, link template variable.fiddlosopher1-5/+2
2010-01-03LaTeX writer: if book, report, or memoir documentclass, use \chapter{}fiddlosopher1-7/+21
2009-12-31LaTeX writer: Only require listings package if needed.fiddlosopher1-2/+7
2009-12-31Removed redundant imports (found by ghc 6.12).fiddlosopher1-1/+0
2009-12-31Modified latex template to include bare minimum of packages.fiddlosopher1-18/+51
2009-12-31Context and latex writers - parse title, author, date before body.fiddlosopher1-3/+3
2009-12-31Use $for$ for multiple authors in context, latex, markdown.fiddlosopher1-3/+3
2009-12-31Restored writerIncludeBefore, writerIncludeAfter.fiddlosopher1-2/+11
2009-12-31Changed Meta author and date types to Inline lists instead of Strings.fiddlosopher1-5/+5
2009-12-31Added 'standalone' variable, use in templates.fiddlosopher1-6/+1
2009-12-31Removed unneeded writer options; use template variables instead.fiddlosopher1-4/+2
2009-12-31Made writerVariables active in LaTeX writer.fiddlosopher1-1/+2
2009-12-31Revised LaTeX writer to use templates.fiddlosopher1-85/+34
2009-12-07Improved syntax for markdown definition lists.fiddlosopher1-4/+5
2009-12-05Fixed handling of footnotes in titles (HTML) and headers (LaTeX).fiddlosopher1-2/+13
2009-11-28Better looking simple tables. Resolves Issue #180.fiddlosopher1-11/+17
2009-11-03Specially mark code blocks that were "literate" in the input.fiddlosopher1-1/+2
2009-01-24Moved all haskell source to src subdirectory.fiddlosopher1-0/+331
2007-11-29Moved everything from src into the top-level directory.fiddlosopher1-318/+0
2007-11-17Adjusted formatting of LaTeX and ConTeXt footnotes:fiddlosopher1-3/+3
2007-11-15Improved footnote handling in LaTeX writer:fiddlosopher1-8/+16
2007-11-03Reverted back to state as of r1062. The template haskell changesfiddlosopher1-0/+310
2007-11-03Use template haskell to avoid the need for templates:fiddlosopher1-310/+0
2007-11-01Cleaned up LaTeX footnotes:fiddlosopher1-5/+6
2007-08-30Rewrote LaTeX writer to use the prettyprinting library,fiddlosopher1-104/+130
2007-08-29Fixed bug in LaTeX writer: autolinks would not cause fiddlosopher1-5/+5
2007-08-25Fixed bug in LaTeX writer. When a footnote ends with a Verbatimfiddlosopher1-1/+3
2007-08-15Major code cleanup in all modules. (Removed unneeded imports,fiddlosopher1-24/+21
2007-08-08Major change in the way ordered lists are handled:fiddlosopher1-4/+20
2007-08-03Use \url{} for autolinks in LaTeX writer.fiddlosopher1-2/+5
2007-07-28LaTeX writer:fiddlosopher1-12/+14
2007-07-28LaTeX writer: include fancyvrb and \VerbatimFootnotesfiddlosopher1-4/+4
2007-07-28Make URLs and emails in autolinks appear as Code.fiddlosopher1-1/+1
2007-07-28Reinstated dependence on fancyvrb. It is compatible with examplep.fiddlosopher1-9/+24
2007-07-28Changed LaTeX writer to use the examplep package insteadfiddlosopher1-17/+15
2007-07-27Use ` as default character for \verb in LaTeX output.fiddlosopher1-1/+1
2007-07-26Include empty \author{} in LaTeX preamble if nofiddlosopher1-4/+2
2007-07-26Fixes in LaTeX writer:fiddlosopher1-5/+5
2007-07-23LaTeX writer: Make sure \VerbatimFootnotes goes after thefiddlosopher1-8/+10
2007-07-22Cleaned up character escaping in LaTeX writer.fiddlosopher1-15/+8
2007-07-22+ Added support for superscript, subscript, andfiddlosopher1-132/+177
2007-07-15Removed an unused function in LaTeX writer.fiddlosopher1-2/+0