Example, the formular is too much in the middle, should be mor left

Dear List, I have an example, where the formula should be more left. Maybe something with \startalign? setuppapersize[A4] \setcounter[userpage][439] \setupbodyfont[modern, 12.95pt] \setuplayout[backspace=2.9cm, width=13.50cm] \defineenumeration [theorem] [ text=Theorem, title=yes, width=fit, distance=0.2em, alternative=serried, ] \definetextbackground[GrayBackground][ location=paragraph, background=color, backgroundcolor=lightgray, leftoffset=.5\bodyfontsize, rightoffset=.5\bodyfontsize, topoffset=.5\bodyfontsize, bottomoffset=.5\bodyfontsize, frame=off,] \starttext \blackrule[color=black, height=0.10ex, width=13.50cm]\dontleavehmode \inrightmargin{\blackrule[color=black, height=0.10ex, width=1.11cm]\par {\bf 7.3.53}} \usecolors[svg] \setupinteraction [state=start, contrastcolor=cornflowerblue] \reference[Abschnitt:1]{7.3.52} {\bi Beweis (von Proposition \goto{7.3.53} [Abschnitt:1]). \tf Die Eigenschaften (i)-(iii) fol-\par gen unmittelbar durch leichte Rechnung aus der Definition. \blank (iv) \space \space Wir berechnen \m u × (\m v × \m w):\nospace \startformula \m u ×(\m v × \m w )=\m u × \startmathmatrix[fences=parenthesis] \NC \m v_2w_3 \NC - \NC \m v_3w_2 \NR \NC \m v_3w_1 \NC - \NC \m v_3w_2\NR \stopmathmatrix \stopformula Many thanks Uschi

Am 11.02.2025 um 16:46 schrieb Ursula Hermann:
Dear List,
I have an example, where the formula should be more left. Maybe something with \startalign?
1. Your example doesn't compile. 2. Your example contains a lot of unnecessary stuff. 3. You're using the \m command wrong, the command is used to create inline math and shouldn't be needed (with a few exceptions) in a formula environment. Change the formula to \starttext \startformula u × (v × w) = u × \startmathmatrix[fences=parenthesis] \NC v_2w_3 \NC - \NC v_3w_2 \NR \NC v_3w_1 \NC - \NC v_3w_2\NR \stopmathmatrix \stopformula \stoptext and it should be centered. The paragraph before the formula can be changed to Wir berechnen \m {u × (v × w)}: Wolfgang

Dear Wolfgang,
Many Thanks for your answer. I try it tomorrow.
Uschi
________________________________
Von: Wolfgang Schuster
Dear List,
I have an example, where the formula should be more left. Maybe something with \startalign?
1. Your example doesn't compile. 2. Your example contains a lot of unnecessary stuff. 3. You're using the \m command wrong, the command is used to create inline math and shouldn't be needed (with a few exceptions) in a formula environment. Change the formula to \starttext \startformula u × (v × w) = u × \startmathmatrix[fences=parenthesis] \NC v_2w_3 \NC - \NC v_3w_2 \NR \NC v_3w_1 \NC - \NC v_3w_2\NR \stopmathmatrix \stopformula \stoptext and it should be centered. The paragraph before the formula can be changed to Wir berechnen \m {u × (v × w)}: Wolfgang ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror) archive : https://github.com/contextgarden/context wiki : https://wiki.contextgarden.net ___________________________________________________________________________________
participants (2)
-
Ursula Hermann
-
Wolfgang Schuster