How to align braces and mid in a set in order to get the same height Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Same height for list of comma-separated vectorsWhy does widehat behave differently if I insert hspace0pt?Converting all numbers in document to set number of decimal placesHow can I make an overset symbol at the same size and height as bar except with a different symbol?Left aligning equations without align characterWhy don't the curly braces and the mid bar become bigger?How to align braces with middle vertical line the same size in math mode?Circles at the same heightHow to ensure that vectors have the same width (equation)?Using printeranswers environment, how to print solutions in the box without the title “Solutions”

Denied boarding although I have proper visa and documentation. To whom should I make a complaint?

Echoing a tail command produces unexpected output?

Why are there no cargo aircraft with "flying wing" design?

Output the ŋarâþ crîþ alphabet song without using (m)any letters

How would the world control an invulnerable immortal mass murderer?

Why do we bend a book to keep it straight?

Print a pdf file from a large pdf file

What would be the ideal power source for a cybernetic eye?

Storing hydrofluoric acid before the invention of plastics

Short Story with Cinderella as a Voo-doo Witch

At the end of Thor: Ragnarok why don't the Asgardians turn and head for the Bifrost as per their original plan?

What's the meaning of 間時肆拾貳 at a car parking sign

Why is "Consequences inflicted." not a sentence?

What LEGO pieces have "real-world" functionality?

What causes the vertical darker bands in my photo?

Why didn't this character "real die" when they blew their stack out in Altered Carbon?

What does the word "veer" mean here?

Book where humans were engineered with genes from animal species to survive hostile planets

Can I cast Passwall to drop an enemy into a 20-foot pit?

Generate an RGB colour grid

How widely used is the term Treppenwitz? Is it something that most Germans know?

What's the purpose of writing one's academic biography in the third person?

How discoverable are IPv6 addresses and AAAA names by potential attackers?

How can I make names more distinctive without making them longer?



How to align braces and mid in a set in order to get the same height



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Same height for list of comma-separated vectorsWhy does widehat behave differently if I insert hspace0pt?Converting all numbers in document to set number of decimal placesHow can I make an overset symbol at the same size and height as bar except with a different symbol?Left aligning equations without align characterWhy don't the curly braces and the mid bar become bigger?How to align braces with middle vertical line the same size in math mode?Circles at the same heightHow to ensure that vectors have the same width (equation)?Using printeranswers environment, how to print solutions in the box without the title “Solutions”










2















Main question




How to align braces and mid in a set in order to get the same height?




Code:



My following code



documentclassarticle
usepackage[utf8]inputenc
usepackageamsmath
usepackageamssymb

begindocument

$G_1=left beginpmatrix 1 \ -2 \ 3 \ 4 endpmatrix + lambda beginpmatrix -2 \ 3 \ 4 \ -5 endpmatrix mid lambda in mathbbRright$
enddocument


compiles to:
tex-1



Does this is a better visualization than:



documentclassarticle
usepackage[utf8]inputenc
usepackageamsmath
usepackageamssymb

begindocument

$G_1= beginpmatrix 1 \ -2 \ 3 \ 4 endpmatrix + lambda beginpmatrix -2 \ 3 \ 4 \ -5 endpmatrix mid lambda in mathbbR$
enddocument


which compiles to:
tex-2



?




Other questions



  1. How do I align the negative numbers of the vectors correctly?

  2. How do I manage to change the relational symbol mid to a bigger one that fits the height of the vectors/braces?

  3. Which is the best way to visualize G_1 if none of the visualizations above are good enough?









share|improve this question
























  • 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
    3 hours ago











  • middlevert should grow the vertical bar in a left...right construct.

    – Steven B. Segletes
    3 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
    3 hours ago











  • @DavidCarlisle alright, I will change it.

    – Doesbaddel
    3 hours ago











  • thanks:-)......

    – David Carlisle
    3 hours ago















2















Main question




How to align braces and mid in a set in order to get the same height?




Code:



My following code



documentclassarticle
usepackage[utf8]inputenc
usepackageamsmath
usepackageamssymb

begindocument

$G_1=left beginpmatrix 1 \ -2 \ 3 \ 4 endpmatrix + lambda beginpmatrix -2 \ 3 \ 4 \ -5 endpmatrix mid lambda in mathbbRright$
enddocument


compiles to:
tex-1



Does this is a better visualization than:



documentclassarticle
usepackage[utf8]inputenc
usepackageamsmath
usepackageamssymb

begindocument

$G_1= beginpmatrix 1 \ -2 \ 3 \ 4 endpmatrix + lambda beginpmatrix -2 \ 3 \ 4 \ -5 endpmatrix mid lambda in mathbbR$
enddocument


which compiles to:
tex-2



?




Other questions



  1. How do I align the negative numbers of the vectors correctly?

  2. How do I manage to change the relational symbol mid to a bigger one that fits the height of the vectors/braces?

  3. Which is the best way to visualize G_1 if none of the visualizations above are good enough?









share|improve this question
























  • 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
    3 hours ago











  • middlevert should grow the vertical bar in a left...right construct.

    – Steven B. Segletes
    3 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
    3 hours ago











  • @DavidCarlisle alright, I will change it.

    – Doesbaddel
    3 hours ago











  • thanks:-)......

    – David Carlisle
    3 hours ago













2












2








2








Main question




How to align braces and mid in a set in order to get the same height?




Code:



My following code



documentclassarticle
usepackage[utf8]inputenc
usepackageamsmath
usepackageamssymb

begindocument

$G_1=left beginpmatrix 1 \ -2 \ 3 \ 4 endpmatrix + lambda beginpmatrix -2 \ 3 \ 4 \ -5 endpmatrix mid lambda in mathbbRright$
enddocument


compiles to:
tex-1



Does this is a better visualization than:



documentclassarticle
usepackage[utf8]inputenc
usepackageamsmath
usepackageamssymb

begindocument

$G_1= beginpmatrix 1 \ -2 \ 3 \ 4 endpmatrix + lambda beginpmatrix -2 \ 3 \ 4 \ -5 endpmatrix mid lambda in mathbbR$
enddocument


which compiles to:
tex-2



?




Other questions



  1. How do I align the negative numbers of the vectors correctly?

  2. How do I manage to change the relational symbol mid to a bigger one that fits the height of the vectors/braces?

  3. Which is the best way to visualize G_1 if none of the visualizations above are good enough?









share|improve this question
















Main question




How to align braces and mid in a set in order to get the same height?




Code:



My following code



documentclassarticle
usepackage[utf8]inputenc
usepackageamsmath
usepackageamssymb

begindocument

$G_1=left beginpmatrix 1 \ -2 \ 3 \ 4 endpmatrix + lambda beginpmatrix -2 \ 3 \ 4 \ -5 endpmatrix mid lambda in mathbbRright$
enddocument


compiles to:
tex-1



Does this is a better visualization than:



documentclassarticle
usepackage[utf8]inputenc
usepackageamsmath
usepackageamssymb

begindocument

$G_1= beginpmatrix 1 \ -2 \ 3 \ 4 endpmatrix + lambda beginpmatrix -2 \ 3 \ 4 \ -5 endpmatrix mid lambda in mathbbR$
enddocument


which compiles to:
tex-2



?




Other questions



  1. How do I align the negative numbers of the vectors correctly?

  2. How do I manage to change the relational symbol mid to a bigger one that fits the height of the vectors/braces?

  3. Which is the best way to visualize G_1 if none of the visualizations above are good enough?






math-mode amsmath alignment vector






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 1 hour ago







Doesbaddel

















asked 3 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
    3 hours ago











  • middlevert should grow the vertical bar in a left...right construct.

    – Steven B. Segletes
    3 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
    3 hours ago











  • @DavidCarlisle alright, I will change it.

    – Doesbaddel
    3 hours ago











  • thanks:-)......

    – David Carlisle
    3 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
    3 hours ago











  • middlevert should grow the vertical bar in a left...right construct.

    – Steven B. Segletes
    3 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
    3 hours ago











  • @DavidCarlisle alright, I will change it.

    – Doesbaddel
    3 hours ago











  • thanks:-)......

    – David Carlisle
    3 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
3 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
3 hours ago













middlevert should grow the vertical bar in a left...right construct.

– Steven B. Segletes
3 hours ago





middlevert should grow the vertical bar in a left...right construct.

– Steven B. Segletes
3 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
3 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
3 hours ago













@DavidCarlisle alright, I will change it.

– Doesbaddel
3 hours ago





@DavidCarlisle alright, I will change it.

– Doesbaddel
3 hours ago













thanks:-)......

– David Carlisle
3 hours ago





thanks:-)......

– David Carlisle
3 hours ago










2 Answers
2






active

oldest

votes


















2














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:



documentclassarticle
usepackage[utf8]inputenc
usepackageamssymb
usepackagemathtools, nccmath

newenvironmentpmmatrix*[1][c]medsizebeginpmatrix*[#1] endpmatrix*endmedsize
usepackagexparse
DeclarePairedDelimiterXset[1]setargs#1
NewDocumentCommandsetargs>SplitArgument1;m
setargsaux#1
NewDocumentCommandsetargsauxmm
IfNoValueTF#2#1nonscript,#1nonscript;delimsizevertnonscript:allowbreakmathopen#2nonscript,

begindocument

[set*beginpmmatrix*[r]1\ -2 \ 3 \ 4 endpmmatrix* + lambdabeginpmmatrix*[r]-2 \ 3 \ 4 \ -5 endpmmatrix*; lambdainmathbfR ]

enddocument


enter image description here






share|improve this answer

























  • Thank you for a different approach of the problem!

    – Doesbaddel
    2 hours ago


















1














documentclassarticle
usepackage[utf8]inputenc
usepackageamsmath
usepackageamssymb
usepackagetabstackengine
begindocument

$G_1=left parenVectorstack[r] 1 \ -2 \ 3 \ 4 +
lambda parenVectorstack[r] -2 \ 3 \ 4 \ -5
middlevert, lambda in mathbbRright$
enddocument


enter image description here






share|improve this answer

























  • 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
    3 hours ago






  • 1





    @Doesbaddel Either add ! before middlevert or add , after middlevert. I have edited my answer to reflect this.

    – Steven B. Segletes
    3 hours ago












  • Thank you very much, that looks good!

    – Doesbaddel
    3 hours ago






  • 1





    @Doesbaddel Note: you can also change the row spacing (baselineskip) prior to building the vector stacks, with setstackgapL14pt (currently baselineskip = 12pt).

    – Steven B. Segletes
    3 hours ago












  • Thanks for pointing that out.

    – Doesbaddel
    2 hours ago











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
);



);













draft saved

draft discarded


















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









2














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:



documentclassarticle
usepackage[utf8]inputenc
usepackageamssymb
usepackagemathtools, nccmath

newenvironmentpmmatrix*[1][c]medsizebeginpmatrix*[#1] endpmatrix*endmedsize
usepackagexparse
DeclarePairedDelimiterXset[1]setargs#1
NewDocumentCommandsetargs>SplitArgument1;m
setargsaux#1
NewDocumentCommandsetargsauxmm
IfNoValueTF#2#1nonscript,#1nonscript;delimsizevertnonscript:allowbreakmathopen#2nonscript,

begindocument

[set*beginpmmatrix*[r]1\ -2 \ 3 \ 4 endpmmatrix* + lambdabeginpmmatrix*[r]-2 \ 3 \ 4 \ -5 endpmmatrix*; lambdainmathbfR ]

enddocument


enter image description here






share|improve this answer

























  • Thank you for a different approach of the problem!

    – Doesbaddel
    2 hours ago















2














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:



documentclassarticle
usepackage[utf8]inputenc
usepackageamssymb
usepackagemathtools, nccmath

newenvironmentpmmatrix*[1][c]medsizebeginpmatrix*[#1] endpmatrix*endmedsize
usepackagexparse
DeclarePairedDelimiterXset[1]setargs#1
NewDocumentCommandsetargs>SplitArgument1;m
setargsaux#1
NewDocumentCommandsetargsauxmm
IfNoValueTF#2#1nonscript,#1nonscript;delimsizevertnonscript:allowbreakmathopen#2nonscript,

begindocument

[set*beginpmmatrix*[r]1\ -2 \ 3 \ 4 endpmmatrix* + lambdabeginpmmatrix*[r]-2 \ 3 \ 4 \ -5 endpmmatrix*; lambdainmathbfR ]

enddocument


enter image description here






share|improve this answer

























  • Thank you for a different approach of the problem!

    – Doesbaddel
    2 hours ago













2












2








2







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:



documentclassarticle
usepackage[utf8]inputenc
usepackageamssymb
usepackagemathtools, nccmath

newenvironmentpmmatrix*[1][c]medsizebeginpmatrix*[#1] endpmatrix*endmedsize
usepackagexparse
DeclarePairedDelimiterXset[1]setargs#1
NewDocumentCommandsetargs>SplitArgument1;m
setargsaux#1
NewDocumentCommandsetargsauxmm
IfNoValueTF#2#1nonscript,#1nonscript;delimsizevertnonscript:allowbreakmathopen#2nonscript,

begindocument

[set*beginpmmatrix*[r]1\ -2 \ 3 \ 4 endpmmatrix* + lambdabeginpmmatrix*[r]-2 \ 3 \ 4 \ -5 endpmmatrix*; lambdainmathbfR ]

enddocument


enter image description here






share|improve this answer















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:



documentclassarticle
usepackage[utf8]inputenc
usepackageamssymb
usepackagemathtools, nccmath

newenvironmentpmmatrix*[1][c]medsizebeginpmatrix*[#1] endpmatrix*endmedsize
usepackagexparse
DeclarePairedDelimiterXset[1]setargs#1
NewDocumentCommandsetargs>SplitArgument1;m
setargsaux#1
NewDocumentCommandsetargsauxmm
IfNoValueTF#2#1nonscript,#1nonscript;delimsizevertnonscript:allowbreakmathopen#2nonscript,

begindocument

[set*beginpmmatrix*[r]1\ -2 \ 3 \ 4 endpmmatrix* + lambdabeginpmmatrix*[r]-2 \ 3 \ 4 \ -5 endpmmatrix*; lambdainmathbfR ]

enddocument


enter image description here







share|improve this answer














share|improve this answer



share|improve this answer








edited 1 hour ago

























answered 2 hours ago









BernardBernard

176k778210




176k778210












  • Thank you for a different approach of the problem!

    – Doesbaddel
    2 hours ago

















  • Thank you for a different approach of the problem!

    – Doesbaddel
    2 hours ago
















Thank you for a different approach of the problem!

– Doesbaddel
2 hours ago





Thank you for a different approach of the problem!

– Doesbaddel
2 hours ago











1














documentclassarticle
usepackage[utf8]inputenc
usepackageamsmath
usepackageamssymb
usepackagetabstackengine
begindocument

$G_1=left parenVectorstack[r] 1 \ -2 \ 3 \ 4 +
lambda parenVectorstack[r] -2 \ 3 \ 4 \ -5
middlevert, lambda in mathbbRright$
enddocument


enter image description here






share|improve this answer

























  • 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
    3 hours ago






  • 1





    @Doesbaddel Either add ! before middlevert or add , after middlevert. I have edited my answer to reflect this.

    – Steven B. Segletes
    3 hours ago












  • Thank you very much, that looks good!

    – Doesbaddel
    3 hours ago






  • 1





    @Doesbaddel Note: you can also change the row spacing (baselineskip) prior to building the vector stacks, with setstackgapL14pt (currently baselineskip = 12pt).

    – Steven B. Segletes
    3 hours ago












  • Thanks for pointing that out.

    – Doesbaddel
    2 hours ago















1














documentclassarticle
usepackage[utf8]inputenc
usepackageamsmath
usepackageamssymb
usepackagetabstackengine
begindocument

$G_1=left parenVectorstack[r] 1 \ -2 \ 3 \ 4 +
lambda parenVectorstack[r] -2 \ 3 \ 4 \ -5
middlevert, lambda in mathbbRright$
enddocument


enter image description here






share|improve this answer

























  • 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
    3 hours ago






  • 1





    @Doesbaddel Either add ! before middlevert or add , after middlevert. I have edited my answer to reflect this.

    – Steven B. Segletes
    3 hours ago












  • Thank you very much, that looks good!

    – Doesbaddel
    3 hours ago






  • 1





    @Doesbaddel Note: you can also change the row spacing (baselineskip) prior to building the vector stacks, with setstackgapL14pt (currently baselineskip = 12pt).

    – Steven B. Segletes
    3 hours ago












  • Thanks for pointing that out.

    – Doesbaddel
    2 hours ago













1












1








1







documentclassarticle
usepackage[utf8]inputenc
usepackageamsmath
usepackageamssymb
usepackagetabstackengine
begindocument

$G_1=left parenVectorstack[r] 1 \ -2 \ 3 \ 4 +
lambda parenVectorstack[r] -2 \ 3 \ 4 \ -5
middlevert, lambda in mathbbRright$
enddocument


enter image description here






share|improve this answer















documentclassarticle
usepackage[utf8]inputenc
usepackageamsmath
usepackageamssymb
usepackagetabstackengine
begindocument

$G_1=left parenVectorstack[r] 1 \ -2 \ 3 \ 4 +
lambda parenVectorstack[r] -2 \ 3 \ 4 \ -5
middlevert, lambda in mathbbRright$
enddocument


enter image description here







share|improve this answer














share|improve this answer



share|improve this answer








edited 3 hours ago

























answered 3 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
    3 hours ago






  • 1





    @Doesbaddel Either add ! before middlevert or add , after middlevert. I have edited my answer to reflect this.

    – Steven B. Segletes
    3 hours ago












  • Thank you very much, that looks good!

    – Doesbaddel
    3 hours ago






  • 1





    @Doesbaddel Note: you can also change the row spacing (baselineskip) prior to building the vector stacks, with setstackgapL14pt (currently baselineskip = 12pt).

    – Steven B. Segletes
    3 hours ago












  • Thanks for pointing that out.

    – Doesbaddel
    2 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
    3 hours ago






  • 1





    @Doesbaddel Either add ! before middlevert or add , after middlevert. I have edited my answer to reflect this.

    – Steven B. Segletes
    3 hours ago












  • Thank you very much, that looks good!

    – Doesbaddel
    3 hours ago






  • 1





    @Doesbaddel Note: you can also change the row spacing (baselineskip) prior to building the vector stacks, with setstackgapL14pt (currently baselineskip = 12pt).

    – Steven B. Segletes
    3 hours ago












  • Thanks for pointing that out.

    – Doesbaddel
    2 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
3 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
3 hours ago




1




1





@Doesbaddel Either add ! before middlevert or add , after middlevert. I have edited my answer to reflect this.

– Steven B. Segletes
3 hours ago






@Doesbaddel Either add ! before middlevert or add , after middlevert. I have edited my answer to reflect this.

– Steven B. Segletes
3 hours ago














Thank you very much, that looks good!

– Doesbaddel
3 hours ago





Thank you very much, that looks good!

– Doesbaddel
3 hours ago




1




1





@Doesbaddel Note: you can also change the row spacing (baselineskip) prior to building the vector stacks, with setstackgapL14pt (currently baselineskip = 12pt).

– Steven B. Segletes
3 hours ago






@Doesbaddel Note: you can also change the row spacing (baselineskip) prior to building the vector stacks, with setstackgapL14pt (currently baselineskip = 12pt).

– Steven B. Segletes
3 hours ago














Thanks for pointing that out.

– Doesbaddel
2 hours ago





Thanks for pointing that out.

– Doesbaddel
2 hours ago

















draft saved

draft discarded
















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Are there any AGPL-style licences that require source code modifications to be public? Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Force derivative works to be publicAre there any GPL like licenses for Apple App Store?Do you violate the GPL if you provide source code that cannot be compiled?GPL - is it distribution to use libraries in an appliance loaned to customers?Distributing App for free which uses GPL'ed codeModifications of server software under GPL, with web/CLI interfaceDoes using an AGPLv3-licensed library prevent me from dual-licensing my own source code?Can I publish only select code under GPLv3 from a private project?Is there published precedent regarding the scope of covered work that uses AGPL software?If MIT licensed code links to GPL licensed code what should be the license of the resulting binary program?If I use a public API endpoint that has its source code licensed under AGPL in my app, do I need to disclose my source?

2013 GY136 Descoberta | Órbita | Referências Menu de navegação«List Of Centaurs and Scattered-Disk Objects»«List of Known Trans-Neptunian Objects»

Button changing it's text & action. Good or terrible? The 2019 Stack Overflow Developer Survey Results Are Inchanging text on user mouseoverShould certain functions be “hard to find” for powerusers to discover?Custom liking function - do I need user login?Using different checkbox style for different checkbox behaviorBest Practices: Save and Exit in Software UIInteraction with remote validated formMore efficient UI to progress the user through a complicated process?Designing a popup notice for a gameShould bulk-editing functions be hidden until a table row is selected, or is there a better solution?Is it bad practice to disable (replace) the context menu?