On Fri, 7 Mar 2008 19:34:22 -0500
John Culleton
The example on page 15 of the manual shows the title and the page number spaced enough to avoid confusion. When I use similar code the page number is jammed up next to the title. I have tried the text parameter but it has no effect.
Here is my code: \setuphead[chapter][head=nomarking,number=no] \setuphead[section][number=no,textcommand=\bf] \setuphead[subsection][number=no] \setuphead[subsubsection][number=no] \setupinteraction[state=start,color=blue] \setuplist[section][alternative=f,style=bold,interaction=sectionnumber] \setuplist[subsection][alternative=f,interaction=no] \setuplist[subsubsection][alternative=a,interaction=all]
\setuplist [subsubsection] [alternative=a, interaction=all, pagecommand=\PageNumberDistance] \def\PageNumberDistance#1{\quad#1} Wolfgang