On Fri, 7 Mar 2008 19:34:22 -0500
John Culleton <[EMAIL PROTECTED]> wrote:

> 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
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to