Math Alignment - start equation at left margin (Bug in latest beta)
Just wanted to mention that I tried to achieve left alignment of
single equation using:
\setupformulas[align=flushleft]
\startformula
\text{\bf Example: } \frac{d(4x^{2})}{dx} = 4 \frac{dx^{2}}{dx} = 4
(2x) = 8x.\NC\NR
\stopformula
But that does not work with the latest beta -- (This is LuaTeX,
Version beta-0.46.0-2009112820
ConTeXt ver: 2009.11.27 21:24 MKIV fmt: 2009.11.29 int:
english/english). It, however, works with MKII.
I suppose, my question is, whether is another way of doing it, or
should I wait until the bug is fixed.
Thanks.
On Sun, Nov 29, 2009 at 6:45 PM, Curiouslearn
Hi, Can someone please help with the alignment of the equation so that it starts at left. I tried flushleft and other options (such as without \NC \NR, with align=left etc.). None of them result in the equation starting at the left margin. The equation is either placed in the middle or is aligned to the right. I want it to start at the left.
Thanks.
\setuppapersize[letter][letter]
\starttext
\startformula\startalign[align={left}] \NC\text{\bf Example: } \frac{d(4x^{2})}{dx} = 4 \frac{dx^{2}}{dx} = 4 (2x) = 8x.\NC{ }\NR \stopalign\stopformula
\stoptext
participants (1)
-
Curiouslearn