Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-05 | papersize variable for ConTeXt template | Aditya Mahajan | 1 | -1/+1 | |
Controls the `papersize` in ConTeXt template. Any valid argument of `\setuppapersize[...]` descirbed on the [ConTeXt wiki][wiki] works. [wiki]: http://wiki.contextgarden.net/PaperSetup | |||||
2012-03-07 | Fixed spacing issue in context template. | John MacFarlane | 1 | -1/+0 | |
2012-03-07 | Use mainlang variable to set main language in context template. | John MacFarlane | 1 | -2/+2 | |
2012-03-05 | Set mainlanguage for ConTeXt | Aditya Mahajan | 1 | -0/+4 | |
2012-03-03 | Slight change in context template to avoid double spacing. | John MacFarlane | 1 | -1/+2 | |
2012-02-28 | Better support for unnumbered sections | Aditya Mahajan | 1 | -3/+8 | |
In ConTeXt, the canonical method to get unumbered sections is to use \title {Unnumbered chapter} \subject {Unnumbered section} \subsubject {Unnumbered subsection} etc. However, pandoc generates \section {...} tags irrespective of whether `number-sections` is active or not. Personally I think that the default pandoc output is better than generating `\title`, `\subject`, etc. in the output. The current patch sets `number=no` for first four level of section heads when `number-sections` is not set. | |||||
2011-12-30 | ConTeXt: Made setuphead sensitive to `number-sections` variable. | John MacFarlane | 1 | -3/+3 | |
2011-08-23 | Blockquote are now in the core | Aditya Mahajan | 1 | -16/+4 | |
2011-08-23 | Cleaning setup | Aditya Mahajan | 1 | -8/+2 | |
2011-08-23 | Spacing | Aditya Mahajan | 1 | -1/+1 | |
2011-08-23 | Changing layout | Aditya Mahajan | 1 | -1/+1 | |
header and footer do not affect the visual layout. I am assuming that the original author meant topspace and bottomspace | |||||
2011-08-23 | Refactoring code style | Aditya Mahajan | 1 | -22/+28 | |
2011-08-20 | ConTexT: Use 'description' instead of 'descr'. | John MacFarlane | 1 | -4/+3 | |
2011-07-22 | Renamed templates from <writer>.template to default.<writer>. | John MacFarlane | 1 | -0/+84 | |