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 `()`
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}
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
add a comment |
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}
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
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 likehello
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
add a comment |
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}
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
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}
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
math-mode matrices parentheses
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 likehello
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
add a comment |
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 likehello
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
add a comment |
1 Answer
1
active
oldest
votes
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.
New contributor
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
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%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
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.
New contributor
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
add a comment |
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.
New contributor
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
add a comment |
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.
New contributor
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.
New contributor
edited 20 hours ago
JouleV
4,91111139
4,91111139
New contributor
answered yesterday
Kahlil SalomeKahlil Salome
186
186
New contributor
New contributor
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
add a comment |
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
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%2f458423%2fthickness-of-brackets-and-parentheses%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
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