Age | Commit message (Expand) | Author | Files | Lines |
2011-10-01 | LaTeX writer: don't escape # or ~ inside href{...}. | John MacFarlane | 1 | -7/+11 |
2011-09-23 | Added escaping of euro character to LaTeX writer. | John MacFarlane | 1 | -0/+1 |
2011-07-23 | Use \enquote{..} for latex quotes if template uses csquotes package. | John MacFarlane | 1 | -16/+31 |
2011-07-23 | LaTeX writer: don't set stVerbInNote unnecessarily. | John MacFarlane | 1 | -3/+4 |
2011-07-22 | Deprecated `--xetex` option - it is no longer needed. | John MacFarlane | 1 | -1/+0 |
2011-07-22 | LaTeX writer: Use \texttt and escapes instead of \verb!..!. | John MacFarlane | 1 | -23/+14 |
2011-07-19 | LaTeX writer: make verbatim environments flush to avoid extra space. | John MacFarlane | 1 | -2/+3 |
2011-07-16 | Un-URI-escape image filenames in LaTeX, ConTeXt, RTF, Texinfo. | John MacFarlane | 1 | -1/+5 |
2011-07-10 | Improved LaTeX tables. | John MacFarlane | 1 | -33/+56 |
2011-07-10 | LaTeX tables: more space btw lines, top-align cells. | John MacFarlane | 1 | -3/+4 |
2011-05-24 | LaTeX writer: use deVerb on table and picture captions. | John MacFarlane | 1 | -2/+2 |
2011-02-11 | LaTeX writer: Changed figure defaults to htbp. | John MacFarlane | 1 | -1/+1 |
2011-01-28 | Add possibility to use listings package for code blocks and | Josef Svenningsson | 1 | -8/+39 |
2011-01-26 | Add support for attributes in inline Code. | John MacFarlane | 1 | -3/+3 |
2011-01-26 | Adjusted writers to use "tex". | John MacFarlane | 1 | -0/+1 |
2011-01-26 | Distinguish latex & context environments; blank line after in writers. | John MacFarlane | 1 | -1/+1 |
2011-01-26 | Bumped version to 1.8; depend on pandoc-types 1.8. | John MacFarlane | 1 | -4/+5 |
2011-01-16 | Added --chapters option affecting docbook and latex. | John MacFarlane | 1 | -1/+1 |
2011-01-14 | LaTeX writer: Escape strings in \href{..}. | John MacFarlane | 1 | -2/+2 |
2011-01-14 | LateX writer: In nonsimple tables, put cells in \parbox. | John MacFarlane | 1 | -9/+12 |
2010-12-24 | Use functions from Text.Pandoc.Generic instead of processWith(M). | John MacFarlane | 1 | -1/+2 |
2010-12-19 | LaTeX writer: A bit of code polish. | John MacFarlane | 1 | -29/+28 |
2010-12-19 | LaTeX writer: Modified to use Pretty. | John MacFarlane | 1 | -34/+30 |
2010-12-18 | LaTeX writer: Use \paragraph, \subparagraph for level 4,5 headers. | John MacFarlane | 1 | -9/+10 |
2010-12-15 | Use top-level header at end as bibliography title for natbib and biblatex out... | Nathan Gass | 1 | -4/+13 |
2010-12-15 | Remove punctuation at start of suffix for natbib and biblatex output. | Nathan Gass | 1 | -2/+6 |
2010-12-15 | Support multiple bibliography files with natbib and biblatex output. | Nathan Gass | 1 | -1/+2 |
2010-12-13 | Added support to write natbib or biblatex citations in latex output. | Nathan Gass | 1 | -5/+113 |
2010-11-27 | LaTeX writer: Escape curly quotes. | John MacFarlane | 1 | -0/+4 |
2010-10-24 | LaTeX & ConTeXt writers: escape [ and ] as {[} and {]}. | John MacFarlane | 1 | -0/+2 |
2010-04-10 | Give LaTeX images a maximum width using the prelude only | Max Bolingbroke | 1 | -1/+1 |
2010-03-23 | Updated copyright notices. | John MacFarlane | 1 | -2/+2 |
2010-03-17 | Revert "LaTeX writer: Add unique labels to figures." | fiddlosopher | 1 | -11/+4 |
2010-03-16 | LaTeX writer: Add unique labels to figures. | fiddlosopher | 1 | -4/+11 |
2010-03-16 | LaTeX writer: support figures with captions. | fiddlosopher | 1 | -0/+5 |
2010-03-13 | Use template variables for include-before/after. | fiddlosopher | 1 | -7/+1 |
2010-03-01 | HTML, LaTeX writer: Don't print header row in headerless table. | fiddlosopher | 1 | -3/+4 |
2010-01-31 | LaTeX writer: set numbersections template variable. | fiddlosopher | 1 | -0/+1 |
2010-01-05 | LaTeX writer: Removed stLink, link template variable. | fiddlosopher | 1 | -5/+2 |
2010-01-03 | LaTeX writer: if book, report, or memoir documentclass, use \chapter{} | fiddlosopher | 1 | -7/+21 |
2009-12-31 | LaTeX writer: Only require listings package if needed. | fiddlosopher | 1 | -2/+7 |
2009-12-31 | Removed redundant imports (found by ghc 6.12). | fiddlosopher | 1 | -1/+0 |
2009-12-31 | Modified latex template to include bare minimum of packages. | fiddlosopher | 1 | -18/+51 |
2009-12-31 | Context and latex writers - parse title, author, date before body. | fiddlosopher | 1 | -3/+3 |
2009-12-31 | Use $for$ for multiple authors in context, latex, markdown. | fiddlosopher | 1 | -3/+3 |
2009-12-31 | Restored writerIncludeBefore, writerIncludeAfter. | fiddlosopher | 1 | -2/+11 |
2009-12-31 | Changed Meta author and date types to Inline lists instead of Strings. | fiddlosopher | 1 | -5/+5 |
2009-12-31 | Added 'standalone' variable, use in templates. | fiddlosopher | 1 | -6/+1 |
2009-12-31 | Removed unneeded writer options; use template variables instead. | fiddlosopher | 1 | -4/+2 |
2009-12-31 | Made writerVariables active in LaTeX writer. | fiddlosopher | 1 | -1/+2 |