Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-02-20 | Small spacing change in context template. | John MacFarlane | 1 | -8/+5 | |
2013-02-20 | ConTeXt template: Use `\placecontent` for toc. | John MacFarlane | 1 | -6/+7 | |
Configure it for toc depth. Thanks to Aditya Mahajan. | |||||
2013-02-19 | ConTeXt writer: Removed `\placecontent`. | John MacFarlane | 1 | -7/+6 | |
This produced a duplicate toc, in conjunction with `\placelist`. | |||||
2013-02-18 | LaTeX template: set secnumdepth to 5 if `--number-sections` specified. | John MacFarlane | 1 | -6/+7 | |
This yields behavior equivalent to the other writers, numbering level 4 and 5 headers too. Closes #753. | |||||
2013-02-03 | Beamer template: Lines to fix captions with longtable. | John MacFarlane | 1 | -5/+7 | |
Thanks to Joost Kremers. | |||||
2013-01-21 | LaTeX template: Use `\urlstyle{same}` to avoid monospace URLs. | John MacFarlane | 1 | -7/+5 | |
2013-01-19 | Updated templates. | John MacFarlane | 1 | -5/+7 | |
Use upquote package if it exists. | |||||
2013-01-18 | RTF writer: Added writeRTFWithEmbeddedImages. | John MacFarlane | 1 | -5/+5 | |
* RTF writer: Export writeRTFWithEmbeddedImages instead of rtfEmbedImage. * Text.Pandoc: Use writeRTFWithEmbeddedImages for RTF. * Moved code for embedding images in RTF out of pandoc.hs. | |||||
2013-01-15 | Added `writerHtmlQTags` and `--html-q-tags` option. | John MacFarlane | 1 | -5/+5 | |
The previous default was to use `<q>` tags in HTML5. But `<q>` tags are also valid HTML4, and they are not very robust in HTML5. Some user agents don't support them, and some CSS resets prevent pandoc's quotes CSS from working properly (e.g. bootstrap). It seems a better default just to insert quote characters, but the option is provided for those who have gotten used to using `<q>` tags. | |||||
2013-01-05 | Implemented --toc-depth (and --toc!) for RTF writer. | John MacFarlane | 1 | -7/+5 | |
2013-01-05 | Support --toc-depth in context writer. | John MacFarlane | 1 | -5/+7 | |
2013-01-05 | Changed --toc-level to --toc-depth. | John MacFarlane | 1 | -5/+5 | |
2013-01-05 | Implemented --toc-level for rst. | John MacFarlane | 1 | -5/+5 | |
2013-01-05 | Implemented --toc-level in LaTeX writer. | John MacFarlane | 1 | -7/+5 | |
2013-01-04 | Added css to preserve spaces in <code> tags. | John MacFarlane | 1 | -5/+7 | |
Thanks to Dirk Laurie. | |||||
2012-12-29 | Moved all data files and templates to data/. | John MacFarlane | 1 | -0/+6 | |
2009-12-31 | Removed old data/templates directory. | fiddlosopher | 6 | -142/+0 | |
Templates are now in templates/. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1758 788f1e2b-df1e-0410-8736-df70ead52e1b | |||||
2009-12-31 | Add legacy-header to LaTeX template. | fiddlosopher | 1 | -2/+7 | |
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1680 788f1e2b-df1e-0410-8736-df70ead52e1b | |||||
2009-12-31 | Renamed headers -> templates. | fiddlosopher | 6 | -0/+137 | |
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1677 788f1e2b-df1e-0410-8736-df70ead52e1b |