Re: [NTG-context] Aligned numbered math formulas
All, I am following this thread and I can report the same result as Holger. \setupformulae[align=right] \starttext \placeformula[david] \startformula \eqalignno{% left & right & \formulanumber \cr left & right & \formulanumber \cr } \stopformula \stoptext Gives this result. ! You can't use `\halign' in math mode. \eqalignno ...displ@y \tabskip \centering \halign to \displaywidth {\hfil $\... l.10 } May I ask how I can reference each of these equations separately in the text? That is, how can I give a different label to each equation in the alignment, then reference each one independent of the other? Thanks. At 04:20 PM 8/14/03 +0200, you wrote:
Hi,
On Thu, 14 Aug 2003, Tobias Burnus wrote:
On Thu, 14 Aug 2003, Holger Schöner wrote:
Thanks, Tobias! This works for me, if I place a "\placeformula" before formulas enclosed by "$$". Funny, though, that I get an error if I instead enclose the formula with "\startformula ... \endformula": Here it works with \startformula \stopformula [stop not end].
All right, I used \stopformula ... And I just found out the reason, it seems: I used
\setupformulae[align=right]
Then, if I use $$ instead of \startformula, I get centered formulas anyway. If I remove the \setupformulae, then I can also use \startformula ...
So in the moment I have resolved to using centered formulae.
Best regards,
-- Holger F. Schoener TU Berlin; Dept. IV: EE and Computer Science hfsch@cs.tu-berlin.de http://www.cs.tu-berlin.de/~hfsch/ Rooms FR2525 Tel: +49-30-314-73115, Fax: -73121 Office FR 2-1 Franklinstr. 28/29, D-10587 Berlin, Germany
_______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
Hi all, On Thu, 14 Aug 2003, David Arnold wrote:
May I ask how I can reference each of these equations separately in the text? That is, how can I give a different label to each equation in the alignment, then reference each one independent of the other?
\placeformula[david] \startformula\eqalignno{ left & right & \formulanumber[david:a]{a} \cr left & right & \formulanumber[david:b]{b} \cr }\stopformula Well, \in[david] should give "1.1" while \in[david:a] should give "1.1a". Tobias
participants (2)
-
David Arnold
-
Tobias Burnus