ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Problem with table of contents? (Mark IV)
@ 2011-08-02 10:01 Verhaag, G.C.H.M.
  2011-08-04 10:13 ` Verhaag, G.C.H.M.
  0 siblings, 1 reply; 5+ messages in thread
From: Verhaag, G.C.H.M. @ 2011-08-02 10:01 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Problem with table of contents? (Mark IV)
  2011-08-02 10:01 Problem with table of contents? (Mark IV) Verhaag, G.C.H.M.
@ 2011-08-04 10:13 ` Verhaag, G.C.H.M.
  2011-08-04 12:32   ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Verhaag, G.C.H.M. @ 2011-08-04 10:13 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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

___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Problem with table of contents? (Mark IV)
  2011-08-04 10:13 ` Verhaag, G.C.H.M.
@ 2011-08-04 12:32   ` Wolfgang Schuster
  2011-08-05  9:23     ` Verhaag, G.C.H.M.
  2011-08-05 10:56     ` Hans Hagen
  0 siblings, 2 replies; 5+ messages in thread
From: Wolfgang Schuster @ 2011-08-04 12:32 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Problem with table of contents? (Mark IV)
  2011-08-04 12:32   ` Wolfgang Schuster
@ 2011-08-05  9:23     ` Verhaag, G.C.H.M.
  2011-08-05 10:56     ` Hans Hagen
  1 sibling, 0 replies; 5+ messages in thread
From: Verhaag, G.C.H.M. @ 2011-08-05  9:23 UTC (permalink / raw)
  To: ntg-context

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
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Problem with table of contents? (Mark IV)
  2011-08-04 12:32   ` Wolfgang Schuster
  2011-08-05  9:23     ` Verhaag, G.C.H.M.
@ 2011-08-05 10:56     ` Hans Hagen
  1 sibling, 0 replies; 5+ messages in thread
From: Hans Hagen @ 2011-08-05 10:56 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-08-05 10:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-02 10:01 Problem with table of contents? (Mark IV) Verhaag, G.C.H.M.
2011-08-04 10:13 ` Verhaag, G.C.H.M.
2011-08-04 12:32   ` Wolfgang Schuster
2011-08-05  9:23     ` Verhaag, G.C.H.M.
2011-08-05 10:56     ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).