ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: luigi scarso <luigi.scarso@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: setupsystem command with an example
Date: Mon, 16 Nov 2009 15:05:07 +0100	[thread overview]
Message-ID: <fe8d59da0911160605t26999e60r243233f64e43fd09@mail.gmail.com> (raw)
In-Reply-To: <3b4b12310911160555q657b4286s22deb673775b5563@mail.gmail.com>

On Mon, Nov 16, 2009 at 2:55 PM, Curiouslearn <curiouslearn@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
___________________________________________________________________________________

  parent reply	other threads:[~2009-11-16 14:05 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-16 13:55 Curiouslearn
2009-11-16 13:58 ` Taco Hoekwater
2009-11-16 14:04   ` Curiouslearn
2009-11-16 14:09     ` Taco Hoekwater
2009-11-16 14:10       ` Curiouslearn
2009-11-16 14:05 ` luigi scarso [this message]
2009-11-16 14:09   ` Curiouslearn
2009-11-16 14:17     ` luigi scarso

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fe8d59da0911160605t26999e60r243233f64e43fd09@mail.gmail.com \
    --to=luigi.scarso@gmail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).