From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/93198 Path: news.gmane.org!not-for-mail From: Christoph Reller Newsgroups: gmane.comp.tex.context Subject: Tagging and Math Matrix Date: Mon, 28 Dec 2015 15:33:28 +0100 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2972294949837851652==" X-Trace: ger.gmane.org 1451313560 30269 80.91.229.3 (28 Dec 2015 14:39:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Dec 2015 14:39:20 +0000 (UTC) To: ntg-context Original-X-From: ntg-context-bounces@ntg.nl Mon Dec 28 15:39:08 2015 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from zapf.boekplan.nl ([5.39.185.232] helo=zapf.ntg.nl) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aDYx2-00085w-PP for gctc-ntg-context-518@m.gmane.org; Mon, 28 Dec 2015 15:39:08 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by zapf.ntg.nl (Postfix) with ESMTP id 635295AFE; Mon, 28 Dec 2015 15:34:05 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at zapf.boekplan.nl Original-Received: from zapf.ntg.nl ([127.0.0.1]) by localhost (zapf.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Q9alN8-C1n-9; Mon, 28 Dec 2015 15:34:03 +0100 (CET) Original-Received: from zapf.ntg.nl (localhost [IPv6:::1]) by zapf.ntg.nl (Postfix) with ESMTP id B1C275AFF; Mon, 28 Dec 2015 15:34:02 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by zapf.ntg.nl (Postfix) with ESMTP id D26925ACE for ; Mon, 28 Dec 2015 15:34:01 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at zapf.boekplan.nl Original-Received: from zapf.ntg.nl ([127.0.0.1]) by localhost (zapf.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ItDVG1_pc_lX for ; Mon, 28 Dec 2015 15:34:01 +0100 (CET) Original-Received: from mail-lf0-f42.google.com (mail-lf0-f42.google.com [209.85.215.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by zapf.ntg.nl (Postfix) with ESMTPS id 2B9105AD6 for ; Mon, 28 Dec 2015 15:33:49 +0100 (CET) Original-Received: by mail-lf0-f42.google.com with SMTP id z124so194218413lfa.3 for ; Mon, 28 Dec 2015 06:33:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=XiEhq9CYnQS4TkzIUjGmSgvF+UGXCwzj2FDhBJ+MPDY=; b=ouc774CKTeVm1ViNbzyN9ZY69DBTSQVcz5A4GdGUBTAfcll7t7LFUTn9f005S21OEf 8skrgqzB+jDTfJFu2+gLOP9sGRsMcakxuL9Rw3wKMWJ9vrh9LF2LteWnKaY+TR4gE8Ic Ra3eKLw8kd5eD43e2EkrMN9xHNp/6yLGaIrQ6hQtc80ci0+wdUoZvDK7ba2hHk/lcw1j rRUIOmkIg0np+e6mSRKJUiv+0mDBosWTtSeVwL9Pahl/zHZkL+Tc6TVL0DOehzQSdaw7 MVnNjgLUSGKo7ythv8aYYncPfdd5/V5SxaqnFbjKNNmLo+jWNBJFCgN39sARtwAs5wli gNbQ== X-Received: by 10.25.91.81 with SMTP id p78mr2899555lfb.19.1451313228490; Mon, 28 Dec 2015 06:33:48 -0800 (PST) Original-Received: by 10.25.42.67 with HTTP; Mon, 28 Dec 2015 06:33:28 -0800 (PST) X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.16 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" Xref: news.gmane.org gmane.comp.tex.context:93198 Archived-At: --===============2972294949837851652== Content-Type: multipart/alternative; boundary=001a114001d4712bce0527f631a9 --001a114001d4712bce0527f631a9 Content-Type: text/plain; charset=UTF-8 Hi, There seems to be a problem with the structure information added when using \startmatrix: \setuptagging[state=start] \starttext \math{ \startmatrix \NC A \NR \NC B \NR \stopmatrix} \stoptext The log reports an open chain: document>1 => mtr>1 => mtd>1 => mtr>2 => mtd>2 => mtr>3 This may be a bug. Kind regards, Christoph --001a114001d4712bce0527f631a9 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi,

There seems to be a problem with th= e structure information added when using \startmatrix:

=
\setuptagging[state=3Dstart]
\starttext
\math= {
=C2=A0 \startmatrix
=C2=A0 =C2=A0 \NC A \NR
=C2=A0 =C2=A0 \NC B \NR
=C2=A0 \stopmatrix}
\stoptext<= /div>

The log reports an open chain: document>1= =3D> mtr>1 =3D> mtd>1 =3D> mtr>2 =3D> mtd>2 =3D>= ; mtr>3
This may be a bug.

Kind r= egards,
Christoph
--001a114001d4712bce0527f631a9-- --===============2972294949837851652== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX18KSWYgeW91ciBxdWVzdGlvbiBpcyBvZiBpbnRlcmVz dCB0byBvdGhlcnMgYXMgd2VsbCwgcGxlYXNlIGFkZCBhbiBlbnRyeSB0byB0aGUgV2lraSEKCm1h aWxsaXN0IDogbnRnLWNvbnRleHRAbnRnLm5sIC8gaHR0cDovL3d3dy5udGcubmwvbWFpbG1hbi9s aXN0aW5mby9udGctY29udGV4dAp3ZWJwYWdlICA6IGh0dHA6Ly93d3cucHJhZ21hLWFkZS5ubCAv IGh0dHA6Ly90ZXguYWFuaGV0Lm5ldAphcmNoaXZlICA6IGh0dHA6Ly9mb3VuZHJ5LnN1cGVsZWMu ZnIvcHJvamVjdHMvY29udGV4dHJldi8Kd2lraSAgICAgOiBodHRwOi8vY29udGV4dGdhcmRlbi5u ZXQKX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX19fX18= --===============2972294949837851652==--