Re: [NTG-context] Clickable Subsections in TOC

2008-09-25 Thread holzminister
Hi,

that's a pity. Does anyone know a workaround?

I tried the following code with Luatex:


\setupcolors[state=start]
\setupinteraction[state=start]

\def\ListCommand#1#2#3%
{\tfx\color[darkgreen]{\textbullet\ #2 #3}\quad}

\setuplist
[subsection]
[alternative=none,
command=\ListCommand]

\starttext
\placelist[subsection]

\dorecurse{10}{\subsection{Hello world!}}

\stoptext


But that doesn't break lines at the end. Everything is ut into one
single line ...

Best regards,
Eyke

2008/9/24 Taco Hoekwater [EMAIL PROTECTED]:
 holzminister wrote:
 Hi!

 Nobody an idea?

 It seems that interaction=all is currently not supported by
 alternative d.

 Best wishes,
 Taco
 ___
 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
 ___

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


Re: [NTG-context] Clickable Subsections in TOC

2008-09-24 Thread holzminister
Hi!

Nobody an idea?

Cheers,
Eyke

2008/9/22 holzminister [EMAIL PROTECTED]:
 Hi,

 it's me again. :)

 Why can I only click the green dots left of the words but not the
 words themself? (Tested with luatex an pdftex.)


 \setupcolors
[state=start]

 \setupinteraction
[state=start]

 \setuplist
[subsection]
[interaction=all,
 alternative=d,
 style={\tfx},
 margin=5mm]

 \starttext

 \placelist[subsection][symbol=one]

 \subsection{one}
 \subsection{two}

 \stoptext



 Best regards,
 Eyke

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


Re: [NTG-context] Clickable Subsections in TOC

2008-09-24 Thread Taco Hoekwater
holzminister wrote:
 Hi!
 
 Nobody an idea?

It seems that interaction=all is currently not supported by
alternative d.

Best wishes,
Taco
___
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
___


[NTG-context] Clickable Subsections in TOC

2008-09-22 Thread holzminister
Hi,

it's me again. :)

Why can I only click the green dots left of the words but not the
words themself? (Tested with luatex an pdftex.)


\setupcolors
[state=start]

\setupinteraction
[state=start]

\setuplist
[subsection]
[interaction=all,
 alternative=d,
 style={\tfx},
 margin=5mm]

\starttext

\placelist[subsection][symbol=one]

\subsection{one}
\subsection{two}

\stoptext



Best regards,
Eyke
___
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
___