From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/2256 Path: main.gmane.org!not-for-mail From: Anders Alstrin Newsgroups: gmane.comp.tex.context Subject: Backgrounds Date: Fri, 09 Jun 2000 11:35:18 +0100 Sender: owner-ntg-context@let.uu.nl Message-ID: <3940C866.4A3F4F79@forprint.se> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; x-mac-type="54455854"; x-mac-creator="4D4F5353" Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035393043 7329 80.91.224.250 (23 Oct 2002 17:10:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:10:43 +0000 (UTC) Original-To: "ntg-context@ntg.nl" Xref: main.gmane.org gmane.comp.tex.context:2256 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:2256 Hi all. I got succes in combining one pdf as background for a existing two sided pdf. But now I only want to place a background on the first page and not for the second one.. And I canīt figure out from the context manual (page 150) how to do this on an existing two sided pdf? \starttext \setupoutput[pdftex] \defineoverlay [mall] [{\externalfigure[v_mall.pdf]}] \setupbackgrounds [page] [background=mall] \copypages [visit1_p.pdf] \stoptext