Theorem won't go to multiple lines and is causing text to run off the pageText containing math above and below equilibrium sign won't compile (using mhchem)An equation of text on multiple linesAutomatic line and page breaking - how to turn it off?Master label and sublabels for an equation with multiple lines?LaTeX - Assistance Publishing a Mathematical TheoremMultiple lines of text in math modeMultiple lines of centered text in between curly bracketsSums and differences spanning multiple linesHow to align left and central on the same linesMultiple lines of text within a TikZ node
Should I replace my bicycle tires if they have not been inflated in multiple years
Pressure to defend the relevance of one's area of mathematics
Returning the outputs of a nested structure
How do I tell my manager that his code review comment is wrong?
Enumerate Derangements
What was the state of the German rail system in 1944?
In Avengers 1, why does Thanos need Loki?
If Earth is tilted, why is Polaris always above the same spot?
To customize a predefined symbol with different colors
Are we obligated to aspire to be Talmidei Chachamim?
Moving the subject of the sentence into a dangling participle
I caught several of my students plagiarizing. Could it be my fault as a teacher?
How would adding a darkvision racial trait to Dragonborn affect balance?
Pressure inside an infinite ocean?
Why is B♯ higher than C♭ in 31-ET?
Why do money exchangers give different rates to different bills?
What is the minimal installation possible in order to run a .jar Java file?
Identifying my late father's D&D stuff found in the attic
When and why did journal article titles become descriptive, rather than creatively allusive?
My ID is expired, can I fly to the Bahamas with my passport?
Would glacier 'trees' be plausible?
Can fracking help reduce CO2?
How did Arya get her dagger back from Sansa?
Upside-Down Pyramid Addition...REVERSED!
Theorem won't go to multiple lines and is causing text to run off the page
Text containing math above and below equilibrium sign won't compile (using mhchem)An equation of text on multiple linesAutomatic line and page breaking - how to turn it off?Master label and sublabels for an equation with multiple lines?LaTeX - Assistance Publishing a Mathematical TheoremMultiple lines of text in math modeMultiple lines of centered text in between curly bracketsSums and differences spanning multiple linesHow to align left and central on the same linesMultiple lines of text within a TikZ node
I am writing a paper for a class that has to include a proof. I have started out by listing what I want to prove as a theorem and then I'll go through the process of proving it. However, the code I am using below puts everything on one line and the text portion of the theorem ends up running off the page. I tried putting in "" after the equation to put the text onto the line below it but that doesn't seem to work. Any ideas as to how I can fix this issue?
begintheorem
[
G(x)=sum_kgeq0C_kx^k=frac1-sqrt1-4x2x,\
where G(x) is the generating function for the catalan number sequence.
]
endtheorem
math-mode equations
add a comment |
I am writing a paper for a class that has to include a proof. I have started out by listing what I want to prove as a theorem and then I'll go through the process of proving it. However, the code I am using below puts everything on one line and the text portion of the theorem ends up running off the page. I tried putting in "" after the equation to put the text onto the line below it but that doesn't seem to work. Any ideas as to how I can fix this issue?
begintheorem
[
G(x)=sum_kgeq0C_kx^k=frac1-sqrt1-4x2x,\
where G(x) is the generating function for the catalan number sequence.
]
endtheorem
math-mode equations
1
One can't have line breaks in a single-line displayed equation. Incidentally, why would you wish to placewhere G(x) is the generating function for the catalan number sequence.inside the displayed equation?
– Mico
3 hours ago
1
you can not have linebreaks (\) in a displayed equation ([ ]) nor can you have words of text, movewhere...out of the math display
– David Carlisle
2 hours ago
add a comment |
I am writing a paper for a class that has to include a proof. I have started out by listing what I want to prove as a theorem and then I'll go through the process of proving it. However, the code I am using below puts everything on one line and the text portion of the theorem ends up running off the page. I tried putting in "" after the equation to put the text onto the line below it but that doesn't seem to work. Any ideas as to how I can fix this issue?
begintheorem
[
G(x)=sum_kgeq0C_kx^k=frac1-sqrt1-4x2x,\
where G(x) is the generating function for the catalan number sequence.
]
endtheorem
math-mode equations
I am writing a paper for a class that has to include a proof. I have started out by listing what I want to prove as a theorem and then I'll go through the process of proving it. However, the code I am using below puts everything on one line and the text portion of the theorem ends up running off the page. I tried putting in "" after the equation to put the text onto the line below it but that doesn't seem to work. Any ideas as to how I can fix this issue?
begintheorem
[
G(x)=sum_kgeq0C_kx^k=frac1-sqrt1-4x2x,\
where G(x) is the generating function for the catalan number sequence.
]
endtheorem
math-mode equations
math-mode equations
edited 3 hours ago
Mico
289k32395783
289k32395783
asked 3 hours ago
Alex AdinolfiAlex Adinolfi
854
854
1
One can't have line breaks in a single-line displayed equation. Incidentally, why would you wish to placewhere G(x) is the generating function for the catalan number sequence.inside the displayed equation?
– Mico
3 hours ago
1
you can not have linebreaks (\) in a displayed equation ([ ]) nor can you have words of text, movewhere...out of the math display
– David Carlisle
2 hours ago
add a comment |
1
One can't have line breaks in a single-line displayed equation. Incidentally, why would you wish to placewhere G(x) is the generating function for the catalan number sequence.inside the displayed equation?
– Mico
3 hours ago
1
you can not have linebreaks (\) in a displayed equation ([ ]) nor can you have words of text, movewhere...out of the math display
– David Carlisle
2 hours ago
1
1
One can't have line breaks in a single-line displayed equation. Incidentally, why would you wish to place
where G(x) is the generating function for the catalan number sequence. inside the displayed equation?– Mico
3 hours ago
One can't have line breaks in a single-line displayed equation. Incidentally, why would you wish to place
where G(x) is the generating function for the catalan number sequence. inside the displayed equation?– Mico
3 hours ago
1
1
you can not have linebreaks (
\ ) in a displayed equation ([ ]) nor can you have words of text, move where... out of the math display– David Carlisle
2 hours ago
you can not have linebreaks (
\ ) in a displayed equation ([ ]) nor can you have words of text, move where... out of the math display– David Carlisle
2 hours ago
add a comment |
2 Answers
2
active
oldest
votes
First off, I wouldn't place the string where G(x) is the generating function for the catalan number sequence. inside a displayed equation. Second, one cannot have line breaks inside [ ... ]. If you need to create a multi-line displayed equation, use a suitable environment provided by the amsmath package, such as align, gather, and multline.

documentclassarticle
usepackageamsthm
newtheoremtheoremTheorem
begindocument
begintheorem
Bla bla bla dots
[
G(x)=sum_kgeq0C_kx^k=frac1-sqrt1-4x2x,,
]
where $G(x)$ is the generating function for the catalan number sequence.
endtheorem
enddocument
I didn't know that this was an option, I'm still new to Latex so I'm figuring most things out as I go. Thank you very much for the input, this solved the problem.
– Alex Adinolfi
3 hours ago
add a comment |
If you really wish the "where G(x) is the generating function for the catalan number sequence"-phrase to belong to the equation, which would affect the size of vertical gap/the vertical spacing between the equation and that phrase, you can, e.g., use a gather- or a split-environment:
documentclassarticle
usepackageamsmath
newtheoremtheoremTheorem
begindocument
begintheorem
This is a theorem. This is a theorem. This is a theorem. This is a theorem. This is a theorem.
This is a theorem. This is a theorem. This is a theorem. This is a theorem. This is a theorem.
begingather*
G(x)=sum_kgeq0C_kx^k=frac1-sqrt1-4x2x,\
textwhere (G(x)) is the generating function for the catalan number sequence.%
endgather*
This is a theorem. This is a theorem. This is a theorem. This is a theorem. This is a theorem.
This is a theorem. This is a theorem. This is a theorem. This is a theorem. This is a theorem.
beginequation*beginsplit
&G(x)=sum_kgeq0C_kx^k=frac1-sqrt1-4x2x,\
&textwhere (G(x)) is the generating function for the catalan number sequence.%
endsplitendequation*
This is a theorem. This is a theorem. This is a theorem. This is a theorem. This is a theorem.
This is a theorem. This is a theorem. This is a theorem. This is a theorem. This is a theorem.
endtheorem
enddocument

And in some situations a simple minipage-environment might be your friend:
documentclassarticle
usepackageamsmath
newtheoremtheoremTheorem
begindocument
begintheorem
This is a theorem. This is a theorem. This is a theorem. This is a theorem. This is a theorem.
This is a theorem. This is a theorem. This is a theorem. This is a theorem. This is a theorem.
[%
G(x)=sum_kgeq0C_kx^k=frac1-sqrt1-4x2x,
text%
beginminipage[t]4cm%
where (G(x)) is the generating function for the catalan number sequence.%
endminipage%
%
]
This is a theorem. This is a theorem. This is a theorem. This is a theorem. This is a theorem.
This is a theorem. This is a theorem. This is a theorem. This is a theorem. This is a theorem.
endtheorem
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%2f488470%2ftheorem-wont-go-to-multiple-lines-and-is-causing-text-to-run-off-the-page%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
First off, I wouldn't place the string where G(x) is the generating function for the catalan number sequence. inside a displayed equation. Second, one cannot have line breaks inside [ ... ]. If you need to create a multi-line displayed equation, use a suitable environment provided by the amsmath package, such as align, gather, and multline.

documentclassarticle
usepackageamsthm
newtheoremtheoremTheorem
begindocument
begintheorem
Bla bla bla dots
[
G(x)=sum_kgeq0C_kx^k=frac1-sqrt1-4x2x,,
]
where $G(x)$ is the generating function for the catalan number sequence.
endtheorem
enddocument
I didn't know that this was an option, I'm still new to Latex so I'm figuring most things out as I go. Thank you very much for the input, this solved the problem.
– Alex Adinolfi
3 hours ago
add a comment |
First off, I wouldn't place the string where G(x) is the generating function for the catalan number sequence. inside a displayed equation. Second, one cannot have line breaks inside [ ... ]. If you need to create a multi-line displayed equation, use a suitable environment provided by the amsmath package, such as align, gather, and multline.

documentclassarticle
usepackageamsthm
newtheoremtheoremTheorem
begindocument
begintheorem
Bla bla bla dots
[
G(x)=sum_kgeq0C_kx^k=frac1-sqrt1-4x2x,,
]
where $G(x)$ is the generating function for the catalan number sequence.
endtheorem
enddocument
I didn't know that this was an option, I'm still new to Latex so I'm figuring most things out as I go. Thank you very much for the input, this solved the problem.
– Alex Adinolfi
3 hours ago
add a comment |
First off, I wouldn't place the string where G(x) is the generating function for the catalan number sequence. inside a displayed equation. Second, one cannot have line breaks inside [ ... ]. If you need to create a multi-line displayed equation, use a suitable environment provided by the amsmath package, such as align, gather, and multline.

documentclassarticle
usepackageamsthm
newtheoremtheoremTheorem
begindocument
begintheorem
Bla bla bla dots
[
G(x)=sum_kgeq0C_kx^k=frac1-sqrt1-4x2x,,
]
where $G(x)$ is the generating function for the catalan number sequence.
endtheorem
enddocument
First off, I wouldn't place the string where G(x) is the generating function for the catalan number sequence. inside a displayed equation. Second, one cannot have line breaks inside [ ... ]. If you need to create a multi-line displayed equation, use a suitable environment provided by the amsmath package, such as align, gather, and multline.

documentclassarticle
usepackageamsthm
newtheoremtheoremTheorem
begindocument
begintheorem
Bla bla bla dots
[
G(x)=sum_kgeq0C_kx^k=frac1-sqrt1-4x2x,,
]
where $G(x)$ is the generating function for the catalan number sequence.
endtheorem
enddocument
answered 3 hours ago
MicoMico
289k32395783
289k32395783
I didn't know that this was an option, I'm still new to Latex so I'm figuring most things out as I go. Thank you very much for the input, this solved the problem.
– Alex Adinolfi
3 hours ago
add a comment |
I didn't know that this was an option, I'm still new to Latex so I'm figuring most things out as I go. Thank you very much for the input, this solved the problem.
– Alex Adinolfi
3 hours ago
I didn't know that this was an option, I'm still new to Latex so I'm figuring most things out as I go. Thank you very much for the input, this solved the problem.
– Alex Adinolfi
3 hours ago
I didn't know that this was an option, I'm still new to Latex so I'm figuring most things out as I go. Thank you very much for the input, this solved the problem.
– Alex Adinolfi
3 hours ago
add a comment |
If you really wish the "where G(x) is the generating function for the catalan number sequence"-phrase to belong to the equation, which would affect the size of vertical gap/the vertical spacing between the equation and that phrase, you can, e.g., use a gather- or a split-environment:
documentclassarticle
usepackageamsmath
newtheoremtheoremTheorem
begindocument
begintheorem
This is a theorem. This is a theorem. This is a theorem. This is a theorem. This is a theorem.
This is a theorem. This is a theorem. This is a theorem. This is a theorem. This is a theorem.
begingather*
G(x)=sum_kgeq0C_kx^k=frac1-sqrt1-4x2x,\
textwhere (G(x)) is the generating function for the catalan number sequence.%
endgather*
This is a theorem. This is a theorem. This is a theorem. This is a theorem. This is a theorem.
This is a theorem. This is a theorem. This is a theorem. This is a theorem. This is a theorem.
beginequation*beginsplit
&G(x)=sum_kgeq0C_kx^k=frac1-sqrt1-4x2x,\
&textwhere (G(x)) is the generating function for the catalan number sequence.%
endsplitendequation*
This is a theorem. This is a theorem. This is a theorem. This is a theorem. This is a theorem.
This is a theorem. This is a theorem. This is a theorem. This is a theorem. This is a theorem.
endtheorem
enddocument

And in some situations a simple minipage-environment might be your friend:
documentclassarticle
usepackageamsmath
newtheoremtheoremTheorem
begindocument
begintheorem
This is a theorem. This is a theorem. This is a theorem. This is a theorem. This is a theorem.
This is a theorem. This is a theorem. This is a theorem. This is a theorem. This is a theorem.
[%
G(x)=sum_kgeq0C_kx^k=frac1-sqrt1-4x2x,
text%
beginminipage[t]4cm%
where (G(x)) is the generating function for the catalan number sequence.%
endminipage%
%
]
This is a theorem. This is a theorem. This is a theorem. This is a theorem. This is a theorem.
This is a theorem. This is a theorem. This is a theorem. This is a theorem. This is a theorem.
endtheorem
enddocument

add a comment |
If you really wish the "where G(x) is the generating function for the catalan number sequence"-phrase to belong to the equation, which would affect the size of vertical gap/the vertical spacing between the equation and that phrase, you can, e.g., use a gather- or a split-environment:
documentclassarticle
usepackageamsmath
newtheoremtheoremTheorem
begindocument
begintheorem
This is a theorem. This is a theorem. This is a theorem. This is a theorem. This is a theorem.
This is a theorem. This is a theorem. This is a theorem. This is a theorem. This is a theorem.
begingather*
G(x)=sum_kgeq0C_kx^k=frac1-sqrt1-4x2x,\
textwhere (G(x)) is the generating function for the catalan number sequence.%
endgather*
This is a theorem. This is a theorem. This is a theorem. This is a theorem. This is a theorem.
This is a theorem. This is a theorem. This is a theorem. This is a theorem. This is a theorem.
beginequation*beginsplit
&G(x)=sum_kgeq0C_kx^k=frac1-sqrt1-4x2x,\
&textwhere (G(x)) is the generating function for the catalan number sequence.%
endsplitendequation*
This is a theorem. This is a theorem. This is a theorem. This is a theorem. This is a theorem.
This is a theorem. This is a theorem. This is a theorem. This is a theorem. This is a theorem.
endtheorem
enddocument

And in some situations a simple minipage-environment might be your friend:
documentclassarticle
usepackageamsmath
newtheoremtheoremTheorem
begindocument
begintheorem
This is a theorem. This is a theorem. This is a theorem. This is a theorem. This is a theorem.
This is a theorem. This is a theorem. This is a theorem. This is a theorem. This is a theorem.
[%
G(x)=sum_kgeq0C_kx^k=frac1-sqrt1-4x2x,
text%
beginminipage[t]4cm%
where (G(x)) is the generating function for the catalan number sequence.%
endminipage%
%
]
This is a theorem. This is a theorem. This is a theorem. This is a theorem. This is a theorem.
This is a theorem. This is a theorem. This is a theorem. This is a theorem. This is a theorem.
endtheorem
enddocument

add a comment |
If you really wish the "where G(x) is the generating function for the catalan number sequence"-phrase to belong to the equation, which would affect the size of vertical gap/the vertical spacing between the equation and that phrase, you can, e.g., use a gather- or a split-environment:
documentclassarticle
usepackageamsmath
newtheoremtheoremTheorem
begindocument
begintheorem
This is a theorem. This is a theorem. This is a theorem. This is a theorem. This is a theorem.
This is a theorem. This is a theorem. This is a theorem. This is a theorem. This is a theorem.
begingather*
G(x)=sum_kgeq0C_kx^k=frac1-sqrt1-4x2x,\
textwhere (G(x)) is the generating function for the catalan number sequence.%
endgather*
This is a theorem. This is a theorem. This is a theorem. This is a theorem. This is a theorem.
This is a theorem. This is a theorem. This is a theorem. This is a theorem. This is a theorem.
beginequation*beginsplit
&G(x)=sum_kgeq0C_kx^k=frac1-sqrt1-4x2x,\
&textwhere (G(x)) is the generating function for the catalan number sequence.%
endsplitendequation*
This is a theorem. This is a theorem. This is a theorem. This is a theorem. This is a theorem.
This is a theorem. This is a theorem. This is a theorem. This is a theorem. This is a theorem.
endtheorem
enddocument

And in some situations a simple minipage-environment might be your friend:
documentclassarticle
usepackageamsmath
newtheoremtheoremTheorem
begindocument
begintheorem
This is a theorem. This is a theorem. This is a theorem. This is a theorem. This is a theorem.
This is a theorem. This is a theorem. This is a theorem. This is a theorem. This is a theorem.
[%
G(x)=sum_kgeq0C_kx^k=frac1-sqrt1-4x2x,
text%
beginminipage[t]4cm%
where (G(x)) is the generating function for the catalan number sequence.%
endminipage%
%
]
This is a theorem. This is a theorem. This is a theorem. This is a theorem. This is a theorem.
This is a theorem. This is a theorem. This is a theorem. This is a theorem. This is a theorem.
endtheorem
enddocument

If you really wish the "where G(x) is the generating function for the catalan number sequence"-phrase to belong to the equation, which would affect the size of vertical gap/the vertical spacing between the equation and that phrase, you can, e.g., use a gather- or a split-environment:
documentclassarticle
usepackageamsmath
newtheoremtheoremTheorem
begindocument
begintheorem
This is a theorem. This is a theorem. This is a theorem. This is a theorem. This is a theorem.
This is a theorem. This is a theorem. This is a theorem. This is a theorem. This is a theorem.
begingather*
G(x)=sum_kgeq0C_kx^k=frac1-sqrt1-4x2x,\
textwhere (G(x)) is the generating function for the catalan number sequence.%
endgather*
This is a theorem. This is a theorem. This is a theorem. This is a theorem. This is a theorem.
This is a theorem. This is a theorem. This is a theorem. This is a theorem. This is a theorem.
beginequation*beginsplit
&G(x)=sum_kgeq0C_kx^k=frac1-sqrt1-4x2x,\
&textwhere (G(x)) is the generating function for the catalan number sequence.%
endsplitendequation*
This is a theorem. This is a theorem. This is a theorem. This is a theorem. This is a theorem.
This is a theorem. This is a theorem. This is a theorem. This is a theorem. This is a theorem.
endtheorem
enddocument

And in some situations a simple minipage-environment might be your friend:
documentclassarticle
usepackageamsmath
newtheoremtheoremTheorem
begindocument
begintheorem
This is a theorem. This is a theorem. This is a theorem. This is a theorem. This is a theorem.
This is a theorem. This is a theorem. This is a theorem. This is a theorem. This is a theorem.
[%
G(x)=sum_kgeq0C_kx^k=frac1-sqrt1-4x2x,
text%
beginminipage[t]4cm%
where (G(x)) is the generating function for the catalan number sequence.%
endminipage%
%
]
This is a theorem. This is a theorem. This is a theorem. This is a theorem. This is a theorem.
This is a theorem. This is a theorem. This is a theorem. This is a theorem. This is a theorem.
endtheorem
enddocument

edited 1 hour ago
answered 1 hour ago
Ulrich DiezUlrich Diez
5,890620
5,890620
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%2f488470%2ftheorem-wont-go-to-multiple-lines-and-is-causing-text-to-run-off-the-page%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
One can't have line breaks in a single-line displayed equation. Incidentally, why would you wish to place
where G(x) is the generating function for the catalan number sequence.inside the displayed equation?– Mico
3 hours ago
1
you can not have linebreaks (
\) in a displayed equation ([ ]) nor can you have words of text, movewhere...out of the math display– David Carlisle
2 hours ago