Changes

Jump to navigation Jump to search
865 bytes added ,  10:41, 1 April 2012
blank pages with front, body, back matters and appendices
* You might want to experiment with the commented lines and see what happens. For example, the <cmd>setupsectionblock</cmd> commands will give a truly blank page (if needed) after the specified <cmd>stop*part</cmd> command.
==== When using front, body, back matters and appendices ====
 
As Wolfgang explained on the mailing list, when using <cmd>*frontmatter</cmd>, <cmd>*bodymatter</cmd>, <cmd>*backmatter</cmd> and <cmd>*appendices</cmd>, you need to remove the page they create to get the page before a new chapter or part with no headers and footers.
 
<texcode>
\setupsectionblock[frontpart][page=]
\setupsectionblock[bodypart] [page=]
\setupsectionblock[backpart] [page=]
\setupsectionblock[appendix] [page=]
\definepagebreak[firstpagebreak][yes,header,footer,right]
\setuphead[chapter][page=firstpagebreak]
\setuppagenumbering[alternative=doublesided]
\starttext
\startfrontmatter
\chapter{front}
\stopfrontmatter
\startbodymatter
\chapter{body}
\stopbodymatter
\startappendices
\chapter{appendix}
\stopappendices
\startbackmatter
\chapter{back}
\stopbackmatter
\stoptext
</texcode>
== Independent Section Numbering ==
139

edits

Navigation menu