ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Christoph Reller <christoph.reller@gmail.com>
To: ntg-context@ntg.nl
Subject: Re: Tagging and Math Matrix
Date: Wed, 30 Aug 2017 07:45:11 +0000	[thread overview]
Message-ID: <CAO8LnPHOsY9ZLaWo-cZxiNi0kb5ewFWPA+m+4nF+qV_xgDAXfw@mail.gmail.com> (raw)
In-Reply-To: <mailman.345.1451313540.2404.ntg-context@ntg.nl>


[-- Attachment #1.1: Type: text/plain, Size: 1112 bytes --]

On Mon, Dec 28, 2015 at 3:45 PM Christoph Reller <christoph.reller@gmail.com
>   wrote:

> 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.
>

This is clearly a bug. The resulting structure tree of the above MWE is as
follows (sorry for the ASCII art):

<document>
'-<mtr>
  '-<mtd>
    |-<mtr>
    | '-<mtd>
    |   |-<mtr>
    |   | '-<mtd>
    |   |   |-<math>
    |   |   | '-<mrow>
    |   |   |   '-<mtext>
    |   |   |     '-<mrow>
    |   |   |       |-<mrow>
    |   |   |       '-<mrow>
    |   |   '-<math>
    |   |     '-<mrow>
    |   |       '-<mtext>
    |   |         |-<mrow>
    |   |         '-<mrow>
    |   '-<math>
    |     '-<mrow>
    |       '-<mi>
    |         '-"B"
    '-<math>
      '-<mrow>
        '-<mi>
          '-"A"

A fix would be very much appreciated.
Thanks in advance,
Christoph

[-- Attachment #1.2: Type: text/html, Size: 2170 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 bytes --]

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

       reply	other threads:[~2017-08-30  7:45 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.345.1451313540.2404.ntg-context@ntg.nl>
2017-08-30  7:45 ` Christoph Reller [this message]
2017-09-05 14:29   ` Hans Hagen
     [not found] <mailman.97.1504689965.1988.ntg-context@ntg.nl>
2017-09-07  5:51 ` Christoph Reller
2017-09-07 18:23   ` Hans Hagen
     [not found] <mailman.83.1504639917.1988.ntg-context@ntg.nl>
2017-09-06  7:55 ` Christoph Reller
2017-09-06  9:25   ` Hans Hagen
2015-12-28 14:33 Christoph Reller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAO8LnPHOsY9ZLaWo-cZxiNi0kb5ewFWPA+m+4nF+qV_xgDAXfw@mail.gmail.com \
    --to=christoph.reller@gmail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).