Dear gang, This seems like a very easy one, but I can't figure it out: on my slides, I want numbered itemizations to appear item by item, and I want the previous items to be "greyed out." I think this can only be done by combining two itemize environments. This is what I tried: \setupitemize[1][n,packed,joinedup] \startitemize[color=darkgray] \item \color[darkgray]{one} \stopitemize \startitemize[color=white][continue] \item two \stopitemize But the switches color=something and continue seem to exclude each other: either I get a continued item numbered "2," but in grey, or I get a white item number "1". There must be some obvious mistake, but where? Thanks, and best Thomas
Thomas A. Schmitz wrote:
Dear gang,
This seems like a very easy one, but I can't figure it out: on my slides, I want numbered itemizations to appear item by item, and I want the previous items to be "greyed out." I think this can only be done by combining two itemize environments. This is what I tried:
\setupitemize[1][n,packed,joinedup]
\startitemize[color=darkgray]
\item \color[darkgray]{one}
\stopitemize
\startitemize[color=white][continue]
\item two
\stopitemize
Like this? ---------------------------------------- \setupcolors[state=start] \starttext \setupitemize[1][n,packed,joinedup][color=darkgray] \startitemize \item one \setupitemize[color=red] \item two \stopitemize \stoptext ------------------------------------------ vit
But the switches color=something and continue seem to exclude each other: either I get a continued item numbered "2," but in grey, or I get a white item number "1". There must be some obvious mistake, but where?
Thanks, and best
Thomas
OMG, it is that easy!! ConTeXt never ceases to amaze me, I just didn't think of trying this because it's too obvious. Thanks so much, Vit, this is just what I was looking for! Best Thomas On Aug 15, 2005, at 11:24 PM, Vit Zyka wrote:
Thomas A. Schmitz wrote:
Dear gang, This seems like a very easy one, but I can't figure it out: on my slides, I want numbered itemizations to appear item by item, and I want the previous items to be "greyed out." I think this can only be done by combining two itemize environments. This is what I tried: \setupitemize[1][n,packed,joinedup] \startitemize[color=darkgray] \item \color[darkgray]{one} \stopitemize \startitemize[color=white][continue] \item two \stopitemize
Like this?
---------------------------------------- \setupcolors[state=start]
\starttext
\setupitemize[1][n,packed,joinedup][color=darkgray] \startitemize \item one \setupitemize[color=red] \item two \stopitemize
\stoptext ------------------------------------------
vit
But the switches color=something and continue seem to exclude each other: either I get a continued item numbered "2," but in grey, or I get a white item number "1". There must be some obvious mistake, but where? Thanks, and best Thomas
_______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
participants (2)
-
Thomas A. Schmitz
-
Vit Zyka