Changes

Jump to navigation Jump to search
Cure too-wide code fragments
You can suppress or bypass a header or footer on a chapter page like this:
<texcode>
\setuphead[chapter][header=high,footer=none] % with header=high the text area of the page will extend up % into the space where the header normaly sits% or:\setuphead[chapter][header=emptyhigh,footer=none]  % header=empty leaves the header area intact, % but does not fill it with any text\setuphead[chapter][header=empty,footer=none]
</texcode>
Works only if the head title starts a new page. Since section does not do this by default, then you must write
<texcode>
\startsection [title={Here is a section title too long to fit in the header}, marking={Here is a section title}]
</texcode>

Navigation menu