Thickness of Brackets and ParenthesesThickness and alignment of curly braces for block matrix...

Levi-Civita symbol: 3D matrix

Is there a way to find out the age of climbing ropes?

When was drinking water recognized as crucial in marathon running?

If nine coins are tossed, what is the probability that the number of heads is even?

Can the Shape Water Cantrip be used to manipulate blood?

How to fix my table, centering of columns

How do you say “my friend is throwing a party, do you wanna come?” in german

Giving a talk in my old university, how prominently should I tell students my salary?

How can I handle a player who pre-plans arguments about my rulings on RAW?

Can a space-faring robot still function over a billion years?

Why are special aircraft used for the carriers in the United States Navy?

Sometimes a banana is just a banana

Practical reasons to have both a large police force and bounty hunting network?

Book about a time-travel war fought by computers

Draw bounding region by list of points

Why would the IRS ask for birth certificates or even audit a small tax return?

Quitting employee has privileged access to critical information

Why is my Contribution Detail Report (native CiviCRM Core report) not accurate?

Can we carry rice to Japan?

Was it really inappropriate to write a pull request for the company I interviewed with?

Is there a frame of reference in which I was born before I was conceived?

Find maximum of the output from reduce

How can I highlight parts in a screenshot

Difference between 'stomach' and 'uterus'



Thickness of Brackets and Parentheses


Thickness and alignment of curly braces for block matrix dimensionsBrackets with the same linewidthSame height for list of comma-separated vectorsParentheses around a matrixChanging size of parentheses using left and rightNested parentheses from citations to brackets (biblatex)Outputting effective size of left(…right) parenthesesBraces/parentheses don't display as expectedDoubled parentheses, braces, brackets and anglesBigger Parentheses And Brackets When NestedWhich way of using parentheses looks better?smallmatrix between brackets `[]` instead of parentheses `()`













14















I try to make all the brackets and parentheses to have the same thickness.



Normally, the thickness of brackets and parentheses depends on how many lines of array and thing you will have inside them. For example, the following code is the notation of the matrix.



documentclass[letterpaper]{article}
usepackage{amsmath}
usepackage{amsthm}
usepackage{amsfonts}
usepackage{amssymb}
usepackage{mathrsfs}
usepackage{mathtools}
usepackage{commath}
usepackage{graphicx}
usepackage{chngcntr}
usepackage{xcolor}
usepackage{ulem}

begin{document}

begin{align*}
A = left[ a_{ij} right] =
left[
begin{matrix}
a_{11} & a_{12} & ldots & a_{1n} \
a_{21} & a_{22} & ldots & a_{2n} \
vdots & vdots & ddots & vdots \
a_{m1} & a_{m2} & ldots & a_{mn}
end{matrix}
right]
end{align*}
vspace{2mm}

end{document}


enter image description here



You can see that for the aij only and the matrix, the thicknesses of square brackets are not the same. Is there a way to control this? I love having the consistency in my work.










share|improve this question




















  • 2





    Welcome to TeX.SE and thanks for providing a MWE.

    – Peter Grill
    Nov 5 '18 at 6:04








  • 1





    Welcome? MYbe this excellent question and their answer help?: Thickness and alignment of curly braces for block matrix dimensions.

    – manooooh
    Nov 5 '18 at 7:00











  • @JouleV Why do you edit a multitude of questions and answers every day?

    – AndréC
    20 hours ago











  • @AndréC No one forbids me to do that. I want to see something like hello instead of hello, or LaTeX instead of latex, and that is why I edit it. There are some exceptions though, and you will find the reasons in the edit summary.

    – JouleV
    20 hours ago


















14















I try to make all the brackets and parentheses to have the same thickness.



Normally, the thickness of brackets and parentheses depends on how many lines of array and thing you will have inside them. For example, the following code is the notation of the matrix.



documentclass[letterpaper]{article}
usepackage{amsmath}
usepackage{amsthm}
usepackage{amsfonts}
usepackage{amssymb}
usepackage{mathrsfs}
usepackage{mathtools}
usepackage{commath}
usepackage{graphicx}
usepackage{chngcntr}
usepackage{xcolor}
usepackage{ulem}

begin{document}

begin{align*}
A = left[ a_{ij} right] =
left[
begin{matrix}
a_{11} & a_{12} & ldots & a_{1n} \
a_{21} & a_{22} & ldots & a_{2n} \
vdots & vdots & ddots & vdots \
a_{m1} & a_{m2} & ldots & a_{mn}
end{matrix}
right]
end{align*}
vspace{2mm}

end{document}


enter image description here



You can see that for the aij only and the matrix, the thicknesses of square brackets are not the same. Is there a way to control this? I love having the consistency in my work.










share|improve this question




















  • 2





    Welcome to TeX.SE and thanks for providing a MWE.

    – Peter Grill
    Nov 5 '18 at 6:04








  • 1





    Welcome? MYbe this excellent question and their answer help?: Thickness and alignment of curly braces for block matrix dimensions.

    – manooooh
    Nov 5 '18 at 7:00











  • @JouleV Why do you edit a multitude of questions and answers every day?

    – AndréC
    20 hours ago











  • @AndréC No one forbids me to do that. I want to see something like hello instead of hello, or LaTeX instead of latex, and that is why I edit it. There are some exceptions though, and you will find the reasons in the edit summary.

    – JouleV
    20 hours ago
















14












14








14


3






I try to make all the brackets and parentheses to have the same thickness.



Normally, the thickness of brackets and parentheses depends on how many lines of array and thing you will have inside them. For example, the following code is the notation of the matrix.



documentclass[letterpaper]{article}
usepackage{amsmath}
usepackage{amsthm}
usepackage{amsfonts}
usepackage{amssymb}
usepackage{mathrsfs}
usepackage{mathtools}
usepackage{commath}
usepackage{graphicx}
usepackage{chngcntr}
usepackage{xcolor}
usepackage{ulem}

begin{document}

begin{align*}
A = left[ a_{ij} right] =
left[
begin{matrix}
a_{11} & a_{12} & ldots & a_{1n} \
a_{21} & a_{22} & ldots & a_{2n} \
vdots & vdots & ddots & vdots \
a_{m1} & a_{m2} & ldots & a_{mn}
end{matrix}
right]
end{align*}
vspace{2mm}

end{document}


enter image description here



You can see that for the aij only and the matrix, the thicknesses of square brackets are not the same. Is there a way to control this? I love having the consistency in my work.










share|improve this question
















I try to make all the brackets and parentheses to have the same thickness.



Normally, the thickness of brackets and parentheses depends on how many lines of array and thing you will have inside them. For example, the following code is the notation of the matrix.



documentclass[letterpaper]{article}
usepackage{amsmath}
usepackage{amsthm}
usepackage{amsfonts}
usepackage{amssymb}
usepackage{mathrsfs}
usepackage{mathtools}
usepackage{commath}
usepackage{graphicx}
usepackage{chngcntr}
usepackage{xcolor}
usepackage{ulem}

begin{document}

begin{align*}
A = left[ a_{ij} right] =
left[
begin{matrix}
a_{11} & a_{12} & ldots & a_{1n} \
a_{21} & a_{22} & ldots & a_{2n} \
vdots & vdots & ddots & vdots \
a_{m1} & a_{m2} & ldots & a_{mn}
end{matrix}
right]
end{align*}
vspace{2mm}

end{document}


enter image description here



You can see that for the aij only and the matrix, the thicknesses of square brackets are not the same. Is there a way to control this? I love having the consistency in my work.







math-mode matrices parentheses






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 22 at 8:08









JouleV

4,91111139




4,91111139










asked Nov 5 '18 at 2:55









kompauikompaui

713




713








  • 2





    Welcome to TeX.SE and thanks for providing a MWE.

    – Peter Grill
    Nov 5 '18 at 6:04








  • 1





    Welcome? MYbe this excellent question and their answer help?: Thickness and alignment of curly braces for block matrix dimensions.

    – manooooh
    Nov 5 '18 at 7:00











  • @JouleV Why do you edit a multitude of questions and answers every day?

    – AndréC
    20 hours ago











  • @AndréC No one forbids me to do that. I want to see something like hello instead of hello, or LaTeX instead of latex, and that is why I edit it. There are some exceptions though, and you will find the reasons in the edit summary.

    – JouleV
    20 hours ago
















  • 2





    Welcome to TeX.SE and thanks for providing a MWE.

    – Peter Grill
    Nov 5 '18 at 6:04








  • 1





    Welcome? MYbe this excellent question and their answer help?: Thickness and alignment of curly braces for block matrix dimensions.

    – manooooh
    Nov 5 '18 at 7:00











  • @JouleV Why do you edit a multitude of questions and answers every day?

    – AndréC
    20 hours ago











  • @AndréC No one forbids me to do that. I want to see something like hello instead of hello, or LaTeX instead of latex, and that is why I edit it. There are some exceptions though, and you will find the reasons in the edit summary.

    – JouleV
    20 hours ago










2




2





Welcome to TeX.SE and thanks for providing a MWE.

– Peter Grill
Nov 5 '18 at 6:04







Welcome to TeX.SE and thanks for providing a MWE.

– Peter Grill
Nov 5 '18 at 6:04






1




1





Welcome? MYbe this excellent question and their answer help?: Thickness and alignment of curly braces for block matrix dimensions.

– manooooh
Nov 5 '18 at 7:00





Welcome? MYbe this excellent question and their answer help?: Thickness and alignment of curly braces for block matrix dimensions.

– manooooh
Nov 5 '18 at 7:00













@JouleV Why do you edit a multitude of questions and answers every day?

– AndréC
20 hours ago





@JouleV Why do you edit a multitude of questions and answers every day?

– AndréC
20 hours ago













@AndréC No one forbids me to do that. I want to see something like hello instead of hello, or LaTeX instead of latex, and that is why I edit it. There are some exceptions though, and you will find the reasons in the edit summary.

– JouleV
20 hours ago







@AndréC No one forbids me to do that. I want to see something like hello instead of hello, or LaTeX instead of latex, and that is why I edit it. There are some exceptions though, and you will find the reasons in the edit summary.

– JouleV
20 hours ago












1 Answer
1






active

oldest

votes


















0














I've faced this problem as well and the only way I found to overcome this was to change the font. Using the code in manooooh's answer didn't work either, the bracket still gets thicker.



If you include usepackage{kpfonts} in your code, the brackets should have the same thickness (at least to me, its the same). On the other hand, the numbers look a little odd to me, so I'd choose a different one. Take a look here, in the font catalogue, and maybe you can find one that suits you best.



I know it doesn't answer the problem in the way you wanted, but unfortunately, I don't think that it is possible to do that.






share|improve this answer










New contributor




Kahlil Salome is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 1





    If you have a new question, please ask it by clicking the Ask Question button. Include a link to this question if it helps provide context. - From Review

    – marmot
    yesterday











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%2f458423%2fthickness-of-brackets-and-parentheses%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














I've faced this problem as well and the only way I found to overcome this was to change the font. Using the code in manooooh's answer didn't work either, the bracket still gets thicker.



If you include usepackage{kpfonts} in your code, the brackets should have the same thickness (at least to me, its the same). On the other hand, the numbers look a little odd to me, so I'd choose a different one. Take a look here, in the font catalogue, and maybe you can find one that suits you best.



I know it doesn't answer the problem in the way you wanted, but unfortunately, I don't think that it is possible to do that.






share|improve this answer










New contributor




Kahlil Salome is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 1





    If you have a new question, please ask it by clicking the Ask Question button. Include a link to this question if it helps provide context. - From Review

    – marmot
    yesterday
















0














I've faced this problem as well and the only way I found to overcome this was to change the font. Using the code in manooooh's answer didn't work either, the bracket still gets thicker.



If you include usepackage{kpfonts} in your code, the brackets should have the same thickness (at least to me, its the same). On the other hand, the numbers look a little odd to me, so I'd choose a different one. Take a look here, in the font catalogue, and maybe you can find one that suits you best.



I know it doesn't answer the problem in the way you wanted, but unfortunately, I don't think that it is possible to do that.






share|improve this answer










New contributor




Kahlil Salome is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 1





    If you have a new question, please ask it by clicking the Ask Question button. Include a link to this question if it helps provide context. - From Review

    – marmot
    yesterday














0












0








0







I've faced this problem as well and the only way I found to overcome this was to change the font. Using the code in manooooh's answer didn't work either, the bracket still gets thicker.



If you include usepackage{kpfonts} in your code, the brackets should have the same thickness (at least to me, its the same). On the other hand, the numbers look a little odd to me, so I'd choose a different one. Take a look here, in the font catalogue, and maybe you can find one that suits you best.



I know it doesn't answer the problem in the way you wanted, but unfortunately, I don't think that it is possible to do that.






share|improve this answer










New contributor




Kahlil Salome is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.










I've faced this problem as well and the only way I found to overcome this was to change the font. Using the code in manooooh's answer didn't work either, the bracket still gets thicker.



If you include usepackage{kpfonts} in your code, the brackets should have the same thickness (at least to me, its the same). On the other hand, the numbers look a little odd to me, so I'd choose a different one. Take a look here, in the font catalogue, and maybe you can find one that suits you best.



I know it doesn't answer the problem in the way you wanted, but unfortunately, I don't think that it is possible to do that.







share|improve this answer










New contributor




Kahlil Salome is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this answer



share|improve this answer








edited 20 hours ago









JouleV

4,91111139




4,91111139






New contributor




Kahlil Salome is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









answered yesterday









Kahlil SalomeKahlil Salome

186




186




New contributor




Kahlil Salome is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Kahlil Salome is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Kahlil Salome is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








  • 1





    If you have a new question, please ask it by clicking the Ask Question button. Include a link to this question if it helps provide context. - From Review

    – marmot
    yesterday














  • 1





    If you have a new question, please ask it by clicking the Ask Question button. Include a link to this question if it helps provide context. - From Review

    – marmot
    yesterday








1




1





If you have a new question, please ask it by clicking the Ask Question button. Include a link to this question if it helps provide context. - From Review

– marmot
yesterday





If you have a new question, please ask it by clicking the Ask Question button. Include a link to this question if it helps provide context. - From Review

– marmot
yesterday


















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%2f458423%2fthickness-of-brackets-and-parentheses%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

Why does my Macbook overheat and use so much CPU and energy when on YouTube?Why do so many insist on using...

How to prevent page numbers from appearing on glossaries?How to remove a dot and a page number in the...

Puerta de Hutt Referencias Enlaces externos Menú de navegación15°58′00″S 5°42′00″O /...