From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/79414 Path: news.gmane.org!not-for-mail From: Andreas Mang Newsgroups: gmane.comp.tex.context Subject: intertext (math): alignment problems Date: Wed, 21 Nov 2012 18:30:49 +0100 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1353519072 14515 80.91.229.3 (21 Nov 2012 17:31:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 21 Nov 2012 17:31:12 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Wed Nov 21 18:31:23 2012 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TbE8q-00051r-RW for gctc-ntg-context-518@m.gmane.org; Wed, 21 Nov 2012 18:31:16 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 32257103CB; Wed, 21 Nov 2012 18:31:06 +0100 (CET) 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 NzFtX5ldwM3L; Wed, 21 Nov 2012 18:30:59 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id 63D72102D6; Wed, 21 Nov 2012 18:30:59 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id D1332102D6 for ; Wed, 21 Nov 2012 18:30:57 +0100 (CET) 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 SmYCuqxK5jt3 for ; Wed, 21 Nov 2012 18:30:51 +0100 (CET) Original-Received: from filter5-til.mf.surf.net (filter5-til.mf.surf.net [194.171.167.221]) by balder.ntg.nl (Postfix) with ESMTP id 08D78102D4 for ; Wed, 21 Nov 2012 18:30:51 +0100 (CET) Original-Received: from ip2.rz.uni-luebeck.de (ip2.rz.uni-luebeck.de [141.83.100.72]) by filter5-til.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id qALHODf6007519 for ; Wed, 21 Nov 2012 18:24:13 +0100 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av8EAEQPrVCNU3BB/2dsb2JhbABEgmy8EINHFnOCJTpRAT5CJgEEiCEDnV+hW4w0hAJhA6Y/gnA Original-Received: from mail.imt.uni-luebeck.de ([141.83.112.65]) by ip2.rz.uni-luebeck.de with ESMTP; 21 Nov 2012 18:30:49 +0100 Original-Received: from mail.imt.uni-luebeck.de ([fe80::5194:66e8:27c3:6165]) by mail.imt.uni-luebeck.de ([fe80::5194:66e8:27c3:6165%10]) with mapi; Wed, 21 Nov 2012 18:30:49 +0100 Thread-Topic: intertext (math): alignment problems Thread-Index: Ac3IDfKgP/wSwGmpQw2ksoiwY1C+Tg== Accept-Language: en-US, de-DE Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US, de-DE X-Bayes-Prob: 0.0398 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=141.83.100.72; country=DE; latitude=51.0000; longitude=9.0000; http://maps.google.com/maps?q=51.0000,9.0000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0WIqhodnS - 53e52858aa71 - 20121121 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.221 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.14 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl Original-Sender: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:79414 Archived-At: Dear all, if I set up my formulas with a right alignment that has some indentation to it, I am experiencing problems with "intertext". I would assume the text was flushed left. However, it aligns to the formulas (i.e. it is aligned to the left margin defined in \setupformulas). Minimal example below. If I comment the setupformulas, the equation is aligned to the center and the "intertext" is flushed left. Any suggestions? Cheers, Andreas ConTeXt ver: 2012.11.19 19:04 MKIV fmt: 2012.11.20 %%%%%%%%%%%%%%%%%%%%%%% \setupformulas[align=right,leftmargin=3.5em] \starttext \startformula \startalign[n=2] \NC b \NC = Ax\NR \startintertext likewise % should be flushed left \stopintertext \NC q \NC = Ay\NR \stopalign \stopformula \stoptext %%%%%%%%%%%%%%%%%%%%%%% ___________________________________________________________________________________ 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 ___________________________________________________________________________________