Inline column vectors appear too big [duplicate]
This question already has an answer here:
How to add a matrix to a LaTeX document
5 answers
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
marked as duplicate by Mico
StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;
$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');
$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
Dec 31 '18 at 23:55
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
How to add a matrix to a LaTeX document
5 answers
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
marked as duplicate by Mico
StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;
$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');
$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
Dec 31 '18 at 23:55
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
2
A non-typesetting answer is, of course, to write $(0 1)^T$.
– Oleg Lobachev
Dec 31 '18 at 20:49
@OlegLobachev I prefer$begin{pmatrix}0&1end{pmatrix}^T$
because it is more clearear what are you using.
– manooooh
Jan 1 at 1:04
add a comment |
This question already has an answer here:
How to add a matrix to a LaTeX document
5 answers
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
This question already has an answer here:
How to add a matrix to a LaTeX document
5 answers
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}
This question already has an answer here:
How to add a matrix to a LaTeX document
5 answers
amsmath vector
amsmath vector
asked Dec 31 '18 at 19:45
BJPrimBJPrim
476
476
marked as duplicate by Mico
StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;
$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');
$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
Dec 31 '18 at 23:55
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by Mico
StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;
$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');
$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
Dec 31 '18 at 23:55
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
2
A non-typesetting answer is, of course, to write $(0 1)^T$.
– Oleg Lobachev
Dec 31 '18 at 20:49
@OlegLobachev I prefer$begin{pmatrix}0&1end{pmatrix}^T$
because it is more clearear what are you using.
– manooooh
Jan 1 at 1:04
add a comment |
2
A non-typesetting answer is, of course, to write $(0 1)^T$.
– Oleg Lobachev
Dec 31 '18 at 20:49
@OlegLobachev I prefer$begin{pmatrix}0&1end{pmatrix}^T$
because it is more clearear what are you using.
– manooooh
Jan 1 at 1:04
2
2
A non-typesetting answer is, of course, to write $(0 1)^T$.
– Oleg Lobachev
Dec 31 '18 at 20:49
A non-typesetting answer is, of course, to write $(0 1)^T$.
– Oleg Lobachev
Dec 31 '18 at 20:49
@OlegLobachev I prefer
$begin{pmatrix}0&1end{pmatrix}^T$
because it is more clearear what are you using.– manooooh
Jan 1 at 1:04
@OlegLobachev I prefer
$begin{pmatrix}0&1end{pmatrix}^T$
because it is more clearear what are you using.– manooooh
Jan 1 at 1:04
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 |
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 Dec 31 '18 at 19:50
BlincerBlincer
349111
349111
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 Dec 31 '18 at 21:20
answered Dec 31 '18 at 20:22
BernardBernard
166k769194
166k769194
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 Dec 31 '18 at 19:50
ZarkoZarko
121k865158
121k865158
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 Dec 31 '18 at 20:33
answered Dec 31 '18 at 20:20
SebastianoSebastiano
9,27841756
9,27841756
add a comment |
add a comment |
2
A non-typesetting answer is, of course, to write $(0 1)^T$.
– Oleg Lobachev
Dec 31 '18 at 20:49
@OlegLobachev I prefer
$begin{pmatrix}0&1end{pmatrix}^T$
because it is more clearear what are you using.– manooooh
Jan 1 at 1:04