aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/LaTeX.hs
AgeCommit message (Expand)AuthorFilesLines
2011-07-16Un-URI-escape image filenames in LaTeX, ConTeXt, RTF, Texinfo.John MacFarlane1-1/+5
2011-07-10Improved LaTeX tables.John MacFarlane1-33/+56
2011-07-10LaTeX tables: more space btw lines, top-align cells.John MacFarlane1-3/+4
2011-05-24LaTeX writer: use deVerb on table and picture captions.John MacFarlane1-2/+2
2011-02-11LaTeX writer: Changed figure defaults to htbp.John MacFarlane1-1/+1
2011-01-28Add possibility to use listings package for code blocks andJosef Svenningsson1-8/+39
2011-01-26Add support for attributes in inline Code.John MacFarlane1-3/+3
2011-01-26Adjusted writers to use "tex".John MacFarlane1-0/+1
2011-01-26Distinguish latex & context environments; blank line after in writers.John MacFarlane1-1/+1
2011-01-26Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane1-4/+5
2011-01-16Added --chapters option affecting docbook and latex.John MacFarlane1-1/+1
2011-01-14LaTeX writer: Escape strings in \href{..}.John MacFarlane1-2/+2
2011-01-14LateX writer: In nonsimple tables, put cells in \parbox.John MacFarlane1-9/+12
2010-12-24Use functions from Text.Pandoc.Generic instead of processWith(M).John MacFarlane1-1/+2
2010-12-19LaTeX writer: A bit of code polish.John MacFarlane1-29/+28
2010-12-19LaTeX writer: Modified to use Pretty.John MacFarlane1-34/+30
2010-12-18LaTeX writer: Use \paragraph, \subparagraph for level 4,5 headers.John MacFarlane1-9/+10
2010-12-15Use top-level header at end as bibliography title for natbib and biblatex out...Nathan Gass1-4/+13
2010-12-15Remove punctuation at start of suffix for natbib and biblatex output.Nathan Gass1-2/+6
2010-12-15Support multiple bibliography files with natbib and biblatex output.Nathan Gass1-1/+2
2010-12-13Added support to write natbib or biblatex citations in latex output.Nathan Gass1-5/+113
2010-11-27LaTeX writer: Escape curly quotes.John MacFarlane1-0/+4
2010-10-24LaTeX & ConTeXt writers: escape [ and ] as {[} and {]}.John MacFarlane1-0/+2
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