* [NTG-context] Trouble with this formula
@ 2025-02-21 10:58 Ursula Hermann
2025-02-21 11:11 ` [NTG-context] " Wolfgang Schuster
2025-02-21 11:41 ` Ursula Hermann
0 siblings, 2 replies; 3+ messages in thread
From: Ursula Hermann @ 2025-02-21 10:58 UTC (permalink / raw)
To: mailing list for ConTeXt users
[-- Attachment #1.1: Type: text/plain, Size: 442 bytes --]
Dear List,
I have a trouble with this formula, because, I would like to have c + d also in the matrix, but it is not working.
\starttext
\startformula
\startmathmatrix[fences=doublebar]
\pmatrix
{ a + b\NR}
{ c + d \NR}
\stopmathmatrix
\stopformula
\stoptext
And another question too:
I would like to need the command \parallel, instead of the fences, how can I make them big?
Many thanks
Uschi
[-- Attachment #1.2: Type: text/html, Size: 1168 bytes --]
[-- Attachment #2: Type: text/plain, Size: 511 bytes --]
___________________________________________________________________________________
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
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 3+ messages in thread
* [NTG-context] Re: Trouble with this formula
2025-02-21 10:58 [NTG-context] Trouble with this formula Ursula Hermann
@ 2025-02-21 11:11 ` Wolfgang Schuster
2025-02-21 11:41 ` Ursula Hermann
1 sibling, 0 replies; 3+ messages in thread
From: Wolfgang Schuster @ 2025-02-21 11:11 UTC (permalink / raw)
To: ntg-context
Am 21.02.2025 um 11:58 schrieb Ursula Hermann:
> Dear List,
>
> I have a trouble with this formula, because, I would like to have c + d
> also in the matrix, but it is not working.
>
> \starttext
> \startformula
> \startmathmatrix[fences=doublebar]
> \pmatrix
> { a + b\NR}
> { c + d \NR}
> \stopmathmatrix
> \stopformula
> \stoptext
>
> And another question too:
>
>
> I would like to need the command \parallel, instead of the fences, how
> can I make them big?
1. Use ; the separate lines with simple matrices.
2. Use \NR to end lines when you use the matrix environment.
3. You can use \vvmatrix.
\starttext
\startformula
\startmathmatrix[fences=doublebar]
\pmatrix{a+b;c+d}\NR
\stopmathmatrix
\stopformula
\startformula
\vvmatrix{\pmatrix{a+b;c+d}}
\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 / 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
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 3+ messages in thread
* [NTG-context] Re: Trouble with this formula
2025-02-21 10:58 [NTG-context] Trouble with this formula Ursula Hermann
2025-02-21 11:11 ` [NTG-context] " Wolfgang Schuster
@ 2025-02-21 11:41 ` Ursula Hermann
1 sibling, 0 replies; 3+ messages in thread
From: Ursula Hermann @ 2025-02-21 11:41 UTC (permalink / raw)
To: mailing list for ConTeXt users
[-- Attachment #1.1: Type: text/plain, Size: 724 bytes --]
Dear Wolfgang,
Many Thanks of your tipps.
Uschi
________________________________
Von: Ursula Hermann <ursula.hermann@univie.ac.at>
Gesendet: Freitag, 21. Februar 2025 11:58:34
An: mailing list for ConTeXt users
Betreff: [NTG-context] Trouble with this formula
Dear List,
I have a trouble with this formula, because, I would like to have c + d also in the matrix, but it is not working.
\starttext
\startformula
\startmathmatrix[fences=doublebar]
\pmatrix
{ a + b\NR}
{ c + d \NR}
\stopmathmatrix
\stopformula
\stoptext
And another question too:
I would like to need the command \parallel, instead of the fences, how can I make them big?
Many thanks
Uschi
[-- Attachment #1.2: Type: text/html, Size: 1958 bytes --]
[-- Attachment #2: Type: text/plain, Size: 511 bytes --]
___________________________________________________________________________________
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
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-02-21 11:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-21 10:58 [NTG-context] Trouble with this formula Ursula Hermann
2025-02-21 11:11 ` [NTG-context] " Wolfgang Schuster
2025-02-21 11:41 ` Ursula Hermann
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).