Dear ConTeXt Users', I'm struggling with the setupcombinedlist command to finetune the table of contents of a book I'm currently writing using ConTeXt. I use the following setup command in the preamble: \setupcombinedlist [content] [level=section,width=\textwidth,alternative=g] and use the command: \completecontent[level=section] to actually generate it. When using the alternative=g option the navigation in my pdf document is completely absent, while e.g. alternative=a the navigation is working as aspected! But alternative=g also worked in Mark II! Anybody any idea? Has something changed which I missed? Regards, Gerard Verhaag P.S. I currently use: ConTeXt ver: 2011.05.16 11:00 MKIV fmt: 2011.5.16 int: english/english
On 08/02/2011 12:01 PM, Verhaag, G.C.H.M. wrote:
Dear ConTeXt Users',
I'm struggling with the setupcombinedlist command to finetune the table of contents of a book I'm currently writing using ConTeXt.
I use the following setup command in the preamble:
\setupcombinedlist [content] [level=section,width=\textwidth,alternative=g]
and use the command:
\completecontent[level=section]
to actually generate it.
When using the alternative=g option the navigation in my pdf document is completely absent, while e.g. alternative=a the navigation is working as aspected! But alternative=g also worked in Mark II!
Anybody any idea? Has something changed which I missed?
Regards, Gerard Verhaag
P.S. I currently use: ConTeXt ver: 2011.05.16 11:00 MKIV fmt: 2011.5.16 int: english/english ...
Dear ConTeXt User's: I tried the following very simple example which yields exactly the same result: \setupinteraction [state=start, color=green, style=bold] \setupcombinedlist [content] [level=section,width=\textwidth,alternative=a] \starttext \completecontent[level=section] \chapter[one]{One} \page[yes] \chapter[two]{One} \stoptext I tried to set interaction=all within the \setupcombinedlist, but no interaction possible from the table of contents within the generated pdf ! By the way alternatives, e and f give the same problem. Regards, Gerard Verhaag
Am 04.08.2011 um 12:13 schrieb Verhaag, G.C.H.M.:
Dear ConTeXt User's:
I tried the following very simple example which yields exactly the same result:
\setupinteraction [state=start, color=green, style=bold]
\setupcombinedlist [content] [level=section,width=\textwidth,alternative=a]
\starttext \completecontent[level=section] \chapter[one]{One} \page[yes] \chapter[two]{One} \stoptext
I tried to set interaction=all within the \setupcombinedlist, but no interaction possible from the table of contents within the generated pdf !
Works for me!
By the way alternatives, e and f give the same problem.
There is something wrong with e, f and g because i get a link when i add “interaction=no”. Wolfgang
On 08/04/2011 02:32 PM, Wolfgang Schuster wrote:
Am 04.08.2011 um 12:13 schrieb Verhaag, G.C.H.M.:
Dear ConTeXt User's:
I tried the following very simple example which yields exactly the same result:
\setupinteraction [state=start, color=green, style=bold]
\setupcombinedlist [content] [level=section,width=\textwidth,alternative=a]
\starttext \completecontent[level=section] \chapter[one]{One} \page[yes] \chapter[two]{One} \stoptext
I tried to set interaction=all within the \setupcombinedlist, but no interaction possible from the table of contents within the generated pdf !
Works for me!
By the way alternatives, e and f give the same problem.
There is something wrong with e, f and g because i get a link when i add “interaction=no”.
Wolfgang ... Hi,
Indeed when I set interaction=no, the link is there, also for alternative=g! Weird isn't? So for the time being it works also for me, thanks! But, is it possible to take this error into consideration and correct it in the next update? Thanks! Regards, Gerard Verhaag
On 4-8-2011 2:32, Wolfgang Schuster wrote:
There is something wrong with e, f and g because i get a link when i add “interaction=no”.
\def\dodofixdlistelementEFG#1#2#3#4#5#6#7#8% {\noindent \bgroup \domakelistelement\v!all{#4}{#2}% ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (3)
-
Hans Hagen
-
Verhaag, G.C.H.M.
-
Wolfgang Schuster