ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Otared Kavian <otared@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Bug in \placeformula
Date: Fri, 2 Sep 2016 16:24:04 +0200	[thread overview]
Message-ID: <EC358709-57FF-44C0-B10D-D4D7B13EF2E8@gmail.com> (raw)
In-Reply-To: <30f908c9-3bb5-1f8c-825f-6477926fdff0@gmail.com>

Hi Henri,

Your are right there is an issue with \startmathcases…\stopmathcases: the equations are not numbered when using this structure.
As a temporary solution you can use \startmatrix…\stopmatrix as in the following, or you can define your own \startalignedcases.

\starttext

\placeformula
\startformula
f(\mu,t) := 
\startmatrix[left={\left\{\,},right={\right.}]
   \NC 0 \NC \mu > 2t \NR
   \NC \pi/2 \NC \mu = 2t \NR
   \NC \pi \NC \mu < 2t \NR
\stopmatrix
\stopformula

\stoptext

Best regards: OK

> On 2 Sep 2016, at 11:18, Henri Menke <henrimenke@gmail.com> wrote:
> 
> Dear list,
> 
> this formula is not numbered even though it should be.  Please fix.
> 
> \starttext
> \placeformula
> \startformula
>  \startmathcases
>    \NC 0 \NC $\mu > 2t$ \NR
>    \NC \pi/2 \NC $\mu = 2t$ \NR
>    \NC \pi \NC $\mu < 2t$ \NR
>  \stopmathcases
> \stopformula
> \stoptext
> 
> Cheers, Henri
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________

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

  reply	other threads:[~2016-09-02 14:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-02  9:18 Henri Menke
2016-09-02 14:24 ` Otared Kavian [this message]
2022-07-12 16:33 Bug in placeformula Otared Kavian via ntg-context
2022-07-12 21:08 ` Mikael Sundqvist via ntg-context
2022-07-13 10:46   ` Otared Kavian via ntg-context

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=EC358709-57FF-44C0-B10D-D4D7B13EF2E8@gmail.com \
    --to=otared@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).