aboutsummaryrefslogtreecommitdiff
path: root/default.context
AgeCommit message (Collapse)AuthorFilesLines
2015-11-20Merge pull request #157 from ousia/patch-1John MacFarlane1-7/+9
font loading with simplefonts
2015-11-19font loading with simplefontsPablo Rodríguez1-7/+9
simplefonts is required, since ConTeXt stable from TeX Live 2015 seems to have problem with some typefaces when not used.
2015-11-17Revert use of \setuphead for ConTeXt title block.Andrew Dunning1-19/+16
Thanks to Rik Kabel on pandoc-discuss.
2015-11-09Provide separate `linkcontrastcolor` in ConTeXt.Andrew Dunning1-1/+1
2015-11-09Rename ConTeXt `style` to `linkstyle`.Andrew Dunning1-1/+1
Not necessary to write `normal` to prevent links from rendering as bold.
2015-11-09Make LaTeX/ConTeXt link colour optional.Andrew Dunning1-2/+2
Prevents a conflict when base text is not black. This makes the `hidelinks` option redundant.
2015-10-23Always use $for$ to allow multiple options in LaTeX/ConTeXt/Beamer.Andrew Dunning1-19/+25
Also makes minor improvements to spacing. Adds indenting option to ConTeXt and multiple header/footer texts.
2015-10-20Write title block in ConTeXt using \title.Andrew Dunning1-19/+21
This prevents a page number from appearing on the first page.
2015-10-20ConTeXt link colour to black; define all sections.Andrew Dunning1-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-19Expand ConTeXt variables; drop MkII support.Andrew Dunning1-27/+72
2015-09-26Support bidirectional text output with XeLaTeX, ConTeXt and HTMLmb211-0/+4
2015-08-20LaTeX, ConTeXt: more specific language variablesmb211-2/+2
2015-06-28ConTeXt template description listsmb211-1/+1
2013-11-30ConTeXt template: Setup up defaults for floats.John MacFarlane1-1/+2
This allows the user to adjust the figure and table placement and numbering globally.
2013-11-22ConTeXt template: setup captions with no numbering.John MacFarlane1-0/+2
See pandoc #1067.
2013-02-20Minor spacing tweak in context template.John MacFarlane1-1/+1
2013-02-20Canonical way to set TOC depthAditya Mahajan1-1/+5
Use `\placecontent` instead of `\placelist` as `\placecontent` is easier to configure.
2013-02-19ConTeXt writer: Removed `\placecontent`.John MacFarlane1-1/+0
This produced a duplicate toc, in conjunction with `\placelist`.
2013-01-05Added \placelist to context writer.John MacFarlane1-0/+1
This selects TOC depth.
2012-09-05papersize variable for ConTeXt templateAditya Mahajan1-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-07Fixed spacing issue in context template.John MacFarlane1-1/+0
2012-03-07Use mainlang variable to set main language in context template.John MacFarlane1-2/+2
2012-03-05Set mainlanguage for ConTeXtAditya Mahajan1-0/+4
2012-03-03Slight change in context template to avoid double spacing.John MacFarlane1-1/+2
2012-02-28Better support for unnumbered sectionsAditya Mahajan1-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-30ConTeXt: Made setuphead sensitive to `number-sections` variable.John MacFarlane1-3/+3
2011-08-23Blockquote are now in the coreAditya Mahajan1-16/+4
2011-08-23Cleaning setupAditya Mahajan1-8/+2
2011-08-23SpacingAditya Mahajan1-1/+1
2011-08-23Changing layoutAditya Mahajan1-1/+1
header and footer do not affect the visual layout. I am assuming that the original author meant topspace and bottomspace
2011-08-23Refactoring code styleAditya Mahajan1-22/+28
2011-08-20ConTexT: Use 'description' instead of 'descr'.John MacFarlane1-4/+3
2011-07-22Renamed templates from <writer>.template to default.<writer>.John MacFarlane1-0/+84