how to write formula in word in latex












3















wanna write this eaquation in latex



this my latex code for the equation



begin{equation} nonumber
q^*_1 =frac{text{number of women who had their second birth in 1971}}{text{number of women who had their first birth in 1970 textbf{-} number of women had their second birth in 1970}}
end {equation}


help me to write denominator as given in pic.










share|improve this question









New contributor




statistician is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 3





    @Kurt, I think the question is on topic and the OP asks "how to write formula OF word in latex" but made some language mistake...

    – koleygr
    6 hours ago


















3















wanna write this eaquation in latex



this my latex code for the equation



begin{equation} nonumber
q^*_1 =frac{text{number of women who had their second birth in 1971}}{text{number of women who had their first birth in 1970 textbf{-} number of women had their second birth in 1970}}
end {equation}


help me to write denominator as given in pic.










share|improve this question









New contributor




statistician is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 3





    @Kurt, I think the question is on topic and the OP asks "how to write formula OF word in latex" but made some language mistake...

    – koleygr
    6 hours ago
















3












3








3


1






wanna write this eaquation in latex



this my latex code for the equation



begin{equation} nonumber
q^*_1 =frac{text{number of women who had their second birth in 1971}}{text{number of women who had their first birth in 1970 textbf{-} number of women had their second birth in 1970}}
end {equation}


help me to write denominator as given in pic.










share|improve this question









New contributor




statistician is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












wanna write this eaquation in latex



this my latex code for the equation



begin{equation} nonumber
q^*_1 =frac{text{number of women who had their second birth in 1971}}{text{number of women who had their first birth in 1970 textbf{-} number of women had their second birth in 1970}}
end {equation}


help me to write denominator as given in pic.







math-mode amsmath xfrac






share|improve this question









New contributor




statistician is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




statistician is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 6 hours ago









Phelype Oleinik

24.2k54688




24.2k54688






New contributor




statistician is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 6 hours ago









statisticianstatistician

211




211




New contributor




statistician is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





statistician is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






statistician is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








  • 3





    @Kurt, I think the question is on topic and the OP asks "how to write formula OF word in latex" but made some language mistake...

    – koleygr
    6 hours ago
















  • 3





    @Kurt, I think the question is on topic and the OP asks "how to write formula OF word in latex" but made some language mistake...

    – koleygr
    6 hours ago










3




3





@Kurt, I think the question is on topic and the OP asks "how to write formula OF word in latex" but made some language mistake...

– koleygr
6 hours ago







@Kurt, I think the question is on topic and the OP asks "how to write formula OF word in latex" but made some language mistake...

– koleygr
6 hours ago












5 Answers
5






active

oldest

votes


















4














A simple way is to use array for the denominator



begin{equation} nonumber
q^*_1 =frac{text{number of women who had their second birth in 1971}}{
begin{array}{c}
text{number of women who had}\
text{their first birth in 1970}
end{array}
-
begin{array}{c}
text{number of women who had}\
text{their second birth in 1970}
end{array}
}
end{equation}





share|improve this answer
























  • thank you so much

    – statistician
    5 hours ago











  • @statistician, there is a green check-mark-style button next to the question. And while seems that you tested/prefer/like this answer... you should click this button to accept the answer and to not leave your question be shown as a question that didn't found a good enough answer.

    – koleygr
    5 hours ago



















3














An approach with parbox



documentclass{article}
usepackage{amsmath}
begin{document}


begin{equation} nonumber
q^*_1 =frac{text{number of women who had their second birth in 1971}}{text{parbox{4.5cm}{centering number of women who had their first birth in 1970}} - text{parbox{4cm}{centering number of women had their second birth in 1970}}}
end {equation}

end{document}


Of course the lengths could be different to fit your sizes...






share|improve this answer































    3














    Just to throw in an alternative layman's view



    documentclass{standalone}
    usepackage{amsmath}
    begin{document}huge
    $q^*_1 = text{number of women who had their (} frac {2^{nd}text{ birth in 1971}} {1^{st}text{ birth in 1970}~-~ 2^{nd}text{ birth in 1970}}$)
    end{document}







    share|improve this answer



















    • 1





      Mathematically the abstraction of 1st birth -2nd berth of a woman are minus the years lived before give a birth! (+1 mostly for the imagination part of your solution)

      – koleygr
      4 hours ago






    • 1





      @koleygr I'm no mathmagician (only a very very poor TeXnician hence the Layman's tag line

      – KJO
      4 hours ago






    • 1





      My comment is just humor since means that a woman's second birth is when she is giving a birth (and these is a sentence with the female psychology of my male nature)... I never heard layman's low before... but thanks for noticing (learned something new). Goodnight and happy TeXing!

      – koleygr
      4 hours ago





















    3














    I'd define a suitable notation, avoiding long verbal descriptions. I also added the verbose version, but adding parentheses for clarity.



    documentclass{article}
    usepackage{amsmath}

    begin{document}

    Let's denote by $W(n,y)$ the number of women who had their $n$th~birth
    in the year~$y$. Then
    begin{equation*}
    q^*_1 = frac{W(2,1971)}{W(1,1970)-W(2,1970)}
    end{equation*}
    We can also typeset this with words, but it comes out quite awful
    unless we add parentheses
    begin{equation*}
    q^*_1 =
    frac{
    text{number of women who had their second birth in 1971}
    }{
    Bigl(
    begin{tabular}{c}
    number of women who had \
    their first birth in 1970
    end{tabular}
    Bigr)
    -
    Bigl(
    begin{tabular}{c}
    number of women who had \
    their second birth in 1970
    end{tabular}
    Bigr)
    }
    end{equation*}

    end{document}


    enter image description here



    Using equation* avoids the need for nonumber.






    share|improve this answer































      2














      Here is a competety different approach using variables instead of the text:



      documentclass{article}
      usepackage{amsmath}

      begin{document}
      begin{align*}
      q^*_1 &=frac{A}{B-C} \
      text{where}~A &= text{number of women who had their second birth in 1971} \
      B &= text{number of women who had their first birth in 1970} \
      C &= text{number of women who had their second birth in 1970} \
      end{align*}
      end{document}


      enter image description here



      For a horizontally centered equation one could use something like the following:



      documentclass{article}
      usepackage{amsmath}

      begin{document}

      begin{equation}
      q^*_1 =frac{A}{B-C} nonumber
      end{equation}
      begin{align*}
      text{where}~A &= text{number of women who had their second birth in 1971} \
      B &= text{number of women who had their first birth in 1970} \
      C &= text{number of women who had their second birth in 1970} \
      end{align*}
      end{document}


      enter image description here






      share|improve this answer





















      • 1





        I think you should declare the variables outside the align environment... or add this possibility as separate code in case the the equation should be centered or numbered etc. (+1) -for the answers before and after mine- and (-1) -if I could- to the down-voter who didn't even left a comment to a newcomer that at least provided some code

        – koleygr
        6 hours ago








      • 1





        @koleygr: Thanks for your suggestion. I have added another suggestion on how to achieve a horizontally centered equation.

        – leandriis
        6 hours 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',
      autoActivateHeartbeat: false,
      convertImagesToLinks: false,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: null,
      bindNavPrevention: true,
      postfix: "",
      imageUploader: {
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      },
      onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      });


      }
      });






      statistician is a new contributor. Be nice, and check out our Code of Conduct.










      draft saved

      draft discarded


















      StackExchange.ready(
      function () {
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f479691%2fhow-to-write-formula-in-word-in-latex%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      5 Answers
      5






      active

      oldest

      votes








      5 Answers
      5






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      4














      A simple way is to use array for the denominator



      begin{equation} nonumber
      q^*_1 =frac{text{number of women who had their second birth in 1971}}{
      begin{array}{c}
      text{number of women who had}\
      text{their first birth in 1970}
      end{array}
      -
      begin{array}{c}
      text{number of women who had}\
      text{their second birth in 1970}
      end{array}
      }
      end{equation}





      share|improve this answer
























      • thank you so much

        – statistician
        5 hours ago











      • @statistician, there is a green check-mark-style button next to the question. And while seems that you tested/prefer/like this answer... you should click this button to accept the answer and to not leave your question be shown as a question that didn't found a good enough answer.

        – koleygr
        5 hours ago
















      4














      A simple way is to use array for the denominator



      begin{equation} nonumber
      q^*_1 =frac{text{number of women who had their second birth in 1971}}{
      begin{array}{c}
      text{number of women who had}\
      text{their first birth in 1970}
      end{array}
      -
      begin{array}{c}
      text{number of women who had}\
      text{their second birth in 1970}
      end{array}
      }
      end{equation}





      share|improve this answer
























      • thank you so much

        – statistician
        5 hours ago











      • @statistician, there is a green check-mark-style button next to the question. And while seems that you tested/prefer/like this answer... you should click this button to accept the answer and to not leave your question be shown as a question that didn't found a good enough answer.

        – koleygr
        5 hours ago














      4












      4








      4







      A simple way is to use array for the denominator



      begin{equation} nonumber
      q^*_1 =frac{text{number of women who had their second birth in 1971}}{
      begin{array}{c}
      text{number of women who had}\
      text{their first birth in 1970}
      end{array}
      -
      begin{array}{c}
      text{number of women who had}\
      text{their second birth in 1970}
      end{array}
      }
      end{equation}





      share|improve this answer













      A simple way is to use array for the denominator



      begin{equation} nonumber
      q^*_1 =frac{text{number of women who had their second birth in 1971}}{
      begin{array}{c}
      text{number of women who had}\
      text{their first birth in 1970}
      end{array}
      -
      begin{array}{c}
      text{number of women who had}\
      text{their second birth in 1970}
      end{array}
      }
      end{equation}






      share|improve this answer












      share|improve this answer



      share|improve this answer










      answered 6 hours ago









      GuidoGuido

      24.6k55088




      24.6k55088













      • thank you so much

        – statistician
        5 hours ago











      • @statistician, there is a green check-mark-style button next to the question. And while seems that you tested/prefer/like this answer... you should click this button to accept the answer and to not leave your question be shown as a question that didn't found a good enough answer.

        – koleygr
        5 hours ago



















      • thank you so much

        – statistician
        5 hours ago











      • @statistician, there is a green check-mark-style button next to the question. And while seems that you tested/prefer/like this answer... you should click this button to accept the answer and to not leave your question be shown as a question that didn't found a good enough answer.

        – koleygr
        5 hours ago

















      thank you so much

      – statistician
      5 hours ago





      thank you so much

      – statistician
      5 hours ago













      @statistician, there is a green check-mark-style button next to the question. And while seems that you tested/prefer/like this answer... you should click this button to accept the answer and to not leave your question be shown as a question that didn't found a good enough answer.

      – koleygr
      5 hours ago





      @statistician, there is a green check-mark-style button next to the question. And while seems that you tested/prefer/like this answer... you should click this button to accept the answer and to not leave your question be shown as a question that didn't found a good enough answer.

      – koleygr
      5 hours ago











      3














      An approach with parbox



      documentclass{article}
      usepackage{amsmath}
      begin{document}


      begin{equation} nonumber
      q^*_1 =frac{text{number of women who had their second birth in 1971}}{text{parbox{4.5cm}{centering number of women who had their first birth in 1970}} - text{parbox{4cm}{centering number of women had their second birth in 1970}}}
      end {equation}

      end{document}


      Of course the lengths could be different to fit your sizes...






      share|improve this answer




























        3














        An approach with parbox



        documentclass{article}
        usepackage{amsmath}
        begin{document}


        begin{equation} nonumber
        q^*_1 =frac{text{number of women who had their second birth in 1971}}{text{parbox{4.5cm}{centering number of women who had their first birth in 1970}} - text{parbox{4cm}{centering number of women had their second birth in 1970}}}
        end {equation}

        end{document}


        Of course the lengths could be different to fit your sizes...






        share|improve this answer


























          3












          3








          3







          An approach with parbox



          documentclass{article}
          usepackage{amsmath}
          begin{document}


          begin{equation} nonumber
          q^*_1 =frac{text{number of women who had their second birth in 1971}}{text{parbox{4.5cm}{centering number of women who had their first birth in 1970}} - text{parbox{4cm}{centering number of women had their second birth in 1970}}}
          end {equation}

          end{document}


          Of course the lengths could be different to fit your sizes...






          share|improve this answer













          An approach with parbox



          documentclass{article}
          usepackage{amsmath}
          begin{document}


          begin{equation} nonumber
          q^*_1 =frac{text{number of women who had their second birth in 1971}}{text{parbox{4.5cm}{centering number of women who had their first birth in 1970}} - text{parbox{4cm}{centering number of women had their second birth in 1970}}}
          end {equation}

          end{document}


          Of course the lengths could be different to fit your sizes...







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 6 hours ago









          koleygrkoleygr

          12.6k11038




          12.6k11038























              3














              Just to throw in an alternative layman's view



              documentclass{standalone}
              usepackage{amsmath}
              begin{document}huge
              $q^*_1 = text{number of women who had their (} frac {2^{nd}text{ birth in 1971}} {1^{st}text{ birth in 1970}~-~ 2^{nd}text{ birth in 1970}}$)
              end{document}







              share|improve this answer



















              • 1





                Mathematically the abstraction of 1st birth -2nd berth of a woman are minus the years lived before give a birth! (+1 mostly for the imagination part of your solution)

                – koleygr
                4 hours ago






              • 1





                @koleygr I'm no mathmagician (only a very very poor TeXnician hence the Layman's tag line

                – KJO
                4 hours ago






              • 1





                My comment is just humor since means that a woman's second birth is when she is giving a birth (and these is a sentence with the female psychology of my male nature)... I never heard layman's low before... but thanks for noticing (learned something new). Goodnight and happy TeXing!

                – koleygr
                4 hours ago


















              3














              Just to throw in an alternative layman's view



              documentclass{standalone}
              usepackage{amsmath}
              begin{document}huge
              $q^*_1 = text{number of women who had their (} frac {2^{nd}text{ birth in 1971}} {1^{st}text{ birth in 1970}~-~ 2^{nd}text{ birth in 1970}}$)
              end{document}







              share|improve this answer



















              • 1





                Mathematically the abstraction of 1st birth -2nd berth of a woman are minus the years lived before give a birth! (+1 mostly for the imagination part of your solution)

                – koleygr
                4 hours ago






              • 1





                @koleygr I'm no mathmagician (only a very very poor TeXnician hence the Layman's tag line

                – KJO
                4 hours ago






              • 1





                My comment is just humor since means that a woman's second birth is when she is giving a birth (and these is a sentence with the female psychology of my male nature)... I never heard layman's low before... but thanks for noticing (learned something new). Goodnight and happy TeXing!

                – koleygr
                4 hours ago
















              3












              3








              3







              Just to throw in an alternative layman's view



              documentclass{standalone}
              usepackage{amsmath}
              begin{document}huge
              $q^*_1 = text{number of women who had their (} frac {2^{nd}text{ birth in 1971}} {1^{st}text{ birth in 1970}~-~ 2^{nd}text{ birth in 1970}}$)
              end{document}







              share|improve this answer













              Just to throw in an alternative layman's view



              documentclass{standalone}
              usepackage{amsmath}
              begin{document}huge
              $q^*_1 = text{number of women who had their (} frac {2^{nd}text{ birth in 1971}} {1^{st}text{ birth in 1970}~-~ 2^{nd}text{ birth in 1970}}$)
              end{document}








              share|improve this answer












              share|improve this answer



              share|improve this answer










              answered 4 hours ago









              KJOKJO

              2,9831120




              2,9831120








              • 1





                Mathematically the abstraction of 1st birth -2nd berth of a woman are minus the years lived before give a birth! (+1 mostly for the imagination part of your solution)

                – koleygr
                4 hours ago






              • 1





                @koleygr I'm no mathmagician (only a very very poor TeXnician hence the Layman's tag line

                – KJO
                4 hours ago






              • 1





                My comment is just humor since means that a woman's second birth is when she is giving a birth (and these is a sentence with the female psychology of my male nature)... I never heard layman's low before... but thanks for noticing (learned something new). Goodnight and happy TeXing!

                – koleygr
                4 hours ago
















              • 1





                Mathematically the abstraction of 1st birth -2nd berth of a woman are minus the years lived before give a birth! (+1 mostly for the imagination part of your solution)

                – koleygr
                4 hours ago






              • 1





                @koleygr I'm no mathmagician (only a very very poor TeXnician hence the Layman's tag line

                – KJO
                4 hours ago






              • 1





                My comment is just humor since means that a woman's second birth is when she is giving a birth (and these is a sentence with the female psychology of my male nature)... I never heard layman's low before... but thanks for noticing (learned something new). Goodnight and happy TeXing!

                – koleygr
                4 hours ago










              1




              1





              Mathematically the abstraction of 1st birth -2nd berth of a woman are minus the years lived before give a birth! (+1 mostly for the imagination part of your solution)

              – koleygr
              4 hours ago





              Mathematically the abstraction of 1st birth -2nd berth of a woman are minus the years lived before give a birth! (+1 mostly for the imagination part of your solution)

              – koleygr
              4 hours ago




              1




              1





              @koleygr I'm no mathmagician (only a very very poor TeXnician hence the Layman's tag line

              – KJO
              4 hours ago





              @koleygr I'm no mathmagician (only a very very poor TeXnician hence the Layman's tag line

              – KJO
              4 hours ago




              1




              1





              My comment is just humor since means that a woman's second birth is when she is giving a birth (and these is a sentence with the female psychology of my male nature)... I never heard layman's low before... but thanks for noticing (learned something new). Goodnight and happy TeXing!

              – koleygr
              4 hours ago







              My comment is just humor since means that a woman's second birth is when she is giving a birth (and these is a sentence with the female psychology of my male nature)... I never heard layman's low before... but thanks for noticing (learned something new). Goodnight and happy TeXing!

              – koleygr
              4 hours ago













              3














              I'd define a suitable notation, avoiding long verbal descriptions. I also added the verbose version, but adding parentheses for clarity.



              documentclass{article}
              usepackage{amsmath}

              begin{document}

              Let's denote by $W(n,y)$ the number of women who had their $n$th~birth
              in the year~$y$. Then
              begin{equation*}
              q^*_1 = frac{W(2,1971)}{W(1,1970)-W(2,1970)}
              end{equation*}
              We can also typeset this with words, but it comes out quite awful
              unless we add parentheses
              begin{equation*}
              q^*_1 =
              frac{
              text{number of women who had their second birth in 1971}
              }{
              Bigl(
              begin{tabular}{c}
              number of women who had \
              their first birth in 1970
              end{tabular}
              Bigr)
              -
              Bigl(
              begin{tabular}{c}
              number of women who had \
              their second birth in 1970
              end{tabular}
              Bigr)
              }
              end{equation*}

              end{document}


              enter image description here



              Using equation* avoids the need for nonumber.






              share|improve this answer




























                3














                I'd define a suitable notation, avoiding long verbal descriptions. I also added the verbose version, but adding parentheses for clarity.



                documentclass{article}
                usepackage{amsmath}

                begin{document}

                Let's denote by $W(n,y)$ the number of women who had their $n$th~birth
                in the year~$y$. Then
                begin{equation*}
                q^*_1 = frac{W(2,1971)}{W(1,1970)-W(2,1970)}
                end{equation*}
                We can also typeset this with words, but it comes out quite awful
                unless we add parentheses
                begin{equation*}
                q^*_1 =
                frac{
                text{number of women who had their second birth in 1971}
                }{
                Bigl(
                begin{tabular}{c}
                number of women who had \
                their first birth in 1970
                end{tabular}
                Bigr)
                -
                Bigl(
                begin{tabular}{c}
                number of women who had \
                their second birth in 1970
                end{tabular}
                Bigr)
                }
                end{equation*}

                end{document}


                enter image description here



                Using equation* avoids the need for nonumber.






                share|improve this answer


























                  3












                  3








                  3







                  I'd define a suitable notation, avoiding long verbal descriptions. I also added the verbose version, but adding parentheses for clarity.



                  documentclass{article}
                  usepackage{amsmath}

                  begin{document}

                  Let's denote by $W(n,y)$ the number of women who had their $n$th~birth
                  in the year~$y$. Then
                  begin{equation*}
                  q^*_1 = frac{W(2,1971)}{W(1,1970)-W(2,1970)}
                  end{equation*}
                  We can also typeset this with words, but it comes out quite awful
                  unless we add parentheses
                  begin{equation*}
                  q^*_1 =
                  frac{
                  text{number of women who had their second birth in 1971}
                  }{
                  Bigl(
                  begin{tabular}{c}
                  number of women who had \
                  their first birth in 1970
                  end{tabular}
                  Bigr)
                  -
                  Bigl(
                  begin{tabular}{c}
                  number of women who had \
                  their second birth in 1970
                  end{tabular}
                  Bigr)
                  }
                  end{equation*}

                  end{document}


                  enter image description here



                  Using equation* avoids the need for nonumber.






                  share|improve this answer













                  I'd define a suitable notation, avoiding long verbal descriptions. I also added the verbose version, but adding parentheses for clarity.



                  documentclass{article}
                  usepackage{amsmath}

                  begin{document}

                  Let's denote by $W(n,y)$ the number of women who had their $n$th~birth
                  in the year~$y$. Then
                  begin{equation*}
                  q^*_1 = frac{W(2,1971)}{W(1,1970)-W(2,1970)}
                  end{equation*}
                  We can also typeset this with words, but it comes out quite awful
                  unless we add parentheses
                  begin{equation*}
                  q^*_1 =
                  frac{
                  text{number of women who had their second birth in 1971}
                  }{
                  Bigl(
                  begin{tabular}{c}
                  number of women who had \
                  their first birth in 1970
                  end{tabular}
                  Bigr)
                  -
                  Bigl(
                  begin{tabular}{c}
                  number of women who had \
                  their second birth in 1970
                  end{tabular}
                  Bigr)
                  }
                  end{equation*}

                  end{document}


                  enter image description here



                  Using equation* avoids the need for nonumber.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered 4 hours ago









                  egregegreg

                  726k8819223230




                  726k8819223230























                      2














                      Here is a competety different approach using variables instead of the text:



                      documentclass{article}
                      usepackage{amsmath}

                      begin{document}
                      begin{align*}
                      q^*_1 &=frac{A}{B-C} \
                      text{where}~A &= text{number of women who had their second birth in 1971} \
                      B &= text{number of women who had their first birth in 1970} \
                      C &= text{number of women who had their second birth in 1970} \
                      end{align*}
                      end{document}


                      enter image description here



                      For a horizontally centered equation one could use something like the following:



                      documentclass{article}
                      usepackage{amsmath}

                      begin{document}

                      begin{equation}
                      q^*_1 =frac{A}{B-C} nonumber
                      end{equation}
                      begin{align*}
                      text{where}~A &= text{number of women who had their second birth in 1971} \
                      B &= text{number of women who had their first birth in 1970} \
                      C &= text{number of women who had their second birth in 1970} \
                      end{align*}
                      end{document}


                      enter image description here






                      share|improve this answer





















                      • 1





                        I think you should declare the variables outside the align environment... or add this possibility as separate code in case the the equation should be centered or numbered etc. (+1) -for the answers before and after mine- and (-1) -if I could- to the down-voter who didn't even left a comment to a newcomer that at least provided some code

                        – koleygr
                        6 hours ago








                      • 1





                        @koleygr: Thanks for your suggestion. I have added another suggestion on how to achieve a horizontally centered equation.

                        – leandriis
                        6 hours ago
















                      2














                      Here is a competety different approach using variables instead of the text:



                      documentclass{article}
                      usepackage{amsmath}

                      begin{document}
                      begin{align*}
                      q^*_1 &=frac{A}{B-C} \
                      text{where}~A &= text{number of women who had their second birth in 1971} \
                      B &= text{number of women who had their first birth in 1970} \
                      C &= text{number of women who had their second birth in 1970} \
                      end{align*}
                      end{document}


                      enter image description here



                      For a horizontally centered equation one could use something like the following:



                      documentclass{article}
                      usepackage{amsmath}

                      begin{document}

                      begin{equation}
                      q^*_1 =frac{A}{B-C} nonumber
                      end{equation}
                      begin{align*}
                      text{where}~A &= text{number of women who had their second birth in 1971} \
                      B &= text{number of women who had their first birth in 1970} \
                      C &= text{number of women who had their second birth in 1970} \
                      end{align*}
                      end{document}


                      enter image description here






                      share|improve this answer





















                      • 1





                        I think you should declare the variables outside the align environment... or add this possibility as separate code in case the the equation should be centered or numbered etc. (+1) -for the answers before and after mine- and (-1) -if I could- to the down-voter who didn't even left a comment to a newcomer that at least provided some code

                        – koleygr
                        6 hours ago








                      • 1





                        @koleygr: Thanks for your suggestion. I have added another suggestion on how to achieve a horizontally centered equation.

                        – leandriis
                        6 hours ago














                      2












                      2








                      2







                      Here is a competety different approach using variables instead of the text:



                      documentclass{article}
                      usepackage{amsmath}

                      begin{document}
                      begin{align*}
                      q^*_1 &=frac{A}{B-C} \
                      text{where}~A &= text{number of women who had their second birth in 1971} \
                      B &= text{number of women who had their first birth in 1970} \
                      C &= text{number of women who had their second birth in 1970} \
                      end{align*}
                      end{document}


                      enter image description here



                      For a horizontally centered equation one could use something like the following:



                      documentclass{article}
                      usepackage{amsmath}

                      begin{document}

                      begin{equation}
                      q^*_1 =frac{A}{B-C} nonumber
                      end{equation}
                      begin{align*}
                      text{where}~A &= text{number of women who had their second birth in 1971} \
                      B &= text{number of women who had their first birth in 1970} \
                      C &= text{number of women who had their second birth in 1970} \
                      end{align*}
                      end{document}


                      enter image description here






                      share|improve this answer















                      Here is a competety different approach using variables instead of the text:



                      documentclass{article}
                      usepackage{amsmath}

                      begin{document}
                      begin{align*}
                      q^*_1 &=frac{A}{B-C} \
                      text{where}~A &= text{number of women who had their second birth in 1971} \
                      B &= text{number of women who had their first birth in 1970} \
                      C &= text{number of women who had their second birth in 1970} \
                      end{align*}
                      end{document}


                      enter image description here



                      For a horizontally centered equation one could use something like the following:



                      documentclass{article}
                      usepackage{amsmath}

                      begin{document}

                      begin{equation}
                      q^*_1 =frac{A}{B-C} nonumber
                      end{equation}
                      begin{align*}
                      text{where}~A &= text{number of women who had their second birth in 1971} \
                      B &= text{number of women who had their first birth in 1970} \
                      C &= text{number of women who had their second birth in 1970} \
                      end{align*}
                      end{document}


                      enter image description here







                      share|improve this answer














                      share|improve this answer



                      share|improve this answer








                      edited 6 hours ago

























                      answered 6 hours ago









                      leandriisleandriis

                      10.1k1531




                      10.1k1531








                      • 1





                        I think you should declare the variables outside the align environment... or add this possibility as separate code in case the the equation should be centered or numbered etc. (+1) -for the answers before and after mine- and (-1) -if I could- to the down-voter who didn't even left a comment to a newcomer that at least provided some code

                        – koleygr
                        6 hours ago








                      • 1





                        @koleygr: Thanks for your suggestion. I have added another suggestion on how to achieve a horizontally centered equation.

                        – leandriis
                        6 hours ago














                      • 1





                        I think you should declare the variables outside the align environment... or add this possibility as separate code in case the the equation should be centered or numbered etc. (+1) -for the answers before and after mine- and (-1) -if I could- to the down-voter who didn't even left a comment to a newcomer that at least provided some code

                        – koleygr
                        6 hours ago








                      • 1





                        @koleygr: Thanks for your suggestion. I have added another suggestion on how to achieve a horizontally centered equation.

                        – leandriis
                        6 hours ago








                      1




                      1





                      I think you should declare the variables outside the align environment... or add this possibility as separate code in case the the equation should be centered or numbered etc. (+1) -for the answers before and after mine- and (-1) -if I could- to the down-voter who didn't even left a comment to a newcomer that at least provided some code

                      – koleygr
                      6 hours ago







                      I think you should declare the variables outside the align environment... or add this possibility as separate code in case the the equation should be centered or numbered etc. (+1) -for the answers before and after mine- and (-1) -if I could- to the down-voter who didn't even left a comment to a newcomer that at least provided some code

                      – koleygr
                      6 hours ago






                      1




                      1





                      @koleygr: Thanks for your suggestion. I have added another suggestion on how to achieve a horizontally centered equation.

                      – leandriis
                      6 hours ago





                      @koleygr: Thanks for your suggestion. I have added another suggestion on how to achieve a horizontally centered equation.

                      – leandriis
                      6 hours ago










                      statistician is a new contributor. Be nice, and check out our Code of Conduct.










                      draft saved

                      draft discarded


















                      statistician is a new contributor. Be nice, and check out our Code of Conduct.













                      statistician is a new contributor. Be nice, and check out our Code of Conduct.












                      statistician is a new contributor. Be nice, and check out our Code of Conduct.
















                      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.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function () {
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f479691%2fhow-to-write-formula-in-word-in-latex%23new-answer', 'question_page');
                      }
                      );

                      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







                      Popular posts from this blog

                      How to reconfigure Docker Trusted Registry 2.x.x to use CEPH FS mount instead of NFS and other traditional...

                      is 'sed' thread safe

                      How to make a Squid Proxy server?