Commit graph

21 commits

Author SHA1 Message Date
mb21
7ce5302d20 ConTeXt template description lists 2015-06-28 23:35:43 +02:00
John MacFarlane
713a8f63d5 ConTeXt template: Setup up defaults for floats.
This allows the user to adjust the figure and table placement
and numbering globally.
2013-11-30 16:15:53 -08:00
John MacFarlane
8cadd4f204 ConTeXt template: setup captions with no numbering.
See pandoc #1067.
2013-11-22 19:50:26 -08:00
John MacFarlane
fbc015a54d Minor spacing tweak in context template. 2013-02-20 09:57:05 -08:00
Aditya Mahajan
e5d22ce91a Canonical way to set TOC depth
Use `\placecontent` instead of `\placelist` as `\placecontent` is easier to
configure.
2013-02-20 02:44:42 -05:00
John MacFarlane
ad3af80a4f ConTeXt writer: Removed \placecontent.
This produced a duplicate toc, in conjunction with `\placelist`.
2013-02-19 21:56:21 -08:00
John MacFarlane
f0347e7af0 Added \placelist to context writer.
This selects TOC depth.
2013-01-05 18:15:14 -08:00
Aditya Mahajan
b0e32b5db6 papersize variable for ConTeXt template
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-09-05 18:36:00 -04:00
John MacFarlane
7c4816983e Fixed spacing issue in context template. 2012-03-07 10:08:13 -08:00
John MacFarlane
1bcfd44b43 Use mainlang variable to set main language in context template. 2012-03-07 10:06:59 -08:00
Aditya Mahajan
917c3e6188 Set mainlanguage for ConTeXt 2012-03-05 19:36:07 -05:00
John MacFarlane
5aaa69eda5 Slight change in context template to avoid double spacing. 2012-03-03 08:37:17 -08:00
Aditya Mahajan
3c7f5f8f1e Better support for unnumbered sections
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.
2012-02-28 19:37:05 -05:00
John MacFarlane
5dcdf3738f ConTeXt: Made setuphead sensitive to number-sections variable. 2011-12-30 11:41:26 -08:00
Aditya Mahajan
439e7f0d41 Blockquote are now in the core 2011-08-23 10:30:57 -04:00
Aditya Mahajan
a3ceaffed4 Cleaning setup 2011-08-23 10:28:41 -04:00
Aditya Mahajan
75c5b26f2e Spacing 2011-08-23 10:27:37 -04:00
Aditya Mahajan
fd86fd4bf8 Changing layout
header and footer do not affect the visual layout. I am assuming that the
original author meant topspace and bottomspace
2011-08-23 10:26:01 -04:00
Aditya Mahajan
3a42958935 Refactoring code style 2011-08-23 10:25:30 -04:00
John MacFarlane
939e3e151b ConTexT: Use 'description' instead of 'descr'. 2011-08-20 15:30:18 -07:00
John MacFarlane
663adaa861 Renamed templates from <writer>.template to default.<writer>. 2011-07-22 22:18:04 -07:00
Renamed from context.template (Browse further)