16 Jan
2006
16 Jan
'06
6:14 p.m.
Idris Samawi Hamid wrote:
Dear cabal,
Got no answer yet, resending-)
It sounds to me like you only need the 'appearance' of Parts to be present, instead of the 'actual' divisions. If so, you could consider defining your own '\part' macro that does a \writetolist. You can do that with something as simple as this: \newcount\mypart \def\part#1{\page[right] \advance\mypart 1 \expanded{\writetolist[part]{\the\mypart}{#1}}} Cheers, Taco