From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31382 Path: news.gmane.org!not-for-mail From: Renaud AUBIN Newsgroups: gmane.comp.tex.context Subject: Re: Fielstack and Layers for Presentation Date: Sun, 15 Oct 2006 22:14:37 +0200 Message-ID: <453296AD.4050904@nibua-r.org> References: <452E823F.6040503@nibua-r.org> <45300B19.3020203@nibua-r.org> <4530B80F.3050103@gmx.net> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1160946220 9663 80.91.229.2 (15 Oct 2006 21:03:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 15 Oct 2006 21:03:40 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Oct 15 23:03:37 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1GZD8w-0003xw-Vj for gctc-ntg-context-518@m.gmane.org; Sun, 15 Oct 2006 23:03:35 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D1C911FD9A; Sun, 15 Oct 2006 23:03:32 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 16132-01; Sun, 15 Oct 2006 23:03:26 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 68FD21FDC6; Sun, 15 Oct 2006 23:03:26 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A65FF1FDC8 for ; Sun, 15 Oct 2006 23:03:24 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 12747-02-3 for ; Sun, 15 Oct 2006 23:03:23 +0200 (CEST) Original-Received: from 27.mail-out.ovh.net (27.mail-out.ovh.net [213.186.38.137]) by ronja.ntg.nl (Postfix) with SMTP id 926E51FD9A for ; Sun, 15 Oct 2006 23:03:23 +0200 (CEST) Original-Received: (qmail 25274 invoked by uid 503); 15 Oct 2006 20:16:22 -0000 Original-Received: from b6.ovh.net (HELO mail176.ha.ovh.net) (213.186.33.56) by 27.mail-out.ovh.net with SMTP; 15 Oct 2006 20:16:22 -0000 Original-Received: from b0.ovh.net (HELO queue-out) (213.186.33.50) by b0.ovh.net with SMTP; 15 Oct 2006 20:14:46 -0000 Original-Received: from d83-179-99-76.cust.tele2.fr (HELO ?192.168.78.10?) (aubin@nibua-r.org@83.179.99.76) by ns0.ovh.net with SMTP; 15 Oct 2006 20:14:44 -0000 User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051017) X-Accept-Language: fr, en Original-To: mailing list for ConTeXt users In-Reply-To: <4530B80F.3050103@gmx.net> X-Ovh-Remote: 83.179.99.76 (d83-179-99-76.cust.tele2.fr) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-Spam-Check: DONE|H 0.503155/N X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:31382 Archived-At: Hi Peter, all, >What I can think of is to initialize the random seed value of MP (name?) >with the same value, every time before you fill a new layer. Another way >would be to add the 'random' parameters to your FrameTitle macro. But I >don't have much experience with random stuff, so there maybe better ways. > > > I use now \startsetups[buf1] \startMPinclusions randomseed:=1; \stopMPinclusions \FrameTitle{Overlay1} \StartFrame[width=.75\textwidth] This is the first funny frame ! \StopFrame \stopsetups \startsetups[buf2] \startMPinclusions randomseed:=2; \stopMPinclusions \FrameTitle{Overlay2} \StartFrame[width=.75\textwidth] This is the second funny frame ! \StopFrame \stopsetups \startsetups[buf3] \startMPinclusions randomseed:=3; \stopMPinclusions \FrameTitle{Overlay3} \StartFrame[width=.75\textwidth] This is the third funny frame ! \StopFrame \stopsetups and \setups{...}