From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/26312 Path: news.gmane.org!not-for-mail From: Hans van der Meer Newsgroups: gmane.comp.tex.context Subject: startalignment Date: Sun, 12 Mar 2006 21:04:32 +0100 Message-ID: <02C2530A-AA4B-49D8-909D-6DC88BAB1654@science.uva.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1142195761 3747 80.91.229.2 (12 Mar 2006 20:36:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 12 Mar 2006 20:36:01 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Mar 12 21:35:56 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1FIWoN-0006OH-48 for gctc-ntg-context-518@m.gmane.org; Sun, 12 Mar 2006 21:05:12 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 77D40127C6; Sun, 12 Mar 2006 21:05:06 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 29930-03; Sun, 12 Mar 2006 21:05:03 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9AF46127BF; Sun, 12 Mar 2006 21:05:02 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0B081127BF for ; Sun, 12 Mar 2006 21:05:01 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 29886-04-4 for ; Sun, 12 Mar 2006 21:05:00 +0100 (CET) Original-Received: from smtp.science.uva.nl (smtp.science.uva.nl [146.50.4.84]) by ronja.ntg.nl (Postfix) with SMTP id 17A4C1279E for ; Sun, 12 Mar 2006 21:04:59 +0100 (CET) Original-Received: from 119-138.uva.surfnetthuis.nl [145.98.119.138] by smtp.science.uva.nl with ESMTP (sendmail 8.11.6p2/config 11.36). id k2CK4tQ10838; Sun, 12 Mar 2006 21:04:55 +0100 X-Organisation: Faculty of Science, University of Amsterdam, The Netherlands X-URL: http://www.science.uva.nl/ Original-To: NTG ConTeXt X-Mailer: Apple Mail (2.746.2) X-Virus-Scanned: by amavisd-new X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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 X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:26312 Archived-At: I do not understand this behaviour of startalignment [middle]...stopalignment versus midaligned. According to the manual the contents should be centered in the middle. Although text is centered, a combinations is not centered but stays at the leftmargin. Is there something I do not understand or is the behaviour of the startaligment environment erroneous? Example (behaviour is in the caption): \useexternalfigure[picture][somepicturefile] \starttext \startalignment[middle]\startcombination[1*1]{\externalfigure [picture]}{startalignment combination not centered} \midaligned{\startcombination[1*1]{\externalfigure[picture]} {midaligned combination centered}\stopcombination}\stopalignment \blank \startalignment[middle]startalignment text centered\stopalignment \stoptext Hans van der Meer