ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Clickable Subsections in TOC
@ 2008-09-22 14:17 holzminister
  2008-09-24 10:14 ` holzminister
  0 siblings, 1 reply; 4+ messages in thread
From: holzminister @ 2008-09-22 14:17 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________


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

* Re: Clickable Subsections in TOC
  2008-09-22 14:17 Clickable Subsections in TOC holzminister
@ 2008-09-24 10:14 ` holzminister
  2008-09-24 11:34   ` Taco Hoekwater
  0 siblings, 1 reply; 4+ messages in thread
From: holzminister @ 2008-09-24 10:14 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi!

Nobody an idea?

Cheers,
Eyke

2008/9/22 holzminister <holzminister@googlemail.com>:
> 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
___________________________________________________________________________________


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

* Re: Clickable Subsections in TOC
  2008-09-24 10:14 ` holzminister
@ 2008-09-24 11:34   ` Taco Hoekwater
  2008-09-25  7:02     ` holzminister
  0 siblings, 1 reply; 4+ messages in thread
From: Taco Hoekwater @ 2008-09-24 11:34 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________


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

* Re: Clickable Subsections in TOC
  2008-09-24 11:34   ` Taco Hoekwater
@ 2008-09-25  7:02     ` holzminister
  0 siblings, 0 replies; 4+ messages in thread
From: holzminister @ 2008-09-25  7:02 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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 <taco@elvenkind.com>:
> 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
___________________________________________________________________________________


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

end of thread, other threads:[~2008-09-25  7:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-22 14:17 Clickable Subsections in TOC holzminister
2008-09-24 10:14 ` holzminister
2008-09-24 11:34   ` Taco Hoekwater
2008-09-25  7:02     ` holzminister

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).