aboutsummaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Expand)Author
2013-03-03beamer template: Provide `\Oldincludegraphics` as in LaTeX template.John MacFarlane
2013-03-03EPUB writer: Include html TOC even in epub2.John MacFarlane
2013-02-27LaTeX template: Load microtype after fonts.John MacFarlane
2013-02-26Changed style names in reference docx.John MacFarlane
2013-02-23Added PDF to content types in reference.docx.John MacFarlane
2013-02-23reference.docx: Added default content type for emf.John MacFarlane
2013-02-20Small spacing change in context template.John MacFarlane
2013-02-20ConTeXt template: Use `\placecontent` for toc.John MacFarlane
2013-02-19ConTeXt writer: Removed `\placecontent`.John MacFarlane
2013-02-18LaTeX template: set secnumdepth to 5 if `--number-sections` specified.John MacFarlane
2013-02-03Beamer template: Lines to fix captions with longtable.John MacFarlane
2013-01-21LaTeX template: Use `\urlstyle{same}` to avoid monospace URLs.John MacFarlane
2013-01-19Updated templates.John MacFarlane
2013-01-18RTF writer: Added writeRTFWithEmbeddedImages.John MacFarlane
2013-01-15Added `writerHtmlQTags` and `--html-q-tags` option.John MacFarlane
2013-01-06reference.docx: PictureCaption style -> ImageCaption.John MacFarlane
2013-01-06Docx writer: Use separate footnotes.xml for notes.John MacFarlane
2013-01-05Implemented --toc-depth (and --toc!) for RTF writer.John MacFarlane
2013-01-05Support --toc-depth in context writer.John MacFarlane
2013-01-05Epub CSS: left-align headers by default.John MacFarlane
2013-01-05Changed --toc-level to --toc-depth.John MacFarlane
2013-01-05Implemented --toc-level for rst.John MacFarlane
2013-01-05Implemented --toc-level in LaTeX writer.John MacFarlane
2013-01-04Added css to preserve spaces in <code> tags.John MacFarlane
2012-12-29Moved all data files and templates to data/.John MacFarlane
2010-03-18Added --mathml option; removed Text.Pandoc.LaTeXMathML.fiddlosopher
2010-01-01Moved data/ui -> s5. Added note on this in README.fiddlosopher
2009-12-31Added --reference-odt option.fiddlosopher
2009-12-31Removed old data/templates directory.fiddlosopher
2009-12-31Indented and line-broke styles.xml so it can be modified more easily.fiddlosopher
2009-12-31Added newline at end of LaTeXMathML script.fiddlosopher
2009-12-31Moved odt-styles -> odt. Changed ODT module to look at user data first.fiddlosopher
2009-12-31Add legacy-header to LaTeX template.fiddlosopher
2009-12-31Renamed headers -> templates.fiddlosopher
2009-12-31LaTeX header: fixes for xetex and header-includes.fiddlosopher
2009-12-31Revised LaTeX writer to use templates.fiddlosopher
2008-12-02LaTeX header: Use fixed-width font for Haskell code.fiddlosopher
2008-12-02Add definition of code environment to LaTeX header.fiddlosopher
2008-11-01Support horizontal rules in OpenDocument and ODT writers.fiddlosopher
2008-11-01Corrected mispelling (Defnition) in odt styles.xml.fiddlosopher
2008-09-23Moved odt-styles/ to data/. Removed unneeded variable in Makefile.fiddlosopher
2008-08-13Support for display math; changed ASCIIMathML -> LaTeXMathML:fiddlosopher
2008-08-01Simplified build process using template haskell.fiddlosopher
2007-11-03Reverted back to state as of r1062. The template haskell changesfiddlosopher
2007-11-03Use template haskell to avoid the need for templates:fiddlosopher