Christopher Creutzig wrote:
Salvete,

 the line

  \setupsystem[random=261113]

causes an error for me:

./CDaufdruck.tex:10: Arithmetic overflow.
\verynormalnextrandom ...al \multiply \randomi 31
\global \advance \randomi ...


\normalnextrandom ...alyear \verynormalnextrandom
\egroup
\nextrandom ->\bgroup \normalnextrandom
\gdef \nextrandom {\ifcase \randomse...
<argument> ...ormaltime =\@@svrandom ]\nextrandom
\egroup
\firstofoneargument #1->#1


\dosetupsystem ...1]\setuprandomize [\@@svrandom ]
\beforesplitstring \@@svre...
...



ConTeXt ver: 2004.10.07 fmt: 2004.10.29 int: english mes: english

regards,
    Christopher

we could consider changing 1440 by 2880 in the next code (in texexec)

my ($sec, $min) = gmtime;
my $RandomSeed = ($min * 60 + $sec) % 1440;

ideas welcome ...

Hans


PS. you can say: setupsystem[random=100]


----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------

_______________________________________________
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to