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