From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/1088 Path: main.gmane.org!not-for-mail From: "Haseloff, Lutz" Newsgroups: gmane.comp.tex.context Subject: AW: AW: AW: AW: Position of figures Date: Tue, 26 Oct 1999 06:15:01 +0100 Sender: owner-ntg-context@let.uu.nl Message-ID: <0F3313EC125AD311981100105AB3A75D1079BD@N0795.mdf.fvbb.de> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain X-Trace: main.gmane.org 1035391927 29701 80.91.224.250 (23 Oct 2002 16:52:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 16:52:07 +0000 (UTC) Original-To: ntg-context@ntg.nl Xref: main.gmane.org gmane.comp.tex.context:1088 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:1088 > Then you're using [text] and not [page] > \setupbackgrounds[page][....] > will really put things in relation to the top left corner, while for > instance [text][text] will use the text as ref point. \overlaywidth and > \overlayheight represent the current h/vsize. > The origin of the page is (0,0), but the origin of the text area which > is header+text+footer is (backspace,topspace). Hans My sourcefile is: \setupoutput [pdftex] \useencoding [win] \mainlanguage [de] \setuppagenumbering [state=stop] \setuplayout[topspace=1cm, backspace=1cm, header=0cm, footer=0cm, leftmargin=0cm, rightmargin=0cm, height=27.7cm, width=19cm] \defineoverlay [adler] [{\vbox to \overlayheight{\vskip4cm\hskip4cm\externalfigure[adler] [width=2.1cm]\vfill}}] \setupbackgrounds [page][background=adler] \starttext Text \stoptext The adler appears 4cm from the top and 5cm from the left edge. If i comment the \setuplayout out, the adler is placed 7cm from the left edge. Lutz