Commit graph

9 commits

Author SHA1 Message Date
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)