Redefine S - problem with indices

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
6
down vote

favorite












Why are the subscripts placed under the letters and not in the right bottom corner like usual?



documentclass[a4paper,12pt,twoside]article
usepackage[utf8]inputenc
usepackage[T1]fontenc
usepackage[ngerman,english]babel
usepackagecsquotes
usepackageamssymb
usepackageamsmath
usepackageamsthm
letorigSSrenewcommandSifmmodemathopmathsfSelseorigSfi
begindocument
beginequationlabeleqn:decS
S=S_0 oplusS_1 .
endequation
enddocument


enter image description here







share|improve this question


















  • 3




    Because the mathop turns the "S" into an operator like lim and sum.
    – moewe
    Aug 18 at 19:29






  • 1




    What are you trying to do in the first place? What mathematical object is S suppose to be.
    – daleif
    Aug 18 at 19:34














up vote
6
down vote

favorite












Why are the subscripts placed under the letters and not in the right bottom corner like usual?



documentclass[a4paper,12pt,twoside]article
usepackage[utf8]inputenc
usepackage[T1]fontenc
usepackage[ngerman,english]babel
usepackagecsquotes
usepackageamssymb
usepackageamsmath
usepackageamsthm
letorigSSrenewcommandSifmmodemathopmathsfSelseorigSfi
begindocument
beginequationlabeleqn:decS
S=S_0 oplusS_1 .
endequation
enddocument


enter image description here







share|improve this question


















  • 3




    Because the mathop turns the "S" into an operator like lim and sum.
    – moewe
    Aug 18 at 19:29






  • 1




    What are you trying to do in the first place? What mathematical object is S suppose to be.
    – daleif
    Aug 18 at 19:34












up vote
6
down vote

favorite









up vote
6
down vote

favorite











Why are the subscripts placed under the letters and not in the right bottom corner like usual?



documentclass[a4paper,12pt,twoside]article
usepackage[utf8]inputenc
usepackage[T1]fontenc
usepackage[ngerman,english]babel
usepackagecsquotes
usepackageamssymb
usepackageamsmath
usepackageamsthm
letorigSSrenewcommandSifmmodemathopmathsfSelseorigSfi
begindocument
beginequationlabeleqn:decS
S=S_0 oplusS_1 .
endequation
enddocument


enter image description here







share|improve this question














Why are the subscripts placed under the letters and not in the right bottom corner like usual?



documentclass[a4paper,12pt,twoside]article
usepackage[utf8]inputenc
usepackage[T1]fontenc
usepackage[ngerman,english]babel
usepackagecsquotes
usepackageamssymb
usepackageamsmath
usepackageamsthm
letorigSSrenewcommandSifmmodemathopmathsfSelseorigSfi
begindocument
beginequationlabeleqn:decS
S=S_0 oplusS_1 .
endequation
enddocument


enter image description here









share|improve this question













share|improve this question




share|improve this question








edited Aug 18 at 19:36









Steven B. Segletes

146k9185387




146k9185387










asked Aug 18 at 19:27









user372565

27016




27016







  • 3




    Because the mathop turns the "S" into an operator like lim and sum.
    – moewe
    Aug 18 at 19:29






  • 1




    What are you trying to do in the first place? What mathematical object is S suppose to be.
    – daleif
    Aug 18 at 19:34












  • 3




    Because the mathop turns the "S" into an operator like lim and sum.
    – moewe
    Aug 18 at 19:29






  • 1




    What are you trying to do in the first place? What mathematical object is S suppose to be.
    – daleif
    Aug 18 at 19:34







3




3




Because the mathop turns the "S" into an operator like lim and sum.
– moewe
Aug 18 at 19:29




Because the mathop turns the "S" into an operator like lim and sum.
– moewe
Aug 18 at 19:29




1




1




What are you trying to do in the first place? What mathematical object is S suppose to be.
– daleif
Aug 18 at 19:34




What are you trying to do in the first place? What mathematical object is S suppose to be.
– daleif
Aug 18 at 19:34










2 Answers
2






active

oldest

votes

















up vote
7
down vote



accepted










You need nolimits to force mathop not to treat the operator like, for example, sum.



documentclass[a4paper,12pt,twoside]article
usepackage[utf8]inputenc
usepackage[T1]fontenc
usepackage[ngerman,english]babel
usepackagecsquotes
usepackageamssymb
usepackageamsmath
usepackageamsthm
letorigSSrenewcommandS%
relaxifmmodemathopmathsfSnolimitselseorigSfi
begindocument
beginequationlabeleqn:decS
S=S_0 oplusS_1 .
endequation
[
beginpmatrixSendpmatrix
]
enddocument


enter image description here






share|improve this answer


















  • 2




    Of course the question arises whether we are talking about an operator (in TeX speak, not necessarily mathematically) here in the first place. Maybe letorigSSrenewcommandSifmmodemathsfSelseorigSfi would be more sensible.
    – moewe
    Aug 18 at 19:38










  • You should try beginpmatrixSendpmatrix.
    – egreg
    Aug 18 at 20:19










  • @egreg Interesting, though given my logo, you can understand that I am not as shocked as I should be.
    – Steven B. Segletes
    Aug 18 at 20:36

















up vote
6
down vote













Assuming your command should be a mathop, the correct redefinition would be



renewcommandmathsection{operatornamemathsfS


Redefining S that way is bound to problems, as S is a “robust” command.



If it is not an operator, renewcommandmathsectionmathsfS would suffice.



You can see the difference in the two examples below (twocolumn used just for making a smaller picture). In (1) the symbol behaves like an operator, in (2) it's an ordinary symbol.



documentclass[a4paper,12pt,twocolumn]article
usepackage[utf8]inputenc
usepackage[T1]fontenc
usepackage[ngerman,english]babel
usepackagecsquotes
usepackageamssymb
usepackageamsmath
usepackageamsthm

renewcommandmathsectionoperatornamemathsfS

begindocument

beginequationlabeleqn:decS
S=S_0 oplusS_1 x.
endequation

renewcommandmathsectionmathsfS

beginequation
S=S_0 oplusS_1 x.
endequation

enddocument


enter image description here






share|improve this answer




















    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%2f446600%2fredefine-s-problem-with-indices%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
    7
    down vote



    accepted










    You need nolimits to force mathop not to treat the operator like, for example, sum.



    documentclass[a4paper,12pt,twoside]article
    usepackage[utf8]inputenc
    usepackage[T1]fontenc
    usepackage[ngerman,english]babel
    usepackagecsquotes
    usepackageamssymb
    usepackageamsmath
    usepackageamsthm
    letorigSSrenewcommandS%
    relaxifmmodemathopmathsfSnolimitselseorigSfi
    begindocument
    beginequationlabeleqn:decS
    S=S_0 oplusS_1 .
    endequation
    [
    beginpmatrixSendpmatrix
    ]
    enddocument


    enter image description here






    share|improve this answer


















    • 2




      Of course the question arises whether we are talking about an operator (in TeX speak, not necessarily mathematically) here in the first place. Maybe letorigSSrenewcommandSifmmodemathsfSelseorigSfi would be more sensible.
      – moewe
      Aug 18 at 19:38










    • You should try beginpmatrixSendpmatrix.
      – egreg
      Aug 18 at 20:19










    • @egreg Interesting, though given my logo, you can understand that I am not as shocked as I should be.
      – Steven B. Segletes
      Aug 18 at 20:36














    up vote
    7
    down vote



    accepted










    You need nolimits to force mathop not to treat the operator like, for example, sum.



    documentclass[a4paper,12pt,twoside]article
    usepackage[utf8]inputenc
    usepackage[T1]fontenc
    usepackage[ngerman,english]babel
    usepackagecsquotes
    usepackageamssymb
    usepackageamsmath
    usepackageamsthm
    letorigSSrenewcommandS%
    relaxifmmodemathopmathsfSnolimitselseorigSfi
    begindocument
    beginequationlabeleqn:decS
    S=S_0 oplusS_1 .
    endequation
    [
    beginpmatrixSendpmatrix
    ]
    enddocument


    enter image description here






    share|improve this answer


















    • 2




      Of course the question arises whether we are talking about an operator (in TeX speak, not necessarily mathematically) here in the first place. Maybe letorigSSrenewcommandSifmmodemathsfSelseorigSfi would be more sensible.
      – moewe
      Aug 18 at 19:38










    • You should try beginpmatrixSendpmatrix.
      – egreg
      Aug 18 at 20:19










    • @egreg Interesting, though given my logo, you can understand that I am not as shocked as I should be.
      – Steven B. Segletes
      Aug 18 at 20:36












    up vote
    7
    down vote



    accepted







    up vote
    7
    down vote



    accepted






    You need nolimits to force mathop not to treat the operator like, for example, sum.



    documentclass[a4paper,12pt,twoside]article
    usepackage[utf8]inputenc
    usepackage[T1]fontenc
    usepackage[ngerman,english]babel
    usepackagecsquotes
    usepackageamssymb
    usepackageamsmath
    usepackageamsthm
    letorigSSrenewcommandS%
    relaxifmmodemathopmathsfSnolimitselseorigSfi
    begindocument
    beginequationlabeleqn:decS
    S=S_0 oplusS_1 .
    endequation
    [
    beginpmatrixSendpmatrix
    ]
    enddocument


    enter image description here






    share|improve this answer














    You need nolimits to force mathop not to treat the operator like, for example, sum.



    documentclass[a4paper,12pt,twoside]article
    usepackage[utf8]inputenc
    usepackage[T1]fontenc
    usepackage[ngerman,english]babel
    usepackagecsquotes
    usepackageamssymb
    usepackageamsmath
    usepackageamsthm
    letorigSSrenewcommandS%
    relaxifmmodemathopmathsfSnolimitselseorigSfi
    begindocument
    beginequationlabeleqn:decS
    S=S_0 oplusS_1 .
    endequation
    [
    beginpmatrixSendpmatrix
    ]
    enddocument


    enter image description here







    share|improve this answer














    share|improve this answer



    share|improve this answer








    edited Aug 18 at 22:20

























    answered Aug 18 at 19:34









    Steven B. Segletes

    146k9185387




    146k9185387







    • 2




      Of course the question arises whether we are talking about an operator (in TeX speak, not necessarily mathematically) here in the first place. Maybe letorigSSrenewcommandSifmmodemathsfSelseorigSfi would be more sensible.
      – moewe
      Aug 18 at 19:38










    • You should try beginpmatrixSendpmatrix.
      – egreg
      Aug 18 at 20:19










    • @egreg Interesting, though given my logo, you can understand that I am not as shocked as I should be.
      – Steven B. Segletes
      Aug 18 at 20:36












    • 2




      Of course the question arises whether we are talking about an operator (in TeX speak, not necessarily mathematically) here in the first place. Maybe letorigSSrenewcommandSifmmodemathsfSelseorigSfi would be more sensible.
      – moewe
      Aug 18 at 19:38










    • You should try beginpmatrixSendpmatrix.
      – egreg
      Aug 18 at 20:19










    • @egreg Interesting, though given my logo, you can understand that I am not as shocked as I should be.
      – Steven B. Segletes
      Aug 18 at 20:36







    2




    2




    Of course the question arises whether we are talking about an operator (in TeX speak, not necessarily mathematically) here in the first place. Maybe letorigSSrenewcommandSifmmodemathsfSelseorigSfi would be more sensible.
    – moewe
    Aug 18 at 19:38




    Of course the question arises whether we are talking about an operator (in TeX speak, not necessarily mathematically) here in the first place. Maybe letorigSSrenewcommandSifmmodemathsfSelseorigSfi would be more sensible.
    – moewe
    Aug 18 at 19:38












    You should try beginpmatrixSendpmatrix.
    – egreg
    Aug 18 at 20:19




    You should try beginpmatrixSendpmatrix.
    – egreg
    Aug 18 at 20:19












    @egreg Interesting, though given my logo, you can understand that I am not as shocked as I should be.
    – Steven B. Segletes
    Aug 18 at 20:36




    @egreg Interesting, though given my logo, you can understand that I am not as shocked as I should be.
    – Steven B. Segletes
    Aug 18 at 20:36










    up vote
    6
    down vote













    Assuming your command should be a mathop, the correct redefinition would be



    renewcommandmathsection{operatornamemathsfS


    Redefining S that way is bound to problems, as S is a “robust” command.



    If it is not an operator, renewcommandmathsectionmathsfS would suffice.



    You can see the difference in the two examples below (twocolumn used just for making a smaller picture). In (1) the symbol behaves like an operator, in (2) it's an ordinary symbol.



    documentclass[a4paper,12pt,twocolumn]article
    usepackage[utf8]inputenc
    usepackage[T1]fontenc
    usepackage[ngerman,english]babel
    usepackagecsquotes
    usepackageamssymb
    usepackageamsmath
    usepackageamsthm

    renewcommandmathsectionoperatornamemathsfS

    begindocument

    beginequationlabeleqn:decS
    S=S_0 oplusS_1 x.
    endequation

    renewcommandmathsectionmathsfS

    beginequation
    S=S_0 oplusS_1 x.
    endequation

    enddocument


    enter image description here






    share|improve this answer
























      up vote
      6
      down vote













      Assuming your command should be a mathop, the correct redefinition would be



      renewcommandmathsection{operatornamemathsfS


      Redefining S that way is bound to problems, as S is a “robust” command.



      If it is not an operator, renewcommandmathsectionmathsfS would suffice.



      You can see the difference in the two examples below (twocolumn used just for making a smaller picture). In (1) the symbol behaves like an operator, in (2) it's an ordinary symbol.



      documentclass[a4paper,12pt,twocolumn]article
      usepackage[utf8]inputenc
      usepackage[T1]fontenc
      usepackage[ngerman,english]babel
      usepackagecsquotes
      usepackageamssymb
      usepackageamsmath
      usepackageamsthm

      renewcommandmathsectionoperatornamemathsfS

      begindocument

      beginequationlabeleqn:decS
      S=S_0 oplusS_1 x.
      endequation

      renewcommandmathsectionmathsfS

      beginequation
      S=S_0 oplusS_1 x.
      endequation

      enddocument


      enter image description here






      share|improve this answer






















        up vote
        6
        down vote










        up vote
        6
        down vote









        Assuming your command should be a mathop, the correct redefinition would be



        renewcommandmathsection{operatornamemathsfS


        Redefining S that way is bound to problems, as S is a “robust” command.



        If it is not an operator, renewcommandmathsectionmathsfS would suffice.



        You can see the difference in the two examples below (twocolumn used just for making a smaller picture). In (1) the symbol behaves like an operator, in (2) it's an ordinary symbol.



        documentclass[a4paper,12pt,twocolumn]article
        usepackage[utf8]inputenc
        usepackage[T1]fontenc
        usepackage[ngerman,english]babel
        usepackagecsquotes
        usepackageamssymb
        usepackageamsmath
        usepackageamsthm

        renewcommandmathsectionoperatornamemathsfS

        begindocument

        beginequationlabeleqn:decS
        S=S_0 oplusS_1 x.
        endequation

        renewcommandmathsectionmathsfS

        beginequation
        S=S_0 oplusS_1 x.
        endequation

        enddocument


        enter image description here






        share|improve this answer












        Assuming your command should be a mathop, the correct redefinition would be



        renewcommandmathsection{operatornamemathsfS


        Redefining S that way is bound to problems, as S is a “robust” command.



        If it is not an operator, renewcommandmathsectionmathsfS would suffice.



        You can see the difference in the two examples below (twocolumn used just for making a smaller picture). In (1) the symbol behaves like an operator, in (2) it's an ordinary symbol.



        documentclass[a4paper,12pt,twocolumn]article
        usepackage[utf8]inputenc
        usepackage[T1]fontenc
        usepackage[ngerman,english]babel
        usepackagecsquotes
        usepackageamssymb
        usepackageamsmath
        usepackageamsthm

        renewcommandmathsectionoperatornamemathsfS

        begindocument

        beginequationlabeleqn:decS
        S=S_0 oplusS_1 x.
        endequation

        renewcommandmathsectionmathsfS

        beginequation
        S=S_0 oplusS_1 x.
        endequation

        enddocument


        enter image description here







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Aug 18 at 19:48









        egreg

        680k8318073051




        680k8318073051



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f446600%2fredefine-s-problem-with-indices%23new-answer', 'question_page');

            );

            Post as a guest













































































            Comments

            Popular posts from this blog

            Long meetings (6-7 hours a day): Being “babysat” by supervisor

            Is the Concept of Multiple Fantasy Races Scientifically Flawed? [closed]

            Confectionery