On Mon, Nov 16, 2009 at 2:55 PM, Curiouslearn <curiousle...@gmail.com> wrote:
> The following is an example. Randomization occurs with MKII, but not with
> MKIV.
>
> \setupsystem[random=123]
>
> \starttext
>
> \startitemize[a,random]
>     \startitem This is item 1 \stopitem
>     \startitem This is item 2 \stopitem
>     \startitem This is item 3 \stopitem
>     \startitem This is item 4 \stopitem
> \stopitemize
>
> \stoptext

It works ok here, if I undertstand what you want.

What about
%%test.tex
\starttext

 \startitemize[a,random]
     \startitem This is item 1 \stopitem
     \startitem This is item 2 \stopitem
     \startitem This is item 3 \stopitem
     \startitem This is item 4 \stopitem
 \stopitemize
\stoptext

$>context --purgeall; context test.tex ; mv test.pdf test-1.pdf
$>context --purgeall; context test.tex ; mv test.pdf test-2.pdf
$>context --purgeall; context test.tex ; mv test.pdf test-3.pdf

I see differents pdfs test-1,test-2,test-3

With your code, all pdf are the same.


-- 
luigi
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to