ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \eqaligno crashed
@ 2012-07-22 17:27 Meer, H. van der
  2012-07-22 17:44 ` Wolfgang Schuster
  2012-07-22 19:18 ` Aditya Mahajan
  0 siblings, 2 replies; 4+ messages in thread
From: Meer, H. van der @ 2012-07-22 17:27 UTC (permalink / raw)
  To: ConTeXt NTG

Now \eqaligno crashes. Please, can this be repaired. It is so common a macro that I cannot complete my work without.

Minimal example:
\starttext
\placeformula\startformula
\eqalignno{
	x &= j\cr
	x &= j\cr
	}
\stopformula
\stoptext

! Undefined control sequence.

\eqalignno ->\math_both_eqalign_no_normal 
                                          \math_prepare_r_eqalign_no 
l.3 \eqalignno

Hans van der Meer



___________________________________________________________________________________
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] 4+ messages in thread

* Re: \eqaligno crashed
  2012-07-22 17:27 \eqaligno crashed Meer, H. van der
@ 2012-07-22 17:44 ` Wolfgang Schuster
  2012-07-22 17:46   ` Wolfgang Schuster
  2012-07-22 19:18 ` Aditya Mahajan
  1 sibling, 1 reply; 4+ messages in thread
From: Wolfgang Schuster @ 2012-07-22 17:44 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 22.07.2012 um 19:27 schrieb Meer, H. van der:

> Now \eqaligno crashes. Please, can this be repaired. It is so common a macro that I cannot complete my work without.

math-ali.mkiv

-\def\math_both_eqalign_no#1#2%
+\def\math_both_eqalign_no_normal#1#2%
  {\ifmmode
     \the\mathdisplayaligntweaks % \let\strc_formulas_place_number\relax % strange hack
     \vcenter\bgroup
     \let\math_finish_eqalign_no\egroup
   \else
     \let\math_finish_eqalign_no\relax
   \fi
   #1%
   \halign \ifcase\eqalignmode \or to \displaywidth \fi \expandafter {\the\scratchtoks\crcr#2\crcr}%
   \math_finish_eqalign_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] 4+ messages in thread

* Re: \eqaligno crashed
  2012-07-22 17:44 ` Wolfgang Schuster
@ 2012-07-22 17:46   ` Wolfgang Schuster
  0 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Schuster @ 2012-07-22 17:46 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 22.07.2012 um 19:44 schrieb Wolfgang Schuster:

> 
> Am 22.07.2012 um 19:27 schrieb Meer, H. van der:
> 
>> Now \eqaligno crashes. Please, can this be repaired. It is so common a macro that I cannot complete my work without.
> 
> math-ali.mkiv
> 
> -\def\math_both_eqalign_no#1#2%
> +\def\math_both_eqalign_no_normal#1#2%
>  {\ifmmode
>     \the\mathdisplayaligntweaks % \let\strc_formulas_place_number\relax % strange hack
>     \vcenter\bgroup
>     \let\math_finish_eqalign_no\egroup
>   \else
>     \let\math_finish_eqalign_no\relax
>   \fi
>   #1%
>   \halign \ifcase\eqalignmode \or to \displaywidth \fi \expandafter {\the\scratchtoks\crcr#2\crcr}%
>   \math_finish_eqalign_no}

BTW: ConTeXt has it’s own align/matrix etc. environments for math since a long time.

\starttext

\startformula
\startalign
\NC x \EQ j \NR
\NC x \EQ j \NR
\stopalign
\stopformula

\stoptext

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] 4+ messages in thread

* Re: \eqaligno crashed
  2012-07-22 17:27 \eqaligno crashed Meer, H. van der
  2012-07-22 17:44 ` Wolfgang Schuster
@ 2012-07-22 19:18 ` Aditya Mahajan
  1 sibling, 0 replies; 4+ messages in thread
From: Aditya Mahajan @ 2012-07-22 19:18 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 2012-07-22, at 1:27 PM, "Meer, H. van der" <H.vanderMeer@uva.nl> wrote:

> Now \eqaligno crashes. Please, can this be repaired. It is so common a macro that I cannot complete my work without.
> 
> Minimal example:
> \starttext
> \placeformula\startformula
> \eqalignno{
>    x &= j\cr
>    x &= j\cr
>    }
> \stopformula
> \stoptext
> 
> ! Undefined control sequence.
> 
> \eqalignno ->\math_both_eqalign_no_normal 
>                                          \math_prepare_r_eqalign_no 
> l.3 \eqalignno
> 

Why not just use \startalign etc. 

Aditya
___________________________________________________________________________________
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] 4+ messages in thread

end of thread, other threads:[~2012-07-22 19:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-22 17:27 \eqaligno crashed Meer, H. van der
2012-07-22 17:44 ` Wolfgang Schuster
2012-07-22 17:46   ` Wolfgang Schuster
2012-07-22 19:18 ` Aditya Mahajan

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