How to align braces and mid in a set in order to get the same height
Main question
How to align braces and mid in a set in order to get the same height?
Code:
My following code
documentclass{article}
usepackage[utf8]{inputenc}
usepackage{amsmath}
usepackage{amssymb}
begin{document}
$G_1=left{ begin{pmatrix} 1 \ -2 \ 3 \ 4 end{pmatrix} + lambda begin{pmatrix} -2 \ 3 \ 4 \ -5 end{pmatrix} mid lambda in mathbb{R}right}$
end{document}
compiles to:

Does this is a better visualization than:
documentclass{article}
usepackage[utf8]{inputenc}
usepackage{amsmath}
usepackage{amssymb}
begin{document}
$G_1={ begin{pmatrix} 1 \ -2 \ 3 \ 4 end{pmatrix} + lambda begin{pmatrix} -2 \ 3 \ 4 \ -5 end{pmatrix} mid lambda in mathbb{R}}$
end{document}
which compiles to:

?
Other questions
- How do I align the negative numbers of the vectors correctly?
- How do I manage to change the relational symbol
midto a bigger one that fits the height of the vectors/braces? - Which is the best way to visualize G_1 if none of the visualizations above are good enough?
math-mode amsmath alignment vector
add a comment |
Main question
How to align braces and mid in a set in order to get the same height?
Code:
My following code
documentclass{article}
usepackage[utf8]{inputenc}
usepackage{amsmath}
usepackage{amssymb}
begin{document}
$G_1=left{ begin{pmatrix} 1 \ -2 \ 3 \ 4 end{pmatrix} + lambda begin{pmatrix} -2 \ 3 \ 4 \ -5 end{pmatrix} mid lambda in mathbb{R}right}$
end{document}
compiles to:

Does this is a better visualization than:
documentclass{article}
usepackage[utf8]{inputenc}
usepackage{amsmath}
usepackage{amssymb}
begin{document}
$G_1={ begin{pmatrix} 1 \ -2 \ 3 \ 4 end{pmatrix} + lambda begin{pmatrix} -2 \ 3 \ 4 \ -5 end{pmatrix} mid lambda in mathbb{R}}$
end{document}
which compiles to:

?
Other questions
- How do I align the negative numbers of the vectors correctly?
- How do I manage to change the relational symbol
midto a bigger one that fits the height of the vectors/braces? - Which is the best way to visualize G_1 if none of the visualizations above are good enough?
math-mode amsmath alignment vector
what do you mean by "formal" and "fancy" here? (I know what the words mean, but I can not guess what you mean in this context)
– David Carlisle
6 hours ago
middlevertshould grow the vertical bar in aleft...rightconstruct.
– Steven B. Segletes
6 hours ago
Sry for the misleading words. I wanted to express, that the braces, mid and all vectors have the same height. Furthermore, it would be good, if the negative numbers are aligned correctly
– Doesbaddel
6 hours ago
@DavidCarlisle alright, I will change it.
– Doesbaddel
6 hours ago
thanks:-)......
– David Carlisle
6 hours ago
add a comment |
Main question
How to align braces and mid in a set in order to get the same height?
Code:
My following code
documentclass{article}
usepackage[utf8]{inputenc}
usepackage{amsmath}
usepackage{amssymb}
begin{document}
$G_1=left{ begin{pmatrix} 1 \ -2 \ 3 \ 4 end{pmatrix} + lambda begin{pmatrix} -2 \ 3 \ 4 \ -5 end{pmatrix} mid lambda in mathbb{R}right}$
end{document}
compiles to:

Does this is a better visualization than:
documentclass{article}
usepackage[utf8]{inputenc}
usepackage{amsmath}
usepackage{amssymb}
begin{document}
$G_1={ begin{pmatrix} 1 \ -2 \ 3 \ 4 end{pmatrix} + lambda begin{pmatrix} -2 \ 3 \ 4 \ -5 end{pmatrix} mid lambda in mathbb{R}}$
end{document}
which compiles to:

?
Other questions
- How do I align the negative numbers of the vectors correctly?
- How do I manage to change the relational symbol
midto a bigger one that fits the height of the vectors/braces? - Which is the best way to visualize G_1 if none of the visualizations above are good enough?
math-mode amsmath alignment vector
Main question
How to align braces and mid in a set in order to get the same height?
Code:
My following code
documentclass{article}
usepackage[utf8]{inputenc}
usepackage{amsmath}
usepackage{amssymb}
begin{document}
$G_1=left{ begin{pmatrix} 1 \ -2 \ 3 \ 4 end{pmatrix} + lambda begin{pmatrix} -2 \ 3 \ 4 \ -5 end{pmatrix} mid lambda in mathbb{R}right}$
end{document}
compiles to:

Does this is a better visualization than:
documentclass{article}
usepackage[utf8]{inputenc}
usepackage{amsmath}
usepackage{amssymb}
begin{document}
$G_1={ begin{pmatrix} 1 \ -2 \ 3 \ 4 end{pmatrix} + lambda begin{pmatrix} -2 \ 3 \ 4 \ -5 end{pmatrix} mid lambda in mathbb{R}}$
end{document}
which compiles to:

?
Other questions
- How do I align the negative numbers of the vectors correctly?
- How do I manage to change the relational symbol
midto a bigger one that fits the height of the vectors/braces? - Which is the best way to visualize G_1 if none of the visualizations above are good enough?
math-mode amsmath alignment vector
math-mode amsmath alignment vector
edited 4 hours ago
Doesbaddel
asked 6 hours ago
DoesbaddelDoesbaddel
1164
1164
what do you mean by "formal" and "fancy" here? (I know what the words mean, but I can not guess what you mean in this context)
– David Carlisle
6 hours ago
middlevertshould grow the vertical bar in aleft...rightconstruct.
– Steven B. Segletes
6 hours ago
Sry for the misleading words. I wanted to express, that the braces, mid and all vectors have the same height. Furthermore, it would be good, if the negative numbers are aligned correctly
– Doesbaddel
6 hours ago
@DavidCarlisle alright, I will change it.
– Doesbaddel
6 hours ago
thanks:-)......
– David Carlisle
6 hours ago
add a comment |
what do you mean by "formal" and "fancy" here? (I know what the words mean, but I can not guess what you mean in this context)
– David Carlisle
6 hours ago
middlevertshould grow the vertical bar in aleft...rightconstruct.
– Steven B. Segletes
6 hours ago
Sry for the misleading words. I wanted to express, that the braces, mid and all vectors have the same height. Furthermore, it would be good, if the negative numbers are aligned correctly
– Doesbaddel
6 hours ago
@DavidCarlisle alright, I will change it.
– Doesbaddel
6 hours ago
thanks:-)......
– David Carlisle
6 hours ago
what do you mean by "formal" and "fancy" here? (I know what the words mean, but I can not guess what you mean in this context)
– David Carlisle
6 hours ago
what do you mean by "formal" and "fancy" here? (I know what the words mean, but I can not guess what you mean in this context)
– David Carlisle
6 hours ago
middlevert should grow the vertical bar in a left...right construct.– Steven B. Segletes
6 hours ago
middlevert should grow the vertical bar in a left...right construct.– Steven B. Segletes
6 hours ago
Sry for the misleading words. I wanted to express, that the braces, mid and all vectors have the same height. Furthermore, it would be good, if the negative numbers are aligned correctly
– Doesbaddel
6 hours ago
Sry for the misleading words. I wanted to express, that the braces, mid and all vectors have the same height. Furthermore, it would be good, if the negative numbers are aligned correctly
– Doesbaddel
6 hours ago
@DavidCarlisle alright, I will change it.
– Doesbaddel
6 hours ago
@DavidCarlisle alright, I will change it.
– Doesbaddel
6 hours ago
thanks:-)......
– David Carlisle
6 hours ago
thanks:-)......
– David Carlisle
6 hours ago
add a comment |
2 Answers
2
active
oldest
votes
I suggest using the pmatrix*[r] environment, from mathtools, in a medium-sized version thanks to the medsize environment from nccmath. Also, I used a set command based on DeclarePairedDelimiterX (again from mathtools), which uses two arguments, separated by a semi-colon:
documentclass{article}
usepackage[utf8]{inputenc}
usepackage{amssymb}
usepackage{mathtools, nccmath}
newenvironment{pmmatrix*}[1][c]{medsizebegin{pmatrix*}[#1]}{ end{pmatrix*}endmedsize}
usepackage{xparse}
DeclarePairedDelimiterX{set}[1]{}{setargs{#1}}
NewDocumentCommand{setargs}{>{SplitArgument{1}{;}}m}
{setargsaux#1}
NewDocumentCommand{setargsaux}{mm}
{IfNoValueTF{#2}{#1}{nonscript,#1nonscript;delimsizevertnonscript:allowbreakmathopen{}#2nonscript,}}
begin{document}
[set*{begin{pmmatrix*}[r]1\ -2 \ 3 \ 4 end{pmmatrix*} + lambdabegin{pmmatrix*}[r]-2 \ 3 \ 4 \ -5 end{pmmatrix*}; lambdainmathbf{R}} ]
end{document}

Thank you for a different approach of the problem!
– Doesbaddel
5 hours ago
add a comment |
documentclass{article}
usepackage[utf8]{inputenc}
usepackage{amsmath}
usepackage{amssymb}
usepackage{tabstackengine}
begin{document}
$G_1=left{ parenVectorstack[r]{ 1 \ -2 \ 3 \ 4 } +
lambda parenVectorstack[r]{ -2 \ 3 \ 4 \ -5 }
middlevert, lambda in mathbb{R}right}$
end{document}

Thank you! This is what I actually was looking for but one last question: How can you change the spacing of the vertical line so that it has the same space to the vector and the lambda?
– Doesbaddel
6 hours ago
1
@Doesbaddel Either add!beforemiddlevertor add,aftermiddlevert. I have edited my answer to reflect this.
– Steven B. Segletes
6 hours ago
Thank you very much, that looks good!
– Doesbaddel
6 hours ago
1
@Doesbaddel Note: you can also change the row spacing (baselineskip) prior to building the vector stacks, withsetstackgap{L}{14pt}(currentlybaselineskip=12pt).
– Steven B. Segletes
6 hours ago
Thanks for pointing that out.
– Doesbaddel
5 hours ago
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f485186%2fhow-to-align-braces-and-mid-in-a-set-in-order-to-get-the-same-height%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I suggest using the pmatrix*[r] environment, from mathtools, in a medium-sized version thanks to the medsize environment from nccmath. Also, I used a set command based on DeclarePairedDelimiterX (again from mathtools), which uses two arguments, separated by a semi-colon:
documentclass{article}
usepackage[utf8]{inputenc}
usepackage{amssymb}
usepackage{mathtools, nccmath}
newenvironment{pmmatrix*}[1][c]{medsizebegin{pmatrix*}[#1]}{ end{pmatrix*}endmedsize}
usepackage{xparse}
DeclarePairedDelimiterX{set}[1]{}{setargs{#1}}
NewDocumentCommand{setargs}{>{SplitArgument{1}{;}}m}
{setargsaux#1}
NewDocumentCommand{setargsaux}{mm}
{IfNoValueTF{#2}{#1}{nonscript,#1nonscript;delimsizevertnonscript:allowbreakmathopen{}#2nonscript,}}
begin{document}
[set*{begin{pmmatrix*}[r]1\ -2 \ 3 \ 4 end{pmmatrix*} + lambdabegin{pmmatrix*}[r]-2 \ 3 \ 4 \ -5 end{pmmatrix*}; lambdainmathbf{R}} ]
end{document}

Thank you for a different approach of the problem!
– Doesbaddel
5 hours ago
add a comment |
I suggest using the pmatrix*[r] environment, from mathtools, in a medium-sized version thanks to the medsize environment from nccmath. Also, I used a set command based on DeclarePairedDelimiterX (again from mathtools), which uses two arguments, separated by a semi-colon:
documentclass{article}
usepackage[utf8]{inputenc}
usepackage{amssymb}
usepackage{mathtools, nccmath}
newenvironment{pmmatrix*}[1][c]{medsizebegin{pmatrix*}[#1]}{ end{pmatrix*}endmedsize}
usepackage{xparse}
DeclarePairedDelimiterX{set}[1]{}{setargs{#1}}
NewDocumentCommand{setargs}{>{SplitArgument{1}{;}}m}
{setargsaux#1}
NewDocumentCommand{setargsaux}{mm}
{IfNoValueTF{#2}{#1}{nonscript,#1nonscript;delimsizevertnonscript:allowbreakmathopen{}#2nonscript,}}
begin{document}
[set*{begin{pmmatrix*}[r]1\ -2 \ 3 \ 4 end{pmmatrix*} + lambdabegin{pmmatrix*}[r]-2 \ 3 \ 4 \ -5 end{pmmatrix*}; lambdainmathbf{R}} ]
end{document}

Thank you for a different approach of the problem!
– Doesbaddel
5 hours ago
add a comment |
I suggest using the pmatrix*[r] environment, from mathtools, in a medium-sized version thanks to the medsize environment from nccmath. Also, I used a set command based on DeclarePairedDelimiterX (again from mathtools), which uses two arguments, separated by a semi-colon:
documentclass{article}
usepackage[utf8]{inputenc}
usepackage{amssymb}
usepackage{mathtools, nccmath}
newenvironment{pmmatrix*}[1][c]{medsizebegin{pmatrix*}[#1]}{ end{pmatrix*}endmedsize}
usepackage{xparse}
DeclarePairedDelimiterX{set}[1]{}{setargs{#1}}
NewDocumentCommand{setargs}{>{SplitArgument{1}{;}}m}
{setargsaux#1}
NewDocumentCommand{setargsaux}{mm}
{IfNoValueTF{#2}{#1}{nonscript,#1nonscript;delimsizevertnonscript:allowbreakmathopen{}#2nonscript,}}
begin{document}
[set*{begin{pmmatrix*}[r]1\ -2 \ 3 \ 4 end{pmmatrix*} + lambdabegin{pmmatrix*}[r]-2 \ 3 \ 4 \ -5 end{pmmatrix*}; lambdainmathbf{R}} ]
end{document}

I suggest using the pmatrix*[r] environment, from mathtools, in a medium-sized version thanks to the medsize environment from nccmath. Also, I used a set command based on DeclarePairedDelimiterX (again from mathtools), which uses two arguments, separated by a semi-colon:
documentclass{article}
usepackage[utf8]{inputenc}
usepackage{amssymb}
usepackage{mathtools, nccmath}
newenvironment{pmmatrix*}[1][c]{medsizebegin{pmatrix*}[#1]}{ end{pmatrix*}endmedsize}
usepackage{xparse}
DeclarePairedDelimiterX{set}[1]{}{setargs{#1}}
NewDocumentCommand{setargs}{>{SplitArgument{1}{;}}m}
{setargsaux#1}
NewDocumentCommand{setargsaux}{mm}
{IfNoValueTF{#2}{#1}{nonscript,#1nonscript;delimsizevertnonscript:allowbreakmathopen{}#2nonscript,}}
begin{document}
[set*{begin{pmmatrix*}[r]1\ -2 \ 3 \ 4 end{pmmatrix*} + lambdabegin{pmmatrix*}[r]-2 \ 3 \ 4 \ -5 end{pmmatrix*}; lambdainmathbf{R}} ]
end{document}

edited 4 hours ago
answered 5 hours ago
BernardBernard
176k778210
176k778210
Thank you for a different approach of the problem!
– Doesbaddel
5 hours ago
add a comment |
Thank you for a different approach of the problem!
– Doesbaddel
5 hours ago
Thank you for a different approach of the problem!
– Doesbaddel
5 hours ago
Thank you for a different approach of the problem!
– Doesbaddel
5 hours ago
add a comment |
documentclass{article}
usepackage[utf8]{inputenc}
usepackage{amsmath}
usepackage{amssymb}
usepackage{tabstackengine}
begin{document}
$G_1=left{ parenVectorstack[r]{ 1 \ -2 \ 3 \ 4 } +
lambda parenVectorstack[r]{ -2 \ 3 \ 4 \ -5 }
middlevert, lambda in mathbb{R}right}$
end{document}

Thank you! This is what I actually was looking for but one last question: How can you change the spacing of the vertical line so that it has the same space to the vector and the lambda?
– Doesbaddel
6 hours ago
1
@Doesbaddel Either add!beforemiddlevertor add,aftermiddlevert. I have edited my answer to reflect this.
– Steven B. Segletes
6 hours ago
Thank you very much, that looks good!
– Doesbaddel
6 hours ago
1
@Doesbaddel Note: you can also change the row spacing (baselineskip) prior to building the vector stacks, withsetstackgap{L}{14pt}(currentlybaselineskip=12pt).
– Steven B. Segletes
6 hours ago
Thanks for pointing that out.
– Doesbaddel
5 hours ago
add a comment |
documentclass{article}
usepackage[utf8]{inputenc}
usepackage{amsmath}
usepackage{amssymb}
usepackage{tabstackengine}
begin{document}
$G_1=left{ parenVectorstack[r]{ 1 \ -2 \ 3 \ 4 } +
lambda parenVectorstack[r]{ -2 \ 3 \ 4 \ -5 }
middlevert, lambda in mathbb{R}right}$
end{document}

Thank you! This is what I actually was looking for but one last question: How can you change the spacing of the vertical line so that it has the same space to the vector and the lambda?
– Doesbaddel
6 hours ago
1
@Doesbaddel Either add!beforemiddlevertor add,aftermiddlevert. I have edited my answer to reflect this.
– Steven B. Segletes
6 hours ago
Thank you very much, that looks good!
– Doesbaddel
6 hours ago
1
@Doesbaddel Note: you can also change the row spacing (baselineskip) prior to building the vector stacks, withsetstackgap{L}{14pt}(currentlybaselineskip=12pt).
– Steven B. Segletes
6 hours ago
Thanks for pointing that out.
– Doesbaddel
5 hours ago
add a comment |
documentclass{article}
usepackage[utf8]{inputenc}
usepackage{amsmath}
usepackage{amssymb}
usepackage{tabstackengine}
begin{document}
$G_1=left{ parenVectorstack[r]{ 1 \ -2 \ 3 \ 4 } +
lambda parenVectorstack[r]{ -2 \ 3 \ 4 \ -5 }
middlevert, lambda in mathbb{R}right}$
end{document}

documentclass{article}
usepackage[utf8]{inputenc}
usepackage{amsmath}
usepackage{amssymb}
usepackage{tabstackengine}
begin{document}
$G_1=left{ parenVectorstack[r]{ 1 \ -2 \ 3 \ 4 } +
lambda parenVectorstack[r]{ -2 \ 3 \ 4 \ -5 }
middlevert, lambda in mathbb{R}right}$
end{document}

edited 6 hours ago
answered 6 hours ago
Steven B. SegletesSteven B. Segletes
162k9206418
162k9206418
Thank you! This is what I actually was looking for but one last question: How can you change the spacing of the vertical line so that it has the same space to the vector and the lambda?
– Doesbaddel
6 hours ago
1
@Doesbaddel Either add!beforemiddlevertor add,aftermiddlevert. I have edited my answer to reflect this.
– Steven B. Segletes
6 hours ago
Thank you very much, that looks good!
– Doesbaddel
6 hours ago
1
@Doesbaddel Note: you can also change the row spacing (baselineskip) prior to building the vector stacks, withsetstackgap{L}{14pt}(currentlybaselineskip=12pt).
– Steven B. Segletes
6 hours ago
Thanks for pointing that out.
– Doesbaddel
5 hours ago
add a comment |
Thank you! This is what I actually was looking for but one last question: How can you change the spacing of the vertical line so that it has the same space to the vector and the lambda?
– Doesbaddel
6 hours ago
1
@Doesbaddel Either add!beforemiddlevertor add,aftermiddlevert. I have edited my answer to reflect this.
– Steven B. Segletes
6 hours ago
Thank you very much, that looks good!
– Doesbaddel
6 hours ago
1
@Doesbaddel Note: you can also change the row spacing (baselineskip) prior to building the vector stacks, withsetstackgap{L}{14pt}(currentlybaselineskip=12pt).
– Steven B. Segletes
6 hours ago
Thanks for pointing that out.
– Doesbaddel
5 hours ago
Thank you! This is what I actually was looking for but one last question: How can you change the spacing of the vertical line so that it has the same space to the vector and the lambda?
– Doesbaddel
6 hours ago
Thank you! This is what I actually was looking for but one last question: How can you change the spacing of the vertical line so that it has the same space to the vector and the lambda?
– Doesbaddel
6 hours ago
1
1
@Doesbaddel Either add
! before middlevert or add , after middlevert. I have edited my answer to reflect this.– Steven B. Segletes
6 hours ago
@Doesbaddel Either add
! before middlevert or add , after middlevert. I have edited my answer to reflect this.– Steven B. Segletes
6 hours ago
Thank you very much, that looks good!
– Doesbaddel
6 hours ago
Thank you very much, that looks good!
– Doesbaddel
6 hours ago
1
1
@Doesbaddel Note: you can also change the row spacing (baselineskip) prior to building the vector stacks, with
setstackgap{L}{14pt} (currently baselineskip = 12pt).– Steven B. Segletes
6 hours ago
@Doesbaddel Note: you can also change the row spacing (baselineskip) prior to building the vector stacks, with
setstackgap{L}{14pt} (currently baselineskip = 12pt).– Steven B. Segletes
6 hours ago
Thanks for pointing that out.
– Doesbaddel
5 hours ago
Thanks for pointing that out.
– Doesbaddel
5 hours ago
add a comment |
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f485186%2fhow-to-align-braces-and-mid-in-a-set-in-order-to-get-the-same-height%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
what do you mean by "formal" and "fancy" here? (I know what the words mean, but I can not guess what you mean in this context)
– David Carlisle
6 hours ago
middlevertshould grow the vertical bar in aleft...rightconstruct.– Steven B. Segletes
6 hours ago
Sry for the misleading words. I wanted to express, that the braces, mid and all vectors have the same height. Furthermore, it would be good, if the negative numbers are aligned correctly
– Doesbaddel
6 hours ago
@DavidCarlisle alright, I will change it.
– Doesbaddel
6 hours ago
thanks:-)......
– David Carlisle
6 hours ago