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
Hi!
Nobody an idea?
Cheers,
Eyke
2008/9/22 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
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
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 ___________________________________________________________________________________
participants (2)
-
holzminister
-
Taco Hoekwater