No spacing after Sigma?
up vote
3
down vote
favorite
There seems to be barely any spacing (if at all) after Sigma, making it hard to read. Is this normal? Is there any way around it?
$ Sigma_{v in V} alpha $
Output:
Desired output:
spacing symbols text
add a comment |
up vote
3
down vote
favorite
There seems to be barely any spacing (if at all) after Sigma, making it hard to read. Is this normal? Is there any way around it?
$ Sigma_{v in V} alpha $
Output:
Desired output:
spacing symbols text
1
Add your own horizontal space. See What commands are there for horizontal spacing?
– Werner
7 hours ago
4
why don't you usesum
?
– Ulrike Fischer
7 hours ago
3
Sigma
is a normal greek letter so has no spacing just asabc
has no extra spacing, if you mean summation operator then usesum
which is a different character and also specified as a math operator so has different spacing.
– David Carlisle
6 hours ago
1
Related: tex.stackexchange.com/questions/409380/…
– egreg
5 hours ago
add a comment |
up vote
3
down vote
favorite
up vote
3
down vote
favorite
There seems to be barely any spacing (if at all) after Sigma, making it hard to read. Is this normal? Is there any way around it?
$ Sigma_{v in V} alpha $
Output:
Desired output:
spacing symbols text
There seems to be barely any spacing (if at all) after Sigma, making it hard to read. Is this normal? Is there any way around it?
$ Sigma_{v in V} alpha $
Output:
Desired output:
spacing symbols text
spacing symbols text
asked 7 hours ago
SJ19
1303
1303
1
Add your own horizontal space. See What commands are there for horizontal spacing?
– Werner
7 hours ago
4
why don't you usesum
?
– Ulrike Fischer
7 hours ago
3
Sigma
is a normal greek letter so has no spacing just asabc
has no extra spacing, if you mean summation operator then usesum
which is a different character and also specified as a math operator so has different spacing.
– David Carlisle
6 hours ago
1
Related: tex.stackexchange.com/questions/409380/…
– egreg
5 hours ago
add a comment |
1
Add your own horizontal space. See What commands are there for horizontal spacing?
– Werner
7 hours ago
4
why don't you usesum
?
– Ulrike Fischer
7 hours ago
3
Sigma
is a normal greek letter so has no spacing just asabc
has no extra spacing, if you mean summation operator then usesum
which is a different character and also specified as a math operator so has different spacing.
– David Carlisle
6 hours ago
1
Related: tex.stackexchange.com/questions/409380/…
– egreg
5 hours ago
1
1
Add your own horizontal space. See What commands are there for horizontal spacing?
– Werner
7 hours ago
Add your own horizontal space. See What commands are there for horizontal spacing?
– Werner
7 hours ago
4
4
why don't you use
sum
?– Ulrike Fischer
7 hours ago
why don't you use
sum
?– Ulrike Fischer
7 hours ago
3
3
Sigma
is a normal greek letter so has no spacing just as abc
has no extra spacing, if you mean summation operator then use sum
which is a different character and also specified as a math operator so has different spacing.– David Carlisle
6 hours ago
Sigma
is a normal greek letter so has no spacing just as abc
has no extra spacing, if you mean summation operator then use sum
which is a different character and also specified as a math operator so has different spacing.– David Carlisle
6 hours ago
1
1
Related: tex.stackexchange.com/questions/409380/…
– egreg
5 hours ago
Related: tex.stackexchange.com/questions/409380/…
– egreg
5 hours ago
add a comment |
2 Answers
2
active
oldest
votes
up vote
9
down vote
accepted
You should use sum
, not Sigma
, to create a summation symbol. The sum
symbol is slightly larger than Sigma
when used in text style, and a whole lot larger when used in display style. In addition, the math type of sum
is math-op
("math operator"), whereas the math type of Sigma
is math-ord
("ordinary atom"); this strongly affects the amount of whitespace TeX inserts before and after the symbol.
documentclass{article}
begin{document}
$Sigma_{iin V} beta_i quad
sum_{iin V} beta_i quad
sumlimits_{iin V}beta_i quad
{displaystylesumnolimits_{iin V} beta_i} quad
displaystylesum_{iin V} beta_i$
end{document}
I had no idea. Thank you!
– SJ19
4 hours ago
add a comment |
up vote
0
down vote
there are spacing symbols defined.
the one i use most is:
,
but others exist as well ...
IT's better to give a more detailed answer. Werner above gives a link to tex.stackexchange.com/q/74353/5764
– Andrew
3 hours ago
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
9
down vote
accepted
You should use sum
, not Sigma
, to create a summation symbol. The sum
symbol is slightly larger than Sigma
when used in text style, and a whole lot larger when used in display style. In addition, the math type of sum
is math-op
("math operator"), whereas the math type of Sigma
is math-ord
("ordinary atom"); this strongly affects the amount of whitespace TeX inserts before and after the symbol.
documentclass{article}
begin{document}
$Sigma_{iin V} beta_i quad
sum_{iin V} beta_i quad
sumlimits_{iin V}beta_i quad
{displaystylesumnolimits_{iin V} beta_i} quad
displaystylesum_{iin V} beta_i$
end{document}
I had no idea. Thank you!
– SJ19
4 hours ago
add a comment |
up vote
9
down vote
accepted
You should use sum
, not Sigma
, to create a summation symbol. The sum
symbol is slightly larger than Sigma
when used in text style, and a whole lot larger when used in display style. In addition, the math type of sum
is math-op
("math operator"), whereas the math type of Sigma
is math-ord
("ordinary atom"); this strongly affects the amount of whitespace TeX inserts before and after the symbol.
documentclass{article}
begin{document}
$Sigma_{iin V} beta_i quad
sum_{iin V} beta_i quad
sumlimits_{iin V}beta_i quad
{displaystylesumnolimits_{iin V} beta_i} quad
displaystylesum_{iin V} beta_i$
end{document}
I had no idea. Thank you!
– SJ19
4 hours ago
add a comment |
up vote
9
down vote
accepted
up vote
9
down vote
accepted
You should use sum
, not Sigma
, to create a summation symbol. The sum
symbol is slightly larger than Sigma
when used in text style, and a whole lot larger when used in display style. In addition, the math type of sum
is math-op
("math operator"), whereas the math type of Sigma
is math-ord
("ordinary atom"); this strongly affects the amount of whitespace TeX inserts before and after the symbol.
documentclass{article}
begin{document}
$Sigma_{iin V} beta_i quad
sum_{iin V} beta_i quad
sumlimits_{iin V}beta_i quad
{displaystylesumnolimits_{iin V} beta_i} quad
displaystylesum_{iin V} beta_i$
end{document}
You should use sum
, not Sigma
, to create a summation symbol. The sum
symbol is slightly larger than Sigma
when used in text style, and a whole lot larger when used in display style. In addition, the math type of sum
is math-op
("math operator"), whereas the math type of Sigma
is math-ord
("ordinary atom"); this strongly affects the amount of whitespace TeX inserts before and after the symbol.
documentclass{article}
begin{document}
$Sigma_{iin V} beta_i quad
sum_{iin V} beta_i quad
sumlimits_{iin V}beta_i quad
{displaystylesumnolimits_{iin V} beta_i} quad
displaystylesum_{iin V} beta_i$
end{document}
answered 5 hours ago
Mico
271k30367755
271k30367755
I had no idea. Thank you!
– SJ19
4 hours ago
add a comment |
I had no idea. Thank you!
– SJ19
4 hours ago
I had no idea. Thank you!
– SJ19
4 hours ago
I had no idea. Thank you!
– SJ19
4 hours ago
add a comment |
up vote
0
down vote
there are spacing symbols defined.
the one i use most is:
,
but others exist as well ...
IT's better to give a more detailed answer. Werner above gives a link to tex.stackexchange.com/q/74353/5764
– Andrew
3 hours ago
add a comment |
up vote
0
down vote
there are spacing symbols defined.
the one i use most is:
,
but others exist as well ...
IT's better to give a more detailed answer. Werner above gives a link to tex.stackexchange.com/q/74353/5764
– Andrew
3 hours ago
add a comment |
up vote
0
down vote
up vote
0
down vote
there are spacing symbols defined.
the one i use most is:
,
but others exist as well ...
there are spacing symbols defined.
the one i use most is:
,
but others exist as well ...
answered 4 hours ago
der bender
284
284
IT's better to give a more detailed answer. Werner above gives a link to tex.stackexchange.com/q/74353/5764
– Andrew
3 hours ago
add a comment |
IT's better to give a more detailed answer. Werner above gives a link to tex.stackexchange.com/q/74353/5764
– Andrew
3 hours ago
IT's better to give a more detailed answer. Werner above gives a link to tex.stackexchange.com/q/74353/5764
– Andrew
3 hours ago
IT's better to give a more detailed answer. Werner above gives a link to tex.stackexchange.com/q/74353/5764
– Andrew
3 hours ago
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%2f463984%2fno-spacing-after-sigma%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
Add your own horizontal space. See What commands are there for horizontal spacing?
– Werner
7 hours ago
4
why don't you use
sum
?– Ulrike Fischer
7 hours ago
3
Sigma
is a normal greek letter so has no spacing just asabc
has no extra spacing, if you mean summation operator then usesum
which is a different character and also specified as a math operator so has different spacing.– David Carlisle
6 hours ago
1
Related: tex.stackexchange.com/questions/409380/…
– egreg
5 hours ago