Presentation interaction list
Hi, Forgive me if this is a double post, it didn't seem to get through the first time. I'm writing a presentation where each slide has an interaction list of chapters on the side. There are two things I can't figure out: 1. How to stop the list appearing outside of a part. (Is there a non-documented argument to `criterium'?) 2. How to have the current chapter highlighted on all slides within that chapter. (It's highlighted fine on the first slide of a chapter, but not on subsequent slides). Are these possible? Thanks for your help, Jeremy -------------- slide.tex ---------------- \setuppapersize[S6][S6] \setuppagenumbering[state=stop] \setuptolerance[verytolerant,stretch] \setupencoding[default=texnansi] \setupbodyfont[modern] \setuphead[section][ page=yes] \setuphead[subsection][ page=yes] \setupcolors[state=start] \definecolor [FadedColor] [r=.9,g=.1,b=.1] \definecolor [CurrentColor] [r=.1,g=.9,b=.1] \setupinteraction[ page=yes, color=FadedColor, contrastcolor=CurrentColor, menu=on, state=start] \setuplayout[rightedge=2cm,width=9cm] \startinteractionmenu[right] %% \placecontent[ %% level=chapter,criterium=all, %% coupling=on, %% alternative=f, align=left, %% interaction=all, %% before=, after=] \placelist[chapter][ criterium=all, alternative=f, align=left, interaction=all, before=, after=, chapternumber=no] \stopinteractionmenu \setuphead[part][ placehead=yes, page=yes] \starttext {\bfd Title page} \part {About \TEX} \chapter {Examples} \section {Knuth} \input knuth \section {More Knuth} \input knuth \chapter {More examples} \section {Donald} \input knuth \stoptext
participants (1)
-
Jeremy Hughes