From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14306 Path: main.gmane.org!not-for-mail From: Zunbeltz Izaola Newsgroups: gmane.comp.tex.context Subject: MP figures in the background Date: Mon, 15 Dec 2003 09:24:06 +0100 (MET) Sender: ntg-context-admin@ntg.nl Message-ID: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: sea.gmane.org 1071477112 24649 80.91.224.253 (15 Dec 2003 08:31:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 15 Dec 2003 08:31:52 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Mon Dec 15 09:31:49 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AVo8r-00008C-00 for ; Mon, 15 Dec 2003 09:31:49 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 98D3710B1D; Mon, 15 Dec 2003 09:31:45 +0100 (MET) Original-Received: from lcdx00.wm.lc.ehu.es (lcdx00.wm.lc.ehu.es [158.227.5.12]) by ref.ntg.nl (Postfix) with SMTP id D08A410ACC for ; Mon, 15 Dec 2003 09:24:06 +0100 (MET) Original-Received: (qmail 629 invoked by uid 30042); 15 Dec 2003 08:24:06 -0000 Original-Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 15 Dec 2003 08:24:06 -0000 Original-To: ntg-context@ntg.nl Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:14306 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14306 Hi, I'm doing a christmars card in ConTeXt!. I've the following setup \setuppapersize[CD][A4] \setuplayout[marking=on,location=middle] \starttext \startuseMPgraphic{dummy} ... ... \stopuseMPgraphic \defineoverlay[backfigure][\useMPgraphic{dummy}] \setupbackground[paper][background=backfigure] \hbox{} \stoptext I need the \hbox{} because there has to be something to typeset. The next thing i want to do is to have a second page. I use the \page[yes] command. The problem is that with this the background apears to in the second page, and i don't want that. How can i define a background figure only for certain page? Thanks in advance, Zunbeltz