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
Do I need to be arrogant to get ahead?
compactness of a set where am I going wrong
Min function accepting varying number of arguments in C++17
Is there a data structure that only stores hash codes and not the actual objects?
How to deal with a cynical class?
Co-worker team leader wants to inject his friend's awful software into our development. What should I say to our common boss?
Existence of subset with given Hausdorff dimension
SOQL: Populate a Literal List in WHERE IN Clause
Is it possible to upcast ritual spells?
In a future war, an old lady is trying to raise a boy but one of the weapons has made everyone deaf
Credit cards used everywhere in Singapore or Malaysia?
How to write cleanly even if my character uses expletive language?
Why did it take so long to abandon sail after steamships were demonstrated?
Gravity magic - How does it work?
Why do Australian milk farmers need to protest supermarkets' milk price?
How do anti-virus programs start at Windows boot?
Time travel from stationary position?
My Graph Theory Students
how to write formula in word in latex
How to change two letters closest to a string and one letter immediately after a string using notepad++
Does Mathematica reuse previous computations?
Combining an idiom with a metonymy
It's a yearly task, alright
Are all passive ability checks floors for active ability checks?
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
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
9 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 9 hours ago
Phelype Oleinik
24.2k54688
24.2k54688
New contributor
asked 9 hours ago
statisticianstatistician
211
211
New contributor
New contributor
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
9 hours ago
add a comment |
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
9 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
9 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
9 hours ago
add a comment |
5 Answers
5
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
8 hours ago
1
@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
8 hours 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 |
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
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
6 hours ago
1
@koleygr I'm no mathmagician (only a very very poor TeXnician hence the Layman's tag line
– KJO
6 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
6 hours ago
add a comment |
I'd define a suitable notation, avoiding long verbal descriptions. I also added the verbose version, but adding parentheses for clarity.
documentclassarticle
usepackageamsmath
begindocument
Let's denote by $W(n,y)$ the number of women who had their $n$th~birth
in the year~$y$. Then
beginequation*
q^*_1 = fracW(2,1971)W(1,1970)-W(2,1970)
endequation*
We can also typeset this with words, but it comes out quite awful
unless we add parentheses
beginequation*
q^*_1 =
frac
textnumber of women who had their second birth in 1971
Bigl(
begintabularc
number of women who had \
their first birth in 1970
endtabular
Bigr)
-
Bigl(
begintabularc
number of women who had \
their second birth in 1970
endtabular
Bigr)
endequation*
enddocument
Using equation*
avoids the need for nonumber
.
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
9 hours ago
1
@koleygr: Thanks for your suggestion. I have added another suggestion on how to achieve a horizontally centered equation.
– leandriis
8 hours ago
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
5 Answers
5
active
oldest
votes
5 Answers
5
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
8 hours ago
1
@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
8 hours 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
8 hours ago
1
@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
8 hours 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 9 hours ago
GuidoGuido
24.6k55088
24.6k55088
thank you so much
– statistician
8 hours ago
1
@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
8 hours ago
add a comment |
thank you so much
– statistician
8 hours ago
1
@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
8 hours ago
thank you so much
– statistician
8 hours ago
thank you so much
– statistician
8 hours ago
1
1
@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
8 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
8 hours 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 9 hours ago
koleygrkoleygr
12.6k11038
12.6k11038
add a comment |
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
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
6 hours ago
1
@koleygr I'm no mathmagician (only a very very poor TeXnician hence the Layman's tag line
– KJO
6 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
6 hours 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
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
6 hours ago
1
@koleygr I'm no mathmagician (only a very very poor TeXnician hence the Layman's tag line
– KJO
6 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
6 hours 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
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 7 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
6 hours ago
1
@koleygr I'm no mathmagician (only a very very poor TeXnician hence the Layman's tag line
– KJO
6 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
6 hours ago
add a comment |
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
6 hours ago
1
@koleygr I'm no mathmagician (only a very very poor TeXnician hence the Layman's tag line
– KJO
6 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
6 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
6 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
6 hours ago
1
1
@koleygr I'm no mathmagician (only a very very poor TeXnician hence the Layman's tag line
– KJO
6 hours ago
@koleygr I'm no mathmagician (only a very very poor TeXnician hence the Layman's tag line
– KJO
6 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
6 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
6 hours ago
add a comment |
I'd define a suitable notation, avoiding long verbal descriptions. I also added the verbose version, but adding parentheses for clarity.
documentclassarticle
usepackageamsmath
begindocument
Let's denote by $W(n,y)$ the number of women who had their $n$th~birth
in the year~$y$. Then
beginequation*
q^*_1 = fracW(2,1971)W(1,1970)-W(2,1970)
endequation*
We can also typeset this with words, but it comes out quite awful
unless we add parentheses
beginequation*
q^*_1 =
frac
textnumber of women who had their second birth in 1971
Bigl(
begintabularc
number of women who had \
their first birth in 1970
endtabular
Bigr)
-
Bigl(
begintabularc
number of women who had \
their second birth in 1970
endtabular
Bigr)
endequation*
enddocument
Using equation*
avoids the need for nonumber
.
add a comment |
I'd define a suitable notation, avoiding long verbal descriptions. I also added the verbose version, but adding parentheses for clarity.
documentclassarticle
usepackageamsmath
begindocument
Let's denote by $W(n,y)$ the number of women who had their $n$th~birth
in the year~$y$. Then
beginequation*
q^*_1 = fracW(2,1971)W(1,1970)-W(2,1970)
endequation*
We can also typeset this with words, but it comes out quite awful
unless we add parentheses
beginequation*
q^*_1 =
frac
textnumber of women who had their second birth in 1971
Bigl(
begintabularc
number of women who had \
their first birth in 1970
endtabular
Bigr)
-
Bigl(
begintabularc
number of women who had \
their second birth in 1970
endtabular
Bigr)
endequation*
enddocument
Using equation*
avoids the need for nonumber
.
add a comment |
I'd define a suitable notation, avoiding long verbal descriptions. I also added the verbose version, but adding parentheses for clarity.
documentclassarticle
usepackageamsmath
begindocument
Let's denote by $W(n,y)$ the number of women who had their $n$th~birth
in the year~$y$. Then
beginequation*
q^*_1 = fracW(2,1971)W(1,1970)-W(2,1970)
endequation*
We can also typeset this with words, but it comes out quite awful
unless we add parentheses
beginequation*
q^*_1 =
frac
textnumber of women who had their second birth in 1971
Bigl(
begintabularc
number of women who had \
their first birth in 1970
endtabular
Bigr)
-
Bigl(
begintabularc
number of women who had \
their second birth in 1970
endtabular
Bigr)
endequation*
enddocument
Using equation*
avoids the need for nonumber
.
I'd define a suitable notation, avoiding long verbal descriptions. I also added the verbose version, but adding parentheses for clarity.
documentclassarticle
usepackageamsmath
begindocument
Let's denote by $W(n,y)$ the number of women who had their $n$th~birth
in the year~$y$. Then
beginequation*
q^*_1 = fracW(2,1971)W(1,1970)-W(2,1970)
endequation*
We can also typeset this with words, but it comes out quite awful
unless we add parentheses
beginequation*
q^*_1 =
frac
textnumber of women who had their second birth in 1971
Bigl(
begintabularc
number of women who had \
their first birth in 1970
endtabular
Bigr)
-
Bigl(
begintabularc
number of women who had \
their second birth in 1970
endtabular
Bigr)
endequation*
enddocument
Using equation*
avoids the need for nonumber
.
answered 6 hours ago
egregegreg
726k8819223230
726k8819223230
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
9 hours ago
1
@koleygr: Thanks for your suggestion. I have added another suggestion on how to achieve a horizontally centered equation.
– leandriis
8 hours 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
9 hours ago
1
@koleygr: Thanks for your suggestion. I have added another suggestion on how to achieve a horizontally centered equation.
– leandriis
8 hours 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 8 hours ago
answered 9 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
9 hours ago
1
@koleygr: Thanks for your suggestion. I have added another suggestion on how to achieve a horizontally centered equation.
– leandriis
8 hours 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
9 hours ago
1
@koleygr: Thanks for your suggestion. I have added another suggestion on how to achieve a horizontally centered equation.
– leandriis
8 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
9 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
9 hours ago
1
1
@koleygr: Thanks for your suggestion. I have added another suggestion on how to achieve a horizontally centered equation.
– leandriis
8 hours ago
@koleygr: Thanks for your suggestion. I have added another suggestion on how to achieve a horizontally centered equation.
– leandriis
8 hours ago
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
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
9 hours ago