From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/62221 Path: news.gmane.org!not-for-mail From: Steffen Wolfrum Newsgroups: gmane.comp.tex.context Subject: Re: Two layer in a document Date: Fri, 1 Oct 2010 12:08:18 +0200 Message-ID: <9CA310D5-E852-4D0A-9635-35779B81CF1C@st.estfiles.de> References: <20101001095107.4587f6f6@KUBUNTU64> <4CA5A316.1020802@gmx.net> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1285928326 13752 80.91.229.12 (1 Oct 2010 10:18:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 1 Oct 2010 10:18:46 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Fri Oct 01 12:18:42 2010 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P1chN-0007ag-4h for gctc-ntg-context-518@m.gmane.org; Fri, 01 Oct 2010 12:18:41 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id DF9E2CA68F; Fri, 1 Oct 2010 12:18:39 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 2b1Hgwnj0zGn; Fri, 1 Oct 2010 12:18:37 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 31BAECA691; Fri, 1 Oct 2010 12:18:37 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 1592FCA691 for ; Fri, 1 Oct 2010 12:18:35 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id NLa+x1SqwuvB for ; Fri, 1 Oct 2010 12:18:23 +0200 (CEST) Original-Received: from filter1-ams.mf.surf.net (filter1-ams.mf.surf.net [192.87.102.69]) by balder.ntg.nl (Postfix) with ESMTP id B9644CA68F for ; Fri, 1 Oct 2010 12:18:23 +0200 (CEST) Original-Received: from smtprelay02.ispgateway.de (smtprelay02.ispgateway.de [80.67.18.44]) by filter1-ams.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id o91AIMo0001456 for ; Fri, 1 Oct 2010 12:18:23 +0200 Original-Received: from [89.247.96.246] (helo=[192.168.1.4]) by smtprelay02.ispgateway.de with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1P1ch4-0004se-Ao for ntg-context@ntg.nl; Fri, 01 Oct 2010 12:18:22 +0200 In-Reply-To: <4CA5A316.1020802@gmx.net> X-Mailer: Apple Mail (2.1081) X-Df-Sender: 698580 X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=80.67.18.44; country=DE; region=02; city=Ismaning; latitude=48.2333; longitude=11.6333; http://maps.google.com/maps?q=48.2333,11.6333&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 06DdminkT - 7c5321dc1307 - 20101001 X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.69 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:62221 Archived-At: Am 01.10.2010 um 11:00 schrieb Peter Rolf: > Am 01.10.2010 09:51, schrieb R. Bastian: >> On Thu, 30 Sep 2010 19:42:34 +0200 >> Wolfgang Schuster scribit: >> >>> >>> Am 30.09.2010 um 11:49 schrieb Daniel Grycman: >>> >>>> Hi list, >>>> >>>> I am typesetting a template for internal documentation. In the header of >>>> the document I want to put two different figure. One on the left side and >>>> the other on the right side. When I compile the source the output shows >>>> only the figure on the left side. >> [...] >>> One layer is enough for both pictures, try also to make it more readable next time. >>> >>> \definelayer[logo][width=\paperwidth,height=\paperheight,state=repeat] >>> >>> \setupbackgrounds[page][background={foreground,logo}] >>> >>> \setlayer >>> [logo] >>> [preset=righttop, >>> hoffset=1cm] >>> {\externalfigure[label][height=4cm,3.5cm]} >>> >>> \setlayer >>> [logo] >>> [preset=lefttop, >>> hoffset=1.3cm, >>> voffset=1.4cm] >>> {\externalfigure[wortmarke][height=0.3cm,width=6.5cm]} >>> >>> \starttext >>> \dorecurse{20}{\input knuth\par} >>> \stoptext >>> >>> Wolfgang >> >> Does this work in Mk II ? >> > > You can set your mind at rest and test it yourself. > The 'nuke_my_computer_by_running_context' module is no longer part of > the official distribution ;-) > > Best wishes, Peter ... added to "goodies from the mailing list": http://wiki.contextgarden.net/Humour Steffen ___________________________________________________________________________________ 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 ___________________________________________________________________________________