From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 32447 invoked from network); 24 Nov 2023 22:08:40 -0000 Received: from cgl.ntg.nl (5.39.185.202) by inbox.vuxu.org with ESMTPUTF8; 24 Nov 2023 22:08:40 -0000 Received: from localhost (localhost [127.0.0.1]) by cgl.ntg.nl (Postfix) with ESMTP id 7B555483B3F for ; Fri, 24 Nov 2023 23:05:10 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at cgl.ntg.nl Received: from cgl.ntg.nl ([127.0.0.1]) by localhost (cgl.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DU2sBSEOxWxD for ; Fri, 24 Nov 2023 23:05:10 +0100 (CET) Received: from cgl.ntg.nl (localhost [127.0.0.1]) by cgl.ntg.nl (Postfix) with ESMTP id 010F9483C4F for ; Fri, 24 Nov 2023 23:04:32 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by cgl.ntg.nl (Postfix) with ESMTP id 476BC4839C4 for ; Fri, 24 Nov 2023 23:03:42 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at cgl.ntg.nl Received: from cgl.ntg.nl ([127.0.0.1]) by localhost (cgl.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id r2QATo3HGSbc for ; Fri, 24 Nov 2023 23:03:42 +0100 (CET) Received: from cgl.ntg.nl (localhost [127.0.0.1]) by cgl.ntg.nl (Postfix) with ESMTP id 067CE483968 for ; Fri, 24 Nov 2023 23:03:42 +0100 (CET) MIME-Version: 1.0 To: ntg-context@ntg.nl Date: Fri, 24 Nov 2023 22:03:42 -0000 Message-ID: <170086342201.1556.14119350974941403858@cgl.ntg.nl> User-Agent: HyperKitty on http://mailman.ntg.nl/ Message-ID-Hash: 3BKJI6FBI2GZXFO6LDWBYZYKZPKMLSZT X-Message-ID-Hash: 3BKJI6FBI2GZXFO6LDWBYZYKZPKMLSZT X-MailFrom: wolfgangbackes@mail.de X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list Reply-To: mailing list for ConTeXt users Subject: [NTG-context] mathalignment; alignment of columns List-Id: mailing list for ConTeXt users Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: From: wolfgangbackes--- via ntg-context Cc: wolfgangbackes@mail.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Something as elementary as "mathenvironment" can't really be faulty, can it? According to my recent tests, a mathalignment environment does not seem to react (any more) to the values of the "align" option. The source code hab been rendered correctly a few years ago, Minimal example 1: \starttext \startformula \startmathalignment[n=2,align={left, right}] \NC always aligned to the right \NC = u + at, \NR \NC d \NC = ut + \frac12 at^2. \NR \stopmathalignment \stopformula \stoptext Despite "align={left, right}", the first column is aligned to the right and the second to the left. This does not change, no matter which values I assign to "align", for example align={middle, middle}. The align option is also ignored in the case of other column numbers., for example: \starttext \startformula \startmathalignment[n=1,align=left] \NC This single column should \NR \NC be left-aligned, \NR \NC but it is centered. \NR \stopmathalignment \stopformula \stoptext What am I missing here? Where is my mistake? Regards Wolfgang ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror) archive : https://github.com/contextgarden/context wiki : https://wiki.contextgarden.net ___________________________________________________________________________________