Hi, I've defined a combined list as my table of contents as follows: \setuplist[artikel][alternative=c] \definecombinedlist[content][chapter,artikel] \placecontent Now that my document nears 75 pages, the list is too full to go on one page. So I thought I might get rid of the spacing between the next chapter and make the chapters bold instead. Could anyone be so kind and explain to me how I would do this? I've seen \setuplist in the manual but I couldn't figure out where the spacing part was. TIA, Alex
Hi, On Mon, Aug 18, 2003 at 01:04:29PM +0200, Alexander Klink wrote:
I've defined a combined list as my table of contents as follows:
\setuplist[artikel][alternative=c] \definecombinedlist[content][chapter,artikel] \placecontent
Now that my document nears 75 pages, the list is too full to go on one page. So I thought I might get rid of the spacing between the next chapter and make the chapters bold instead. For the record: I solved this using:
\setuplist[chapter][style=bold,before={}] \setuplist[artikel][alternative=c] \definecombinedlist[content][chapter,artikel] \placecontent easier than I thought :-) Greetings, ALeX -- ... Alexander Klink ... undergraduate in Mathematics with Computer Science ... alech@alech.de ... at Darmstadt University of Technology ... alech@3komma141592653589793238462643383279502884197169399375105820974.de
participants (1)
-
Alexander Klink