Changes

Jump to navigation Jump to search
378 bytes added ,  11:10, 16 June 2005
→‎Table(s) of Content: : code for "not in toc"
==Table(s) of ContentContents==
Default:
Define your own tables of somewhat with <cmd>definelist</cmd> and <cmd>setuplist</cmd>!
 
To have some parts of your title texts ''not'' appear in the table of contents, try the following idiom/code:
<texcode>
\def\NotInToc#1{#1}
...
\startgroup
\def\NotInToc#1{}%
\completecontent
\stopgroup
...
\chapter{some random thoughts%
\NotInToc{ about various subjects, such as the age
of pebbles and the color of the sun when viewed from inside}}
</texcode>

Navigation menu