Re: [NTG-context] Struggling with lists

2005-06-22 Thread Christopher Creutzig

Christopher Creutzig wrote:

  \placelist[Datei]%[alternative=d,criterium=Topic]


 Sorry for the line noise.  criterium=current solves my problem.

 Does criterium=section only work for numbered sections?


Christopher
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Struggling with lists

2005-06-21 Thread Christopher Creutzig

Salvete,

 in a presentation, I would like to have some links to external files 
at the lower end of the menu on the right.  My attempts all looked 
something like the following, but I have not been able to achieve any 
output at all:


\def\gobble#1{}
\long\def\Link#1{\showargument{#1}}
\definelist[Datei]
\setuplist[Datei][textcommand=\Link,numbercommand=\gobble]
\def\file#1{\writetolist[Datei]{#1}{#1}}


\startinteractionmenu[right]
  \switchtobodyfont[16pt]
  \setupinteraction
[color=black,
 contrastcolor=Two]
  \TocVersion
  \placelist
[Topic]
[alternative=e,
 frame=off,
 criterium=all]
  \vfill
  \placelist[Datei]%[alternative=d,criterium=Topic]
\stopinteractionmenu

...

\Topic{Überblick}
\file{foo}


 I must be missing something obvious, especially since I did not find 
anything related in the archives.  A hint, anyone?



Christopher
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context