Latex for-and in equationwriting text next to equations in arrayText within an equationLabeling equations and math modeChemical equation in LaTeXequation with 2 rangesAdding a new line in a part of an equationMulti-line long equation vanishes few bracketsIndications for improving the numbering of equations contained in a systemHow to put text below some text in an equationHow to write a multi-line series of equations in LaTeX?

The verb "to prioritize"

Fast sudoku solver

Is there enough fresh water in the world to eradicate the drinking water crisis?

How did Monica know how to operate Carol's "designer"?

Can one define wavefronts for waves travelling on a stretched string?

Can a Gentile theist be saved?

What is the smallest body in which a sling shot maneuver can be performed?

Could solar power be utilized and substitute coal in the 19th century?

Female=gender counterpart?

Left multiplication is homeomorphism of topological groups

What would you call a finite collection of unordered objects that are not necessarily distinct?

What is the opposite of 'gravitas'?

What (else) happened July 1st 1858 in London?

Visiting the UK as unmarried couple

I2C signal and power over long range (10meter cable)

Getting the lowest value with key in array

What if somebody invests in my application?

Greatest common substring

Generators of the mapping class group for surfaces with punctures and boundaries

Are taller landing gear bad for aircraft, particulary large airliners?

Can a malicious addon access internet history and such in chrome/firefox?

Is camera lens focus an exact point or a range?

does this mean what I think it means - 4th last time

What will be the benefits of Brexit?



Latex for-and in equation


writing text next to equations in arrayText within an equationLabeling equations and math modeChemical equation in LaTeXequation with 2 rangesAdding a new line in a part of an equationMulti-line long equation vanishes few bracketsIndications for improving the numbering of equations contained in a systemHow to put text below some text in an equationHow to write a multi-line series of equations in LaTeX?













3















I need to write equation as shown in the attached image in LaTex. So far, I have written it like shown below but I can't figure out how to separate (or write properly) the "for" and "and" part of the equation similar to that shown in the image.



beginequation 
P_d(delta_L)=P_p(delta_S,L_S) for delta_S>delta_0S and delta_L<delta_0L
endequation


enter image description here
I request for help to correct the code. Thank you










share|improve this question



















  • 1





    I tend to use qquadtextfor $delta_S>delta_0S$ and $delta_L<delta_0L$, this way the math and condition has proper semantic markup

    – daleif
    33 mins ago















3















I need to write equation as shown in the attached image in LaTex. So far, I have written it like shown below but I can't figure out how to separate (or write properly) the "for" and "and" part of the equation similar to that shown in the image.



beginequation 
P_d(delta_L)=P_p(delta_S,L_S) for delta_S>delta_0S and delta_L<delta_0L
endequation


enter image description here
I request for help to correct the code. Thank you










share|improve this question



















  • 1





    I tend to use qquadtextfor $delta_S>delta_0S$ and $delta_L<delta_0L$, this way the math and condition has proper semantic markup

    – daleif
    33 mins ago













3












3








3








I need to write equation as shown in the attached image in LaTex. So far, I have written it like shown below but I can't figure out how to separate (or write properly) the "for" and "and" part of the equation similar to that shown in the image.



beginequation 
P_d(delta_L)=P_p(delta_S,L_S) for delta_S>delta_0S and delta_L<delta_0L
endequation


enter image description here
I request for help to correct the code. Thank you










share|improve this question
















I need to write equation as shown in the attached image in LaTex. So far, I have written it like shown below but I can't figure out how to separate (or write properly) the "for" and "and" part of the equation similar to that shown in the image.



beginequation 
P_d(delta_L)=P_p(delta_S,L_S) for delta_S>delta_0S and delta_L<delta_0L
endequation


enter image description here
I request for help to correct the code. Thank you







math-mode equations






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 27 mins ago









TeXnician

25.8k63390




25.8k63390










asked 36 mins ago









JackJack

3815




3815







  • 1





    I tend to use qquadtextfor $delta_S>delta_0S$ and $delta_L<delta_0L$, this way the math and condition has proper semantic markup

    – daleif
    33 mins ago












  • 1





    I tend to use qquadtextfor $delta_S>delta_0S$ and $delta_L<delta_0L$, this way the math and condition has proper semantic markup

    – daleif
    33 mins ago







1




1





I tend to use qquadtextfor $delta_S>delta_0S$ and $delta_L<delta_0L$, this way the math and condition has proper semantic markup

– daleif
33 mins ago





I tend to use qquadtextfor $delta_S>delta_0S$ and $delta_L<delta_0L$, this way the math and condition has proper semantic markup

– daleif
33 mins ago










2 Answers
2






active

oldest

votes


















3














You can use align*.



align



documentclassarticle
usepackageamsmath
begindocument
beginalign*
P_d(delta_L) &= P_p(delta_S,L_S)\
&phantom=textfor $delta_S>delta_0S$ and $delta_L<delta_0L$
endalign*
enddocument





share|improve this answer
































    3














    Numbered...



    documentclassarticle
    usepackageamsmath,amssymb
    begindocument
    beginequation
    beginaligned[b]
    P_d(delta_L)=&P_p(delta_S,L_S)\
    & textfor delta_S>delta_0S text and delta_L<delta_0L
    endaligned
    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',
      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
      );



      );













      draft saved

      draft discarded


















      StackExchange.ready(
      function ()
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f481391%2flatex-for-and-in-equation%23new-answer', 'question_page');

      );

      Post as a guest















      Required, but never shown

























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      3














      You can use align*.



      align



      documentclassarticle
      usepackageamsmath
      begindocument
      beginalign*
      P_d(delta_L) &= P_p(delta_S,L_S)\
      &phantom=textfor $delta_S>delta_0S$ and $delta_L<delta_0L$
      endalign*
      enddocument





      share|improve this answer





























        3














        You can use align*.



        align



        documentclassarticle
        usepackageamsmath
        begindocument
        beginalign*
        P_d(delta_L) &= P_p(delta_S,L_S)\
        &phantom=textfor $delta_S>delta_0S$ and $delta_L<delta_0L$
        endalign*
        enddocument





        share|improve this answer



























          3












          3








          3







          You can use align*.



          align



          documentclassarticle
          usepackageamsmath
          begindocument
          beginalign*
          P_d(delta_L) &= P_p(delta_S,L_S)\
          &phantom=textfor $delta_S>delta_0S$ and $delta_L<delta_0L$
          endalign*
          enddocument





          share|improve this answer















          You can use align*.



          align



          documentclassarticle
          usepackageamsmath
          begindocument
          beginalign*
          P_d(delta_L) &= P_p(delta_S,L_S)\
          &phantom=textfor $delta_S>delta_0S$ and $delta_L<delta_0L$
          endalign*
          enddocument






          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited 29 mins ago

























          answered 33 mins ago









          TeXnicianTeXnician

          25.8k63390




          25.8k63390





















              3














              Numbered...



              documentclassarticle
              usepackageamsmath,amssymb
              begindocument
              beginequation
              beginaligned[b]
              P_d(delta_L)=&P_p(delta_S,L_S)\
              & textfor delta_S>delta_0S text and delta_L<delta_0L
              endaligned
              endequation
              enddocument


              enter image description here






              share|improve this answer



























                3














                Numbered...



                documentclassarticle
                usepackageamsmath,amssymb
                begindocument
                beginequation
                beginaligned[b]
                P_d(delta_L)=&P_p(delta_S,L_S)\
                & textfor delta_S>delta_0S text and delta_L<delta_0L
                endaligned
                endequation
                enddocument


                enter image description here






                share|improve this answer

























                  3












                  3








                  3







                  Numbered...



                  documentclassarticle
                  usepackageamsmath,amssymb
                  begindocument
                  beginequation
                  beginaligned[b]
                  P_d(delta_L)=&P_p(delta_S,L_S)\
                  & textfor delta_S>delta_0S text and delta_L<delta_0L
                  endaligned
                  endequation
                  enddocument


                  enter image description here






                  share|improve this answer













                  Numbered...



                  documentclassarticle
                  usepackageamsmath,amssymb
                  begindocument
                  beginequation
                  beginaligned[b]
                  P_d(delta_L)=&P_p(delta_S,L_S)\
                  & textfor delta_S>delta_0S text and delta_L<delta_0L
                  endaligned
                  endequation
                  enddocument


                  enter image description here







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered 31 mins ago









                  Steven B. SegletesSteven B. Segletes

                  159k9204412




                  159k9204412



























                      draft saved

                      draft discarded
















































                      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%2f481391%2flatex-for-and-in-equation%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

                      Adding axes to figuresAdding axes labels to LaTeX figuresLaTeX equivalent of ConTeXt buffersRotate a node but not its content: the case of the ellipse decorationHow to define the default vertical distance between nodes?TikZ scaling graphic and adjust node position and keep font sizeNumerical conditional within tikz keys?adding axes to shapesAlign axes across subfiguresAdding figures with a certain orderLine up nested tikz enviroments or how to get rid of themAdding axes labels to LaTeX figures

                      Luettelo Yhdysvaltain laivaston lentotukialuksista Lähteet | Navigointivalikko

                      Gary (muusikko) Sisällysluettelo Historia | Rockin' High | Lähteet | Aiheesta muualla | NavigointivalikkoInfobox OKTuomas "Gary" Keskinen Ancaran kitaristiksiProjekti Rockin' High