Inline column vectors appear too big
When I use a vector within the text, the vector appears too big - how can I make it smaller?
Example:
documentclass[12pt]{scrartcl}
usepackage{amsmath}
usepackage{amssymb}
begin{document}
One standard basis vectors of $mathbb{R}^2$ is begin{pmatrix}1\0end{pmatrix}$.
Unfortunately, the vector is about twice as tall as the rest of the line.
How can I reduce its size to about $1.5$-times the size of the line?
end{document}
amsmath vector
add a comment |
When I use a vector within the text, the vector appears too big - how can I make it smaller?
Example:
documentclass[12pt]{scrartcl}
usepackage{amsmath}
usepackage{amssymb}
begin{document}
One standard basis vectors of $mathbb{R}^2$ is begin{pmatrix}1\0end{pmatrix}$.
Unfortunately, the vector is about twice as tall as the rest of the line.
How can I reduce its size to about $1.5$-times the size of the line?
end{document}
amsmath vector
1
A non-typesetting answer is, of course, to write $(0 1)^T$.
– Oleg Lobachev
1 hour ago
add a comment |
When I use a vector within the text, the vector appears too big - how can I make it smaller?
Example:
documentclass[12pt]{scrartcl}
usepackage{amsmath}
usepackage{amssymb}
begin{document}
One standard basis vectors of $mathbb{R}^2$ is begin{pmatrix}1\0end{pmatrix}$.
Unfortunately, the vector is about twice as tall as the rest of the line.
How can I reduce its size to about $1.5$-times the size of the line?
end{document}
amsmath vector
When I use a vector within the text, the vector appears too big - how can I make it smaller?
Example:
documentclass[12pt]{scrartcl}
usepackage{amsmath}
usepackage{amssymb}
begin{document}
One standard basis vectors of $mathbb{R}^2$ is begin{pmatrix}1\0end{pmatrix}$.
Unfortunately, the vector is about twice as tall as the rest of the line.
How can I reduce its size to about $1.5$-times the size of the line?
end{document}
amsmath vector
amsmath vector
asked 2 hours ago
BJPrim
306
306
1
A non-typesetting answer is, of course, to write $(0 1)^T$.
– Oleg Lobachev
1 hour ago
add a comment |
1
A non-typesetting answer is, of course, to write $(0 1)^T$.
– Oleg Lobachev
1 hour ago
1
1
A non-typesetting answer is, of course, to write $(0 1)^T$.
– Oleg Lobachev
1 hour ago
A non-typesetting answer is, of course, to write $(0 1)^T$.
– Oleg Lobachev
1 hour ago
add a comment |
4 Answers
4
active
oldest
votes
Just use psmallmatrix
from mathtools
.
documentclass[12pt]{scrartcl}
usepackage{amssymb}
usepackage{amsmath}
usepackage{mathtools}
begin{document}
One standard basis vectors of $mathbb{R}^2$ is $begin{psmallmatrix}1\0end{psmallmatrix}$.
Unfortunately, the vector is about twice as tall as the rest of the line.
How can I reduce its size to about $1.5$-times the size of the line?
end{document}
add a comment |
You can either use the psmallmatrix
environment from mathtools
, or the medmath
command from nccmath
(ca 80 % of displaystyle
), or make a group in footnotesize. Just choose:
documentclass[12pt]{scrartcl}
usepackage{mathtools, nccmath}
usepackage{amssymb}
begin{document}
One standard basis vectors of $mathbb{R}^2$ is $begin{pmatrix}1\0end{pmatrix}$.
Unfortunately, the vector is about twice as tall as the rest of the line.
How can I reduce its size to about $1.5$-times the size of the line?
One standard basis vectors of $mathbb{R}^2$ is $begin{psmallmatrix}1\0end{psmallmatrix}$.
Unfortunately, the vector is about twice as tall as the rest of the line.
How can I reduce its size to about $1.5$-times the size of the line?
One standard basis vectors of $mathbb{R}^2$ is $medmath{begin{pmatrix}1\0end{pmatrix}}$.
Unfortunately, the vector is about twice as tall as the rest of the line.
How can I reduce its size to about $1.5$-times the size of the line?
?
One standard basis vectors of $mathbb{R}^2$ is {scriptsize$begin{pmatrix}1\0end{pmatrix}$}.
Unfortunately, the vector is about twice as tall as the rest of the line.
How can I reduce its size to about $1.5$-times the size of the line?
end{document}
add a comment |
try with smallmatrix
:
documentclass[12pt]{scrartcl}
usepackage{amsmath}
usepackage{amssymb}
begin{document}
One standard basis vectors of $mathbb{R}^2$ is $left(begin{smallmatrix}1\0end{smallmatrix}right)$.
Unfortunately, the vector is about twice as tall as the rest of the line.
How can I reduce its size to about $1.5$-times the size of the line?
end{document}
add a comment |
I simply would use the command tbinom{1}{0}
at the pag.18 of this guide:
I think it could be a good compromise, it is a simple basic command and it is not too big. See the figure below:
documentclass[12pt]{scrartcl}
usepackage{amsmath}
usepackage{amssymb}
begin{document}
One standard basis vectors of $mathbb{R}^2$ is $tbinom{1}{0}$.
Unfortunately, the vector is about twice as tall as the rest of the line.
How can I reduce its size to about $1.5$-times the size of the line?
end{document}
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%2f468070%2finline-column-vectors-appear-too-big%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
Just use psmallmatrix
from mathtools
.
documentclass[12pt]{scrartcl}
usepackage{amssymb}
usepackage{amsmath}
usepackage{mathtools}
begin{document}
One standard basis vectors of $mathbb{R}^2$ is $begin{psmallmatrix}1\0end{psmallmatrix}$.
Unfortunately, the vector is about twice as tall as the rest of the line.
How can I reduce its size to about $1.5$-times the size of the line?
end{document}
add a comment |
Just use psmallmatrix
from mathtools
.
documentclass[12pt]{scrartcl}
usepackage{amssymb}
usepackage{amsmath}
usepackage{mathtools}
begin{document}
One standard basis vectors of $mathbb{R}^2$ is $begin{psmallmatrix}1\0end{psmallmatrix}$.
Unfortunately, the vector is about twice as tall as the rest of the line.
How can I reduce its size to about $1.5$-times the size of the line?
end{document}
add a comment |
Just use psmallmatrix
from mathtools
.
documentclass[12pt]{scrartcl}
usepackage{amssymb}
usepackage{amsmath}
usepackage{mathtools}
begin{document}
One standard basis vectors of $mathbb{R}^2$ is $begin{psmallmatrix}1\0end{psmallmatrix}$.
Unfortunately, the vector is about twice as tall as the rest of the line.
How can I reduce its size to about $1.5$-times the size of the line?
end{document}
Just use psmallmatrix
from mathtools
.
documentclass[12pt]{scrartcl}
usepackage{amssymb}
usepackage{amsmath}
usepackage{mathtools}
begin{document}
One standard basis vectors of $mathbb{R}^2$ is $begin{psmallmatrix}1\0end{psmallmatrix}$.
Unfortunately, the vector is about twice as tall as the rest of the line.
How can I reduce its size to about $1.5$-times the size of the line?
end{document}
answered 2 hours ago
Blincer
29710
29710
add a comment |
add a comment |
You can either use the psmallmatrix
environment from mathtools
, or the medmath
command from nccmath
(ca 80 % of displaystyle
), or make a group in footnotesize. Just choose:
documentclass[12pt]{scrartcl}
usepackage{mathtools, nccmath}
usepackage{amssymb}
begin{document}
One standard basis vectors of $mathbb{R}^2$ is $begin{pmatrix}1\0end{pmatrix}$.
Unfortunately, the vector is about twice as tall as the rest of the line.
How can I reduce its size to about $1.5$-times the size of the line?
One standard basis vectors of $mathbb{R}^2$ is $begin{psmallmatrix}1\0end{psmallmatrix}$.
Unfortunately, the vector is about twice as tall as the rest of the line.
How can I reduce its size to about $1.5$-times the size of the line?
One standard basis vectors of $mathbb{R}^2$ is $medmath{begin{pmatrix}1\0end{pmatrix}}$.
Unfortunately, the vector is about twice as tall as the rest of the line.
How can I reduce its size to about $1.5$-times the size of the line?
?
One standard basis vectors of $mathbb{R}^2$ is {scriptsize$begin{pmatrix}1\0end{pmatrix}$}.
Unfortunately, the vector is about twice as tall as the rest of the line.
How can I reduce its size to about $1.5$-times the size of the line?
end{document}
add a comment |
You can either use the psmallmatrix
environment from mathtools
, or the medmath
command from nccmath
(ca 80 % of displaystyle
), or make a group in footnotesize. Just choose:
documentclass[12pt]{scrartcl}
usepackage{mathtools, nccmath}
usepackage{amssymb}
begin{document}
One standard basis vectors of $mathbb{R}^2$ is $begin{pmatrix}1\0end{pmatrix}$.
Unfortunately, the vector is about twice as tall as the rest of the line.
How can I reduce its size to about $1.5$-times the size of the line?
One standard basis vectors of $mathbb{R}^2$ is $begin{psmallmatrix}1\0end{psmallmatrix}$.
Unfortunately, the vector is about twice as tall as the rest of the line.
How can I reduce its size to about $1.5$-times the size of the line?
One standard basis vectors of $mathbb{R}^2$ is $medmath{begin{pmatrix}1\0end{pmatrix}}$.
Unfortunately, the vector is about twice as tall as the rest of the line.
How can I reduce its size to about $1.5$-times the size of the line?
?
One standard basis vectors of $mathbb{R}^2$ is {scriptsize$begin{pmatrix}1\0end{pmatrix}$}.
Unfortunately, the vector is about twice as tall as the rest of the line.
How can I reduce its size to about $1.5$-times the size of the line?
end{document}
add a comment |
You can either use the psmallmatrix
environment from mathtools
, or the medmath
command from nccmath
(ca 80 % of displaystyle
), or make a group in footnotesize. Just choose:
documentclass[12pt]{scrartcl}
usepackage{mathtools, nccmath}
usepackage{amssymb}
begin{document}
One standard basis vectors of $mathbb{R}^2$ is $begin{pmatrix}1\0end{pmatrix}$.
Unfortunately, the vector is about twice as tall as the rest of the line.
How can I reduce its size to about $1.5$-times the size of the line?
One standard basis vectors of $mathbb{R}^2$ is $begin{psmallmatrix}1\0end{psmallmatrix}$.
Unfortunately, the vector is about twice as tall as the rest of the line.
How can I reduce its size to about $1.5$-times the size of the line?
One standard basis vectors of $mathbb{R}^2$ is $medmath{begin{pmatrix}1\0end{pmatrix}}$.
Unfortunately, the vector is about twice as tall as the rest of the line.
How can I reduce its size to about $1.5$-times the size of the line?
?
One standard basis vectors of $mathbb{R}^2$ is {scriptsize$begin{pmatrix}1\0end{pmatrix}$}.
Unfortunately, the vector is about twice as tall as the rest of the line.
How can I reduce its size to about $1.5$-times the size of the line?
end{document}
You can either use the psmallmatrix
environment from mathtools
, or the medmath
command from nccmath
(ca 80 % of displaystyle
), or make a group in footnotesize. Just choose:
documentclass[12pt]{scrartcl}
usepackage{mathtools, nccmath}
usepackage{amssymb}
begin{document}
One standard basis vectors of $mathbb{R}^2$ is $begin{pmatrix}1\0end{pmatrix}$.
Unfortunately, the vector is about twice as tall as the rest of the line.
How can I reduce its size to about $1.5$-times the size of the line?
One standard basis vectors of $mathbb{R}^2$ is $begin{psmallmatrix}1\0end{psmallmatrix}$.
Unfortunately, the vector is about twice as tall as the rest of the line.
How can I reduce its size to about $1.5$-times the size of the line?
One standard basis vectors of $mathbb{R}^2$ is $medmath{begin{pmatrix}1\0end{pmatrix}}$.
Unfortunately, the vector is about twice as tall as the rest of the line.
How can I reduce its size to about $1.5$-times the size of the line?
?
One standard basis vectors of $mathbb{R}^2$ is {scriptsize$begin{pmatrix}1\0end{pmatrix}$}.
Unfortunately, the vector is about twice as tall as the rest of the line.
How can I reduce its size to about $1.5$-times the size of the line?
end{document}
edited 1 hour ago
answered 2 hours ago
Bernard
166k769193
166k769193
add a comment |
add a comment |
try with smallmatrix
:
documentclass[12pt]{scrartcl}
usepackage{amsmath}
usepackage{amssymb}
begin{document}
One standard basis vectors of $mathbb{R}^2$ is $left(begin{smallmatrix}1\0end{smallmatrix}right)$.
Unfortunately, the vector is about twice as tall as the rest of the line.
How can I reduce its size to about $1.5$-times the size of the line?
end{document}
add a comment |
try with smallmatrix
:
documentclass[12pt]{scrartcl}
usepackage{amsmath}
usepackage{amssymb}
begin{document}
One standard basis vectors of $mathbb{R}^2$ is $left(begin{smallmatrix}1\0end{smallmatrix}right)$.
Unfortunately, the vector is about twice as tall as the rest of the line.
How can I reduce its size to about $1.5$-times the size of the line?
end{document}
add a comment |
try with smallmatrix
:
documentclass[12pt]{scrartcl}
usepackage{amsmath}
usepackage{amssymb}
begin{document}
One standard basis vectors of $mathbb{R}^2$ is $left(begin{smallmatrix}1\0end{smallmatrix}right)$.
Unfortunately, the vector is about twice as tall as the rest of the line.
How can I reduce its size to about $1.5$-times the size of the line?
end{document}
try with smallmatrix
:
documentclass[12pt]{scrartcl}
usepackage{amsmath}
usepackage{amssymb}
begin{document}
One standard basis vectors of $mathbb{R}^2$ is $left(begin{smallmatrix}1\0end{smallmatrix}right)$.
Unfortunately, the vector is about twice as tall as the rest of the line.
How can I reduce its size to about $1.5$-times the size of the line?
end{document}
answered 2 hours ago
Zarko
121k865156
121k865156
add a comment |
add a comment |
I simply would use the command tbinom{1}{0}
at the pag.18 of this guide:
I think it could be a good compromise, it is a simple basic command and it is not too big. See the figure below:
documentclass[12pt]{scrartcl}
usepackage{amsmath}
usepackage{amssymb}
begin{document}
One standard basis vectors of $mathbb{R}^2$ is $tbinom{1}{0}$.
Unfortunately, the vector is about twice as tall as the rest of the line.
How can I reduce its size to about $1.5$-times the size of the line?
end{document}
add a comment |
I simply would use the command tbinom{1}{0}
at the pag.18 of this guide:
I think it could be a good compromise, it is a simple basic command and it is not too big. See the figure below:
documentclass[12pt]{scrartcl}
usepackage{amsmath}
usepackage{amssymb}
begin{document}
One standard basis vectors of $mathbb{R}^2$ is $tbinom{1}{0}$.
Unfortunately, the vector is about twice as tall as the rest of the line.
How can I reduce its size to about $1.5$-times the size of the line?
end{document}
add a comment |
I simply would use the command tbinom{1}{0}
at the pag.18 of this guide:
I think it could be a good compromise, it is a simple basic command and it is not too big. See the figure below:
documentclass[12pt]{scrartcl}
usepackage{amsmath}
usepackage{amssymb}
begin{document}
One standard basis vectors of $mathbb{R}^2$ is $tbinom{1}{0}$.
Unfortunately, the vector is about twice as tall as the rest of the line.
How can I reduce its size to about $1.5$-times the size of the line?
end{document}
I simply would use the command tbinom{1}{0}
at the pag.18 of this guide:
I think it could be a good compromise, it is a simple basic command and it is not too big. See the figure below:
documentclass[12pt]{scrartcl}
usepackage{amsmath}
usepackage{amssymb}
begin{document}
One standard basis vectors of $mathbb{R}^2$ is $tbinom{1}{0}$.
Unfortunately, the vector is about twice as tall as the rest of the line.
How can I reduce its size to about $1.5$-times the size of the line?
end{document}
edited 2 hours ago
answered 2 hours ago
Sebastiano
8,95041756
8,95041756
add a comment |
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f468070%2finline-column-vectors-appear-too-big%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
1
A non-typesetting answer is, of course, to write $(0 1)^T$.
– Oleg Lobachev
1 hour ago