small capital letters in math environment
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
I would like to use small capital letters as variables for points in geometry (I want to reserve normal capitals for relation symbols). What I don't like about scriptstyle is the fact that it not only reduces the size of the letters but also that of the indices and spacing. Writing e.g.
scriptstyle Adisplaystyle_1, scriptstyle Adisplaystyle_2
is quite cumbersome however. The use of brackets for the arguments of scriptstyle are of no use here unfortunately – the code after the brackets stays within the scope of scriptstyle (till the end of the math environment).
Is there an easier way? Or is there a standard for small caps in math environment?
math-mode
add a comment |Â
up vote
1
down vote
favorite
I would like to use small capital letters as variables for points in geometry (I want to reserve normal capitals for relation symbols). What I don't like about scriptstyle is the fact that it not only reduces the size of the letters but also that of the indices and spacing. Writing e.g.
scriptstyle Adisplaystyle_1, scriptstyle Adisplaystyle_2
is quite cumbersome however. The use of brackets for the arguments of scriptstyle are of no use here unfortunately – the code after the brackets stays within the scope of scriptstyle (till the end of the math environment).
Is there an easier way? Or is there a standard for small caps in math environment?
math-mode
Do you want the small-caps letters to be typeset upright or slanted? Which text font and math font families do you employ?
– Mico
1 hour ago
I think it would be nice to have them slanted. I haven't specified any font families, so they must be the standard ones. What do you think of egreg's solution?
– Larry
1 hour ago
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I would like to use small capital letters as variables for points in geometry (I want to reserve normal capitals for relation symbols). What I don't like about scriptstyle is the fact that it not only reduces the size of the letters but also that of the indices and spacing. Writing e.g.
scriptstyle Adisplaystyle_1, scriptstyle Adisplaystyle_2
is quite cumbersome however. The use of brackets for the arguments of scriptstyle are of no use here unfortunately – the code after the brackets stays within the scope of scriptstyle (till the end of the math environment).
Is there an easier way? Or is there a standard for small caps in math environment?
math-mode
I would like to use small capital letters as variables for points in geometry (I want to reserve normal capitals for relation symbols). What I don't like about scriptstyle is the fact that it not only reduces the size of the letters but also that of the indices and spacing. Writing e.g.
scriptstyle Adisplaystyle_1, scriptstyle Adisplaystyle_2
is quite cumbersome however. The use of brackets for the arguments of scriptstyle are of no use here unfortunately – the code after the brackets stays within the scope of scriptstyle (till the end of the math environment).
Is there an easier way? Or is there a standard for small caps in math environment?
math-mode
math-mode
asked 2 hours ago
Larry
1455
1455
Do you want the small-caps letters to be typeset upright or slanted? Which text font and math font families do you employ?
– Mico
1 hour ago
I think it would be nice to have them slanted. I haven't specified any font families, so they must be the standard ones. What do you think of egreg's solution?
– Larry
1 hour ago
add a comment |Â
Do you want the small-caps letters to be typeset upright or slanted? Which text font and math font families do you employ?
– Mico
1 hour ago
I think it would be nice to have them slanted. I haven't specified any font families, so they must be the standard ones. What do you think of egreg's solution?
– Larry
1 hour ago
Do you want the small-caps letters to be typeset upright or slanted? Which text font and math font families do you employ?
– Mico
1 hour ago
Do you want the small-caps letters to be typeset upright or slanted? Which text font and math font families do you employ?
– Mico
1 hour ago
I think it would be nice to have them slanted. I haven't specified any font families, so they must be the standard ones. What do you think of egreg's solution?
– Larry
1 hour ago
I think it would be nice to have them slanted. I haven't specified any font families, so they must be the standard ones. What do you think of egreg's solution?
– Larry
1 hour ago
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
3
down vote
Why not just textsc
? I believe that this could cause issues if invoked in a smaller math style, but you don't want that anyway, it would seem. NOTE: the small-caps letters are not in italic.
documentclassarticle
usepackageamsmath
begindocument
[
angle ABC quadangle textscabc
]
[
A_i + B_j = C_kquad textsca_i+textscb_j=textscc_k
]
enddocument
add a comment |Â
up vote
2
down vote
Not sure it's a good idea, but here it is:
documentclassarticle
newcommandpnt[1]scriptstyle#1
begindocument
$pntA_1mathrelXpntB_2$
$pntAin a$
enddocument
This seems to be a good solution. Do you have anything specific in mind when you say you're not sure whether it's a good idea?
– Larry
1 hour ago
@Larry There's plenty of math alphabets; why not using sans serif for relations?
– egreg
20 mins ago
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote
Why not just textsc
? I believe that this could cause issues if invoked in a smaller math style, but you don't want that anyway, it would seem. NOTE: the small-caps letters are not in italic.
documentclassarticle
usepackageamsmath
begindocument
[
angle ABC quadangle textscabc
]
[
A_i + B_j = C_kquad textsca_i+textscb_j=textscc_k
]
enddocument
add a comment |Â
up vote
3
down vote
Why not just textsc
? I believe that this could cause issues if invoked in a smaller math style, but you don't want that anyway, it would seem. NOTE: the small-caps letters are not in italic.
documentclassarticle
usepackageamsmath
begindocument
[
angle ABC quadangle textscabc
]
[
A_i + B_j = C_kquad textsca_i+textscb_j=textscc_k
]
enddocument
add a comment |Â
up vote
3
down vote
up vote
3
down vote
Why not just textsc
? I believe that this could cause issues if invoked in a smaller math style, but you don't want that anyway, it would seem. NOTE: the small-caps letters are not in italic.
documentclassarticle
usepackageamsmath
begindocument
[
angle ABC quadangle textscabc
]
[
A_i + B_j = C_kquad textsca_i+textscb_j=textscc_k
]
enddocument
Why not just textsc
? I believe that this could cause issues if invoked in a smaller math style, but you don't want that anyway, it would seem. NOTE: the small-caps letters are not in italic.
documentclassarticle
usepackageamsmath
begindocument
[
angle ABC quadangle textscabc
]
[
A_i + B_j = C_kquad textsca_i+textscb_j=textscc_k
]
enddocument
edited 1 hour ago
answered 2 hours ago


Steven B. Segletes
150k9188394
150k9188394
add a comment |Â
add a comment |Â
up vote
2
down vote
Not sure it's a good idea, but here it is:
documentclassarticle
newcommandpnt[1]scriptstyle#1
begindocument
$pntA_1mathrelXpntB_2$
$pntAin a$
enddocument
This seems to be a good solution. Do you have anything specific in mind when you say you're not sure whether it's a good idea?
– Larry
1 hour ago
@Larry There's plenty of math alphabets; why not using sans serif for relations?
– egreg
20 mins ago
add a comment |Â
up vote
2
down vote
Not sure it's a good idea, but here it is:
documentclassarticle
newcommandpnt[1]scriptstyle#1
begindocument
$pntA_1mathrelXpntB_2$
$pntAin a$
enddocument
This seems to be a good solution. Do you have anything specific in mind when you say you're not sure whether it's a good idea?
– Larry
1 hour ago
@Larry There's plenty of math alphabets; why not using sans serif for relations?
– egreg
20 mins ago
add a comment |Â
up vote
2
down vote
up vote
2
down vote
Not sure it's a good idea, but here it is:
documentclassarticle
newcommandpnt[1]scriptstyle#1
begindocument
$pntA_1mathrelXpntB_2$
$pntAin a$
enddocument
Not sure it's a good idea, but here it is:
documentclassarticle
newcommandpnt[1]scriptstyle#1
begindocument
$pntA_1mathrelXpntB_2$
$pntAin a$
enddocument
answered 1 hour ago


egreg
693k8518443095
693k8518443095
This seems to be a good solution. Do you have anything specific in mind when you say you're not sure whether it's a good idea?
– Larry
1 hour ago
@Larry There's plenty of math alphabets; why not using sans serif for relations?
– egreg
20 mins ago
add a comment |Â
This seems to be a good solution. Do you have anything specific in mind when you say you're not sure whether it's a good idea?
– Larry
1 hour ago
@Larry There's plenty of math alphabets; why not using sans serif for relations?
– egreg
20 mins ago
This seems to be a good solution. Do you have anything specific in mind when you say you're not sure whether it's a good idea?
– Larry
1 hour ago
This seems to be a good solution. Do you have anything specific in mind when you say you're not sure whether it's a good idea?
– Larry
1 hour ago
@Larry There's plenty of math alphabets; why not using sans serif for relations?
– egreg
20 mins ago
@Larry There's plenty of math alphabets; why not using sans serif for relations?
– egreg
20 mins ago
add a comment |Â
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f457509%2fsmall-capital-letters-in-math-environment%23new-answer', 'question_page');
);
Post as a guest
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
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
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
Do you want the small-caps letters to be typeset upright or slanted? Which text font and math font families do you employ?
– Mico
1 hour ago
I think it would be nice to have them slanted. I haven't specified any font families, so they must be the standard ones. What do you think of egreg's solution?
– Larry
1 hour ago