how to write formula in word in latexAmsart: footnote for the authorHighlight terms in equation mode“latex missing } inserted” error message in equationProblem with text becoming equationtoo much spacing between equations and text if line before equation is fullMake mathematical expression to go to next lineFormula too long and split fails | contains “sqrt” (square root)Different alignments in alignat environmentArray command in LatexUnwanted Line Break after product symbol
Most cost effective thermostat setting: consistent temperature vs. lowest temperature possible
How difficult is it to simply disable/disengage the MCAS on Boeing 737 Max 8 & 9 Aircraft?
My Graph Theory Students
Why does Bach not break the rules here?
Use void Apex method in Lightning Web Component
What do Xenomorphs eat in the Alien series?
Do I need life insurance if I can cover my own funeral costs?
Are there other languages, besides English, where the indefinite (or definite) article varies based on sound?
Why one should not leave fingerprints on bulbs and plugs?
Why doesn't the EU now just force the UK to choose between referendum and no-deal?
Recruiter wants very extensive technical details about all of my previous work
What options are left, if Britain cannot decide?
Look at your watch and tell me what time is it. vs Look at your watch and tell me what time it is
How do I hide Chekhov's Gun?
Co-worker team leader wants to inject his friend's awful software into our development. What should I say to our common boss?
How Could an Airship Be Repaired Mid-Flight
What should tie a collection of short-stories together?
What is the significance behind "40 days" that often appears in the Bible?
Should we release the security issues we found in our product as CVE or we can just update those on weekly release notes?
Sailing the cryptic seas
In a future war, an old lady is trying to raise a boy but one of the weapons has made everyone deaf
What are substitutions for coconut in curry?
It's a yearly task, alright
Equilateral triangle on a concentric circle
how to write formula in word in latex
Amsart: footnote for the authorHighlight terms in equation mode“latex missing } inserted” error message in equationProblem with text becoming equationtoo much spacing between equations and text if line before equation is fullMake mathematical expression to go to next lineFormula too long and split fails | contains “sqrt” (square root)Different alignments in alignat environmentArray command in LatexUnwanted Line Break after product symbol
this my latex code for the equation
beginequation nonumber
q^*_1 =fractextnumber of women who had their second birth in 1971textnumber 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
New contributor
add a comment |
this my latex code for the equation
beginequation nonumber
q^*_1 =fractextnumber of women who had their second birth in 1971textnumber 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
New contributor
Welcome to TeX.SE! Well, I do not think that MS Word uses LaTeX, they use a subset of comands named as the commands in LaTeX. So it depends on the commands they defined. Please just check which commands are allowed, look forparbox
or tabùlar` and try to use them ... In my opinion your question is off topic here (ask on a side specialised to MS Word please)
– Kurt
2 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
2 hours ago
add a comment |
this my latex code for the equation
beginequation nonumber
q^*_1 =fractextnumber of women who had their second birth in 1971textnumber 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
New contributor
this my latex code for the equation
beginequation nonumber
q^*_1 =fractextnumber of women who had their second birth in 1971textnumber 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
math-mode amsmath xfrac
New contributor
New contributor
edited 2 hours ago
Phelype Oleinik
24.2k54688
24.2k54688
New contributor
asked 2 hours ago
statisticianstatistician
111
111
New contributor
New contributor
Welcome to TeX.SE! Well, I do not think that MS Word uses LaTeX, they use a subset of comands named as the commands in LaTeX. So it depends on the commands they defined. Please just check which commands are allowed, look forparbox
or tabùlar` and try to use them ... In my opinion your question is off topic here (ask on a side specialised to MS Word please)
– Kurt
2 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
2 hours ago
add a comment |
Welcome to TeX.SE! Well, I do not think that MS Word uses LaTeX, they use a subset of comands named as the commands in LaTeX. So it depends on the commands they defined. Please just check which commands are allowed, look forparbox
or tabùlar` and try to use them ... In my opinion your question is off topic here (ask on a side specialised to MS Word please)
– Kurt
2 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
2 hours ago
Welcome to TeX.SE! Well, I do not think that MS Word uses LaTeX, they use a subset of comands named as the commands in LaTeX. So it depends on the commands they defined. Please just check which commands are allowed, look for
parbox
or tabùlar` and try to use them ... In my opinion your question is off topic here (ask on a side specialised to MS Word please)– Kurt
2 hours ago
Welcome to TeX.SE! Well, I do not think that MS Word uses LaTeX, they use a subset of comands named as the commands in LaTeX. So it depends on the commands they defined. Please just check which commands are allowed, look for
parbox
or tabùlar` and try to use them ... In my opinion your question is off topic here (ask on a side specialised to MS Word please)– Kurt
2 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
2 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
2 hours ago
add a comment |
4 Answers
4
active
oldest
votes
A simple way is to use array
for the denominator
beginequation nonumber
q^*_1 =fractextnumber of women who had their second birth in 1971
beginarrayc
textnumber of women who had\
texttheir first birth in 1970
endarray
-
beginarrayc
textnumber of women who had\
texttheir second birth in 1970
endarray
endequation
thank you so much
– statistician
1 hour 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
1 hour ago
Why nottabular
? And usingequation*
is simpler than typingnonumber
.
– egreg
7 mins ago
add a comment |
An approach with parbox
documentclassarticle
usepackageamsmath
begindocument
beginequation nonumber
q^*_1 =fractextnumber of women who had their second birth in 1971textparbox4.5cmcentering number of women who had their first birth in 1970 - textparbox4cmcentering number of women had their second birth in 1970
end equation
enddocument
Of course the lengths could be different to fit your sizes...
add a comment |
Here is a competety different approach using variables instead of the text:
documentclassarticle
usepackageamsmath
begindocument
beginalign*
q^*_1 &=fracAB-C \
textwhere~A &= textnumber of women who had their second birth in 1971 \
B &= textnumber of women who had their first birth in 1970 \
C &= textnumber of women who had their second birth in 1970 \
endalign*
enddocument
For a horizontally centered equation one could use something like the following:
documentclassarticle
usepackageamsmath
begindocument
beginequation
q^*_1 =fracAB-C nonumber
endequation
beginalign*
textwhere~A &= textnumber of women who had their second birth in 1971 \
B &= textnumber of women who had their first birth in 1970 \
C &= textnumber of women who had their second birth in 1970 \
endalign*
enddocument
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
2 hours ago
1
@koleygr: Thanks for your suggestion. I have added another suggestion on how to achieve a horizontally centered equation.
– leandriis
1 hour ago
add a comment |
Just to throw in an alternative layman's view
documentclassstandalone
usepackageamsmath
begindocumenthuge
$q^*_1 = textnumber of women who had their ( frac 2^ndtext birth in 1971 1^sttext birth in 1970~-~ 2^ndtext birth in 1970$)
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
);
);
statistician is a new contributor. Be nice, and check out our Code of Conduct.
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%2f479691%2fhow-to-write-formula-in-word-in-latex%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
A simple way is to use array
for the denominator
beginequation nonumber
q^*_1 =fractextnumber of women who had their second birth in 1971
beginarrayc
textnumber of women who had\
texttheir first birth in 1970
endarray
-
beginarrayc
textnumber of women who had\
texttheir second birth in 1970
endarray
endequation
thank you so much
– statistician
1 hour 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
1 hour ago
Why nottabular
? And usingequation*
is simpler than typingnonumber
.
– egreg
7 mins ago
add a comment |
A simple way is to use array
for the denominator
beginequation nonumber
q^*_1 =fractextnumber of women who had their second birth in 1971
beginarrayc
textnumber of women who had\
texttheir first birth in 1970
endarray
-
beginarrayc
textnumber of women who had\
texttheir second birth in 1970
endarray
endequation
thank you so much
– statistician
1 hour 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
1 hour ago
Why nottabular
? And usingequation*
is simpler than typingnonumber
.
– egreg
7 mins ago
add a comment |
A simple way is to use array
for the denominator
beginequation nonumber
q^*_1 =fractextnumber of women who had their second birth in 1971
beginarrayc
textnumber of women who had\
texttheir first birth in 1970
endarray
-
beginarrayc
textnumber of women who had\
texttheir second birth in 1970
endarray
endequation
A simple way is to use array
for the denominator
beginequation nonumber
q^*_1 =fractextnumber of women who had their second birth in 1971
beginarrayc
textnumber of women who had\
texttheir first birth in 1970
endarray
-
beginarrayc
textnumber of women who had\
texttheir second birth in 1970
endarray
endequation
answered 2 hours ago
GuidoGuido
24.6k55088
24.6k55088
thank you so much
– statistician
1 hour 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
1 hour ago
Why nottabular
? And usingequation*
is simpler than typingnonumber
.
– egreg
7 mins ago
add a comment |
thank you so much
– statistician
1 hour 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
1 hour ago
Why nottabular
? And usingequation*
is simpler than typingnonumber
.
– egreg
7 mins ago
thank you so much
– statistician
1 hour ago
thank you so much
– statistician
1 hour 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
1 hour 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
1 hour ago
Why not
tabular
? And using equation*
is simpler than typing nonumber
.– egreg
7 mins ago
Why not
tabular
? And using equation*
is simpler than typing nonumber
.– egreg
7 mins ago
add a comment |
An approach with parbox
documentclassarticle
usepackageamsmath
begindocument
beginequation nonumber
q^*_1 =fractextnumber of women who had their second birth in 1971textparbox4.5cmcentering number of women who had their first birth in 1970 - textparbox4cmcentering number of women had their second birth in 1970
end equation
enddocument
Of course the lengths could be different to fit your sizes...
add a comment |
An approach with parbox
documentclassarticle
usepackageamsmath
begindocument
beginequation nonumber
q^*_1 =fractextnumber of women who had their second birth in 1971textparbox4.5cmcentering number of women who had their first birth in 1970 - textparbox4cmcentering number of women had their second birth in 1970
end equation
enddocument
Of course the lengths could be different to fit your sizes...
add a comment |
An approach with parbox
documentclassarticle
usepackageamsmath
begindocument
beginequation nonumber
q^*_1 =fractextnumber of women who had their second birth in 1971textparbox4.5cmcentering number of women who had their first birth in 1970 - textparbox4cmcentering number of women had their second birth in 1970
end equation
enddocument
Of course the lengths could be different to fit your sizes...
An approach with parbox
documentclassarticle
usepackageamsmath
begindocument
beginequation nonumber
q^*_1 =fractextnumber of women who had their second birth in 1971textparbox4.5cmcentering number of women who had their first birth in 1970 - textparbox4cmcentering number of women had their second birth in 1970
end equation
enddocument
Of course the lengths could be different to fit your sizes...
answered 2 hours ago
koleygrkoleygr
12.6k11038
12.6k11038
add a comment |
add a comment |
Here is a competety different approach using variables instead of the text:
documentclassarticle
usepackageamsmath
begindocument
beginalign*
q^*_1 &=fracAB-C \
textwhere~A &= textnumber of women who had their second birth in 1971 \
B &= textnumber of women who had their first birth in 1970 \
C &= textnumber of women who had their second birth in 1970 \
endalign*
enddocument
For a horizontally centered equation one could use something like the following:
documentclassarticle
usepackageamsmath
begindocument
beginequation
q^*_1 =fracAB-C nonumber
endequation
beginalign*
textwhere~A &= textnumber of women who had their second birth in 1971 \
B &= textnumber of women who had their first birth in 1970 \
C &= textnumber of women who had their second birth in 1970 \
endalign*
enddocument
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
2 hours ago
1
@koleygr: Thanks for your suggestion. I have added another suggestion on how to achieve a horizontally centered equation.
– leandriis
1 hour ago
add a comment |
Here is a competety different approach using variables instead of the text:
documentclassarticle
usepackageamsmath
begindocument
beginalign*
q^*_1 &=fracAB-C \
textwhere~A &= textnumber of women who had their second birth in 1971 \
B &= textnumber of women who had their first birth in 1970 \
C &= textnumber of women who had their second birth in 1970 \
endalign*
enddocument
For a horizontally centered equation one could use something like the following:
documentclassarticle
usepackageamsmath
begindocument
beginequation
q^*_1 =fracAB-C nonumber
endequation
beginalign*
textwhere~A &= textnumber of women who had their second birth in 1971 \
B &= textnumber of women who had their first birth in 1970 \
C &= textnumber of women who had their second birth in 1970 \
endalign*
enddocument
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
2 hours ago
1
@koleygr: Thanks for your suggestion. I have added another suggestion on how to achieve a horizontally centered equation.
– leandriis
1 hour ago
add a comment |
Here is a competety different approach using variables instead of the text:
documentclassarticle
usepackageamsmath
begindocument
beginalign*
q^*_1 &=fracAB-C \
textwhere~A &= textnumber of women who had their second birth in 1971 \
B &= textnumber of women who had their first birth in 1970 \
C &= textnumber of women who had their second birth in 1970 \
endalign*
enddocument
For a horizontally centered equation one could use something like the following:
documentclassarticle
usepackageamsmath
begindocument
beginequation
q^*_1 =fracAB-C nonumber
endequation
beginalign*
textwhere~A &= textnumber of women who had their second birth in 1971 \
B &= textnumber of women who had their first birth in 1970 \
C &= textnumber of women who had their second birth in 1970 \
endalign*
enddocument
Here is a competety different approach using variables instead of the text:
documentclassarticle
usepackageamsmath
begindocument
beginalign*
q^*_1 &=fracAB-C \
textwhere~A &= textnumber of women who had their second birth in 1971 \
B &= textnumber of women who had their first birth in 1970 \
C &= textnumber of women who had their second birth in 1970 \
endalign*
enddocument
For a horizontally centered equation one could use something like the following:
documentclassarticle
usepackageamsmath
begindocument
beginequation
q^*_1 =fracAB-C nonumber
endequation
beginalign*
textwhere~A &= textnumber of women who had their second birth in 1971 \
B &= textnumber of women who had their first birth in 1970 \
C &= textnumber of women who had their second birth in 1970 \
endalign*
enddocument
edited 1 hour ago
answered 2 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
2 hours ago
1
@koleygr: Thanks for your suggestion. I have added another suggestion on how to achieve a horizontally centered equation.
– leandriis
1 hour ago
add a comment |
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
2 hours ago
1
@koleygr: Thanks for your suggestion. I have added another suggestion on how to achieve a horizontally centered equation.
– leandriis
1 hour 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
2 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
2 hours ago
1
1
@koleygr: Thanks for your suggestion. I have added another suggestion on how to achieve a horizontally centered equation.
– leandriis
1 hour ago
@koleygr: Thanks for your suggestion. I have added another suggestion on how to achieve a horizontally centered equation.
– leandriis
1 hour ago
add a comment |
Just to throw in an alternative layman's view
documentclassstandalone
usepackageamsmath
begindocumenthuge
$q^*_1 = textnumber of women who had their ( frac 2^ndtext birth in 1971 1^sttext birth in 1970~-~ 2^ndtext birth in 1970$)
enddocument
add a comment |
Just to throw in an alternative layman's view
documentclassstandalone
usepackageamsmath
begindocumenthuge
$q^*_1 = textnumber of women who had their ( frac 2^ndtext birth in 1971 1^sttext birth in 1970~-~ 2^ndtext birth in 1970$)
enddocument
add a comment |
Just to throw in an alternative layman's view
documentclassstandalone
usepackageamsmath
begindocumenthuge
$q^*_1 = textnumber of women who had their ( frac 2^ndtext birth in 1971 1^sttext birth in 1970~-~ 2^ndtext birth in 1970$)
enddocument
Just to throw in an alternative layman's view
documentclassstandalone
usepackageamsmath
begindocumenthuge
$q^*_1 = textnumber of women who had their ( frac 2^ndtext birth in 1971 1^sttext birth in 1970~-~ 2^ndtext birth in 1970$)
enddocument
answered 41 mins ago
KJOKJO
2,9631120
2,9631120
add a comment |
add a comment |
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.
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.
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%2f479691%2fhow-to-write-formula-in-word-in-latex%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
Welcome to TeX.SE! Well, I do not think that MS Word uses LaTeX, they use a subset of comands named as the commands in LaTeX. So it depends on the commands they defined. Please just check which commands are allowed, look for
parbox
or tabùlar` and try to use them ... In my opinion your question is off topic here (ask on a side specialised to MS Word please)– Kurt
2 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
2 hours ago