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?
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
I request for help to correct the code. Thank you
math-mode equations
add a comment |
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
I request for help to correct the code. Thank you
math-mode equations
1
I tend to useqquadtextfor $delta_S>delta_0S$ and $delta_L<delta_0L$
, this way the math and condition has proper semantic markup
– daleif
33 mins ago
add a comment |
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
I request for help to correct the code. Thank you
math-mode equations
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
I request for help to correct the code. Thank you
math-mode equations
math-mode equations
edited 27 mins ago
TeXnician
25.8k63390
25.8k63390
asked 36 mins ago
JackJack
3815
3815
1
I tend to useqquadtextfor $delta_S>delta_0S$ and $delta_L<delta_0L$
, this way the math and condition has proper semantic markup
– daleif
33 mins ago
add a comment |
1
I tend to useqquadtextfor $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
add a comment |
2 Answers
2
active
oldest
votes
You can use 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
add a comment |
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
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
You can use 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
add a comment |
You can use 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
add a comment |
You can use 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
You can use 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
edited 29 mins ago
answered 33 mins ago
TeXnicianTeXnician
25.8k63390
25.8k63390
add a comment |
add a comment |
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
add a comment |
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
add a comment |
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
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
answered 31 mins ago
Steven B. SegletesSteven B. Segletes
159k9204412
159k9204412
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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