Am 26.05.2011 um 17:13 schrieb Alan Braslau:

> This solution: [alternative=command,command=\ChapterList]
> breaks interaction; How can one get [interaction=all] to work?

Something like this:

\setupinteraction[state=start]

\define[3]\ChapterList
  {\vbox{#1\crlf#2\hfill#3}}
        
\setuplist
  [chapter]
  [alternative=vertical,
   command=\ChapterList,
   interaction=all]

\starttext

\completecontent

\chapter{One}
\chapter{Two}

\stoptext

I guess i should take a closer look at “horizontal” and “vertical”
because the label key has no effect for them.

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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to