[NTG-context] \eqaligno crashed
Wolfgang Schuster
schuster.wolfgang at gmail.com
Sun Jul 22 19:46:38 CEST 2012
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
More information about the ntg-context
mailing list