ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Subformula numbering problem
@ 2014-08-18 21:27 Maggyero
  2014-08-19  4:27 ` Wolfgang Schuster
  0 siblings, 1 reply; 6+ messages in thread
From: Maggyero @ 2014-08-18 21:27 UTC (permalink / raw)
  To: ntg-context


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

> No.
>
> Wolfgang

This used to work, how is it possible that it does not work anymore?

\starttext

\startsubformulas[eq:equation]

\placeformula[eq:first]
\startformula
    c^2 = a^2 + b^2
\stopformula

\placeformula[eq:second]
\startformula
    c^2 = a^2 + b^2
\stopformula

\stopsubformulas

\stoptext

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

[-- Attachment #2: Type: text/plain, Size: 485 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Subformula numbering problem
  2014-08-18 21:27 Subformula numbering problem Maggyero
@ 2014-08-19  4:27 ` Wolfgang Schuster
  2014-08-30 23:15   ` Zenlima
  0 siblings, 1 reply; 6+ messages in thread
From: Wolfgang Schuster @ 2014-08-19  4:27 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 18.08.2014 um 23:27 schrieb Maggyero <maggyero@gmail.com>:

> > No.
> >
> > Wolfgang
> 
> This used to work, how is it possible that it does not work anymore?

The formula code has been rewritten in MkIV and the current implementation
resets the subformula setting after the end of the first formula.

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Subformula numbering problem
  2014-08-19  4:27 ` Wolfgang Schuster
@ 2014-08-30 23:15   ` Zenlima
  0 siblings, 0 replies; 6+ messages in thread
From: Zenlima @ 2014-08-30 23:15 UTC (permalink / raw)
  To: ntg-context

I created an overview about what works with the formula numbering and
what not - in the hope that Context might be usable for
formula-containing academic papers again on time. Unluckily I am not
deep enough in Context to fix it by myself.
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Subformula numbering problem
  2014-08-15 17:32 Maggyero
@ 2014-08-17 21:53 ` Wolfgang Schuster
  0 siblings, 0 replies; 6+ messages in thread
From: Wolfgang Schuster @ 2014-08-17 21:53 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 15.08.2014 um 19:32 schrieb Maggyero <maggyero@gmail.com>:

> Is there a solution to the problem?

No.

Wolfgang

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Subformula numbering problem
@ 2014-08-15 17:32 Maggyero
  2014-08-17 21:53 ` Wolfgang Schuster
  0 siblings, 1 reply; 6+ messages in thread
From: Maggyero @ 2014-08-15 17:32 UTC (permalink / raw)
  To: ntg-context


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

Is there a solution to the problem?

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

[-- Attachment #2: Type: text/plain, Size: 485 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Subformula numbering problem
@ 2014-08-13 14:09 Maggyero
  0 siblings, 0 replies; 6+ messages in thread
From: Maggyero @ 2014-08-13 14:09 UTC (permalink / raw)
  To: ntg-context


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

The second formula has NO NUMBER (example taken from the ConTeXt Garden's
Math/Display page):


\starttext

\startsubformulas[eq:1]

\placeformula[eq:first]
\startformula
c^2 = a^2 + b^2
\stopformula

\placeformula[eq:second]
\startformula
c^2 = a^2 + b^2
\stopformula

\stopsubformulas

Formula (\in[eq:1]) states the Pythagora's Theorem twice, once in
(\in[eq:first]) and again in (\in[eq:second]).

\stoptext

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

[-- Attachment #2: Type: text/plain, Size: 485 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-08-30 23:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-18 21:27 Subformula numbering problem Maggyero
2014-08-19  4:27 ` Wolfgang Schuster
2014-08-30 23:15   ` Zenlima
  -- strict thread matches above, loose matches on Subject: below --
2014-08-15 17:32 Maggyero
2014-08-17 21:53 ` Wolfgang Schuster
2014-08-13 14:09 Maggyero

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