Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-11-20 | Merge pull request #157 from ousia/patch-1 | John MacFarlane | 1 | -7/+9 | |
font loading with simplefonts | |||||
2015-11-19 | font loading with simplefonts | Pablo RodrÃguez | 1 | -7/+9 | |
simplefonts is required, since ConTeXt stable from TeX Live 2015 seems to have problem with some typefaces when not used. | |||||
2015-11-17 | Revert use of \setuphead for ConTeXt title block. | Andrew Dunning | 1 | -19/+16 | |
Thanks to Rik Kabel on pandoc-discuss. | |||||
2015-11-09 | Provide separate `linkcontrastcolor` in ConTeXt. | Andrew Dunning | 1 | -1/+1 | |
2015-11-09 | Rename ConTeXt `style` to `linkstyle`. | Andrew Dunning | 1 | -1/+1 | |
Not necessary to write `normal` to prevent links from rendering as bold. | |||||
2015-11-09 | Make LaTeX/ConTeXt link colour optional. | Andrew Dunning | 1 | -2/+2 | |
Prevents a conflict when base text is not black. This makes the `hidelinks` option redundant. | |||||
2015-10-23 | Always use $for$ to allow multiple options in LaTeX/ConTeXt/Beamer. | Andrew Dunning | 1 | -19/+25 | |
Also makes minor improvements to spacing. Adds indenting option to ConTeXt and multiple header/footer texts. | |||||
2015-10-20 | Write title block in ConTeXt using \title. | Andrew Dunning | 1 | -19/+21 | |
This prevents a page number from appearing on the first page. | |||||
2015-10-20 | ConTeXt link colour to black; define all sections. | Andrew Dunning | 1 | -10/+13 | |
Sets default link colour to black with normal style (default is bolded red/green links), per the discussion in #138. Provides heading styles for all section types applied by Pandoc. | |||||
2015-10-19 | Expand ConTeXt variables; drop MkII support. | Andrew Dunning | 1 | -27/+72 | |
2015-09-26 | Support bidirectional text output with XeLaTeX, ConTeXt and HTML | mb21 | 1 | -0/+4 | |
2015-08-20 | LaTeX, ConTeXt: more specific language variables | mb21 | 1 | -2/+2 | |
2015-06-28 | ConTeXt template description lists | mb21 | 1 | -1/+1 | |
2013-11-30 | ConTeXt template: Setup up defaults for floats. | John MacFarlane | 1 | -1/+2 | |
This allows the user to adjust the figure and table placement and numbering globally. | |||||
2013-11-22 | ConTeXt template: setup captions with no numbering. | John MacFarlane | 1 | -0/+2 | |
See pandoc #1067. | |||||
2013-02-20 | Minor spacing tweak in context template. | John MacFarlane | 1 | -1/+1 | |
2013-02-20 | Canonical way to set TOC depth | Aditya Mahajan | 1 | -1/+5 | |
Use `\placecontent` instead of `\placelist` as `\placecontent` is easier to configure. | |||||
2013-02-19 | ConTeXt writer: Removed `\placecontent`. | John MacFarlane | 1 | -1/+0 | |
This produced a duplicate toc, in conjunction with `\placelist`. | |||||
2013-01-05 | Added \placelist to context writer. | John MacFarlane | 1 | -0/+1 | |
This selects TOC depth. | |||||
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 | |