From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14811 Path: main.gmane.org!not-for-mail From: Matthias Weber Newsgroups: gmane.comp.tex.context Subject: Centering two figures on a page Date: Mon, 23 Feb 2004 15:22:34 -0500 Sender: ntg-context-admin@ntg.nl Message-ID: <039C3886-663E-11D8-9EF1-0003934F9514@indiana.edu> References: <403A5722.802@boede.nl> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v553) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1077567831 23755 80.91.224.253 (23 Feb 2004 20:23:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 23 Feb 2004 20:23:51 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Mon Feb 23 21:23:41 2004 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 1AvMc8-0004xQ-00 for ; Mon, 23 Feb 2004 21:23:41 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 65C0110B27; Mon, 23 Feb 2004 21:21:42 +0100 (MET) Original-Received: from plounts.uits.indiana.edu (plounts.uits.indiana.edu [129.79.1.73]) by ref.ntg.nl (Postfix) with ESMTP id 9ABB210B21 for ; Mon, 23 Feb 2004 21:20:43 +0100 (MET) Original-Received: from stjoseph.uits.indiana.edu (stjoseph.uits.indiana.edu [129.79.1.78]) by plounts.uits.indiana.edu (8.12.10/8.12.10/IUPO) with ESMTP id i1NKMYia004121 for ; Mon, 23 Feb 2004 15:22:34 -0500 (EST) Original-Received: from indiana.edu (d-94-184.dhcp-129-79.indiana.edu [129.79.94.184]) (authenticated bits=0) by stjoseph.uits.indiana.edu (8.12.10/8.12.10/IUPO) with ESMTP id i1NKMY8b027723 (version=TLSv1/SSLv3 cipher=DES-CBC3-SHA bits=168 verify=NO) for ; Mon, 23 Feb 2004 15:22:35 -0500 (EST) Original-To: ntg-context@ntg.nl In-Reply-To: <403A5722.802@boede.nl> X-Mailer: Apple Mail (2.553) 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:14811 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14811 Hello, I have a bunch of figures of the same dimension 3.5x3.5. On each page in a document, I'd like to place a pair of them \ so that -- the figures are exactly at the same location on each page -- there is a specific horizontal gap between the figures -- they are vertically aligned. In short, I'd be happy if I could force TeX to put the left upper corner of a figure at a specific location on the page. All figures have the same dimension. I tried to improve on \placefigure [nonumber,fit] [fig:page7] {Pair No 7} \framed{ \startcombination[2*1] {\externalfigure[left7][width=3.5in]}{} {\externalfigure[right7][width=3.5in]}{} \stopcombination } but I have no clue how to make the whitespace between the figures to be say exactly .2 in, nor how to force a position of the float into the center of the page. Details.pdf contains lots of suggestions for placements, and I have the suspicion that I just haven't found it there yet -- maybe somebody here can help me? Thanks in advance for any help. Matthias