aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/LaTeX.hs
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-14Simplified special character escaping code in LaTeX writer.fiddlosopher1-12/+18
2007-07-14Small comment fix in LaTeX writer.fiddlosopher1-1/+1
2007-07-08LaTeX writer:fiddlosopher1-6/+11
2007-07-07Adjusted copyright notices to 2006-7; usefiddlosopher1-3/+3
2007-04-21Support for definition lists in LaTeX writer.fiddlosopher1-1/+6
2007-04-10Extensive changes stemming from a rethinking of the Pandoc datafiddlosopher1-76/+57
2007-03-17Removed Blank block element as unnecessary.fiddlosopher1-1/+0
2007-01-24More smart quote bug fixes:fiddlosopher1-2/+11
2007-01-22+ Added a 'substitute' function to Shared.hs. This is a genericfiddlosopher1-6/+6
2007-01-15Added support for tables in markdown reader and in LaTeX,fiddlosopher1-0/+33
2007-01-06Merged changes from 'quotes' branch since r431. Smart typographyfiddlosopher1-32/+11
2006-12-30Merged 'strict' branch from r324. This adds a '--strict'fiddlosopher1-4/+0
2006-12-20Added license text to top of source files.fiddlosopher1-0/+18
2006-12-20Changed 'stability' from 'provisional' to 'alpha'.fiddlosopher1-1/+1