Age | Commit message (Expand) | Author | Files | Lines |
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 |
2009-12-31 | Revised LaTeX writer to use templates. | fiddlosopher | 1 | -85/+34 |
2009-12-07 | Improved syntax for markdown definition lists. | fiddlosopher | 1 | -4/+5 |
2009-12-05 | Fixed handling of footnotes in titles (HTML) and headers (LaTeX). | fiddlosopher | 1 | -2/+13 |
2009-11-28 | Better looking simple tables. Resolves Issue #180. | fiddlosopher | 1 | -11/+17 |
2009-11-03 | Specially mark code blocks that were "literate" in the input. | fiddlosopher | 1 | -1/+2 |
2009-01-24 | Moved all haskell source to src subdirectory. | fiddlosopher | 1 | -0/+331 |
2007-11-29 | Moved everything from src into the top-level directory. | fiddlosopher | 1 | -318/+0 |
2007-11-17 | Adjusted formatting of LaTeX and ConTeXt footnotes: | fiddlosopher | 1 | -3/+3 |
2007-11-15 | Improved footnote handling in LaTeX writer: | fiddlosopher | 1 | -8/+16 |
2007-11-03 | Reverted back to state as of r1062. The template haskell changes | fiddlosopher | 1 | -0/+310 |
2007-11-03 | Use template haskell to avoid the need for templates: | fiddlosopher | 1 | -310/+0 |
2007-11-01 | Cleaned up LaTeX footnotes: | fiddlosopher | 1 | -5/+6 |
2007-08-30 | Rewrote LaTeX writer to use the prettyprinting library, | fiddlosopher | 1 | -104/+130 |
2007-08-29 | Fixed bug in LaTeX writer: autolinks would not cause | fiddlosopher | 1 | -5/+5 |
2007-08-25 | Fixed bug in LaTeX writer. When a footnote ends with a Verbatim | fiddlosopher | 1 | -1/+3 |
2007-08-15 | Major code cleanup in all modules. (Removed unneeded imports, | fiddlosopher | 1 | -24/+21 |
2007-08-08 | Major change in the way ordered lists are handled: | fiddlosopher | 1 | -4/+20 |
2007-08-03 | Use \url{} for autolinks in LaTeX writer. | fiddlosopher | 1 | -2/+5 |
2007-07-28 | LaTeX writer: | fiddlosopher | 1 | -12/+14 |
2007-07-28 | LaTeX writer: include fancyvrb and \VerbatimFootnotes | fiddlosopher | 1 | -4/+4 |
2007-07-28 | Make URLs and emails in autolinks appear as Code. | fiddlosopher | 1 | -1/+1 |
2007-07-28 | Reinstated dependence on fancyvrb. It is compatible with examplep. | fiddlosopher | 1 | -9/+24 |
2007-07-28 | Changed LaTeX writer to use the examplep package instead | fiddlosopher | 1 | -17/+15 |
2007-07-27 | Use ` as default character for \verb in LaTeX output. | fiddlosopher | 1 | -1/+1 |
2007-07-26 | Include empty \author{} in LaTeX preamble if no | fiddlosopher | 1 | -4/+2 |
2007-07-26 | Fixes in LaTeX writer: | fiddlosopher | 1 | -5/+5 |
2007-07-23 | LaTeX writer: Make sure \VerbatimFootnotes goes after the | fiddlosopher | 1 | -8/+10 |
2007-07-22 | Cleaned up character escaping in LaTeX writer. | fiddlosopher | 1 | -15/+8 |