From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/25166 Path: news.gmane.org!not-for-mail From: Tobias Burnus Newsgroups: gmane.comp.tex.context Subject: Re: Reg. fonts and math Date: Sat, 14 Jan 2006 10:47:55 +0100 Message-ID: <43C8C8CB.8090105@gmx.de> References: <20060112005520.GA4476@localhost> <43C6113F.5070706@wxs.nl> <43C69632.1040906@wxs.nl> <43C7EA79.5020606@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1137232190 12872 80.91.229.2 (14 Jan 2006 09:49:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 14 Jan 2006 09:49:50 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sat Jan 14 10:49:47 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 1Exi2d-0005t7-No for gctc-ntg-context-518@m.gmane.org; Sat, 14 Jan 2006 10:49:47 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E36C412824; Sat, 14 Jan 2006 10:49:46 +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 13419-04; Sat, 14 Jan 2006 10:49:45 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8C3C512807; Sat, 14 Jan 2006 10:49:44 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AE1EC12807 for ; Sat, 14 Jan 2006 10:49:42 +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 13420-03 for ; Sat, 14 Jan 2006 10:49:41 +0100 (CET) Original-Received: from zs04.physik.fu-berlin.de (zs04.physik.fu-berlin.de [160.45.35.155]) by ronja.ntg.nl (Postfix) with SMTP id B5CCA12806 for ; Sat, 14 Jan 2006 10:49:41 +0100 (CET) Original-Received: from ith.physik.fu-berlin.de ([160.45.32.115] helo=[127.0.0.1]) by zs04.physik.fu-berlin.de with esmtp (Exim 4.60) (envelope-from ) id 1Exi2W-0005BY-UU; Sat, 14 Jan 2006 10:49:41 +0100 User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050715) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <43C7EA79.5020606@wxs.nl> X-Scanned: No viruses found. X-Scan-Signature: 2b1399c8af50b046452a5f406d32ed9f X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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:25166 Archived-At: Hello, > %D \startbuffer > %D \placeformula \startformula \startalign > %D \NC a \NC \eq b \NR[+] > %D \NC c \NC \neq d \NR > %D \NC \NC \neq f \NR[for:hans] > %D \NC \NC \geq g \NR[for:whoelse][a] > %D \NC \NC \leq h \NR[for:whomore][b] > %D \NC \NC \neq i \NR > %D \stopalign \stopformula > %D \stopbuffer Can this be enhanced to allow more than one alignment points? For instance f(x) =3D x=C2=B2+b=C2=B2 =3D g(x) (1) h(x,y) =3D x=C2=B2-5y=C2=B2 =3D g_2(x,y) (2) should be aligned at the each "=3D", currently - using \equalign(no) or=20 \startalign - one can only align at one. Tobias