small capital letters in math environment

The name of the pictureThe name of the pictureThe name of the pictureClash 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?










share|improve this question





















  • 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














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?










share|improve this question





















  • 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












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?










share|improve this question













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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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
















  • 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










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


enter image description here






share|improve this answer





























    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


    enter image description here






    share|improve this answer




















    • 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










    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',
    convertImagesToLinks: false,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













     

    draft saved


    draft discarded


















    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






























    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


    enter image description here






    share|improve this answer


























      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


      enter image description here






      share|improve this answer
























        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


        enter image description here






        share|improve this answer














        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


        enter image description here







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited 1 hour ago

























        answered 2 hours ago









        Steven B. Segletes

        150k9188394




        150k9188394




















            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


            enter image description here






            share|improve this answer




















            • 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














            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


            enter image description here






            share|improve this answer




















            • 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












            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


            enter image description here






            share|improve this answer












            Not sure it's a good idea, but here it is:



            documentclassarticle

            newcommandpnt[1]scriptstyle#1

            begindocument

            $pntA_1mathrelXpntB_2$

            $pntAin a$

            enddocument


            enter image description here







            share|improve this answer












            share|improve this answer



            share|improve this answer










            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
















            • 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

















             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            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













































































            Comments

            Popular posts from this blog

            What does second last employer means? [closed]

            List of Gilmore Girls characters

            Confectionery