Tagged Questions
1
vote
1answer
74 views
How to use \displaybreak?
I have a very long equation
\begin{equation*}
\begin{aligned}
multiple line equation...
\end{aligned}
\end{equation}
But just using the above code causes the whole equation to start from a ...
7
votes
1answer
101 views
How do I suppress the whitespace above an equation block at the page top?
How do I suppress the whitespace above the equation block at the page top ?
It is added to the top margin, and I don't want that to happen.
I know that \abovedisplayshortskip controls this for the ...
4
votes
1answer
338 views
More sophisticated page breaks within aligned equations
This is my current method of allowing page breaks between my aligned equations
{\allowdisplaybreaks
\begin{align*}
left &= right1 \\
&= right2.
\end{align*}}
It works, but it doesn't ...
5
votes
0answers
264 views
mdframed: large texts with equation arrays skipping pages in \documentclass{memoir} (or book) [closed]
The package mdframed works very well enclosing plain texts with decorated frames: even when they span many pages the frame breaks accordingly! :-)
Unfortunately that is not yet the case when the ...
2
votes
1answer
244 views
mdframed: New bug with page break?
The package mdframed works well breaking framed plain texts.
I am trying hard to make it work also when the text contais equation arrays, but I keep getting strange compilation errors!
My last try ...
4
votes
1answer
382 views
How can I allow gather to break between pages? [duplicate]
Possible Duplicate:
Custom alignment of columns in align environment
MWE:
\documentclass{article}
\usepackage{lipsum}
\usepackage{amsmath}
\begin{document}
\lipsum[1-4]
\lipsum[4]
...
9
votes
1answer
3k views
Is it possible to pagebreak aligned equations?
The report I'm writting features a lot of long, multiple lines equations. To reduce visual polution I've been using an aligned environment nested inside equation. This way (unlike just using an align ...
4
votes
4answers
327 views
How can I avoid widows and orphans after displayed equations?
Edit: The original title of this question was "How can I avoid widows and orphans with the geometry package?" However, as egreg pointed out, the geometry package was not the cause of the problem. ...
16
votes
2answers
5k views
align* but show one equation number at the end
I am using align*, but I still need an equation number. I know one solution is to use align and add \nonumber to all lines but the last. Is there a 'lazy' way to do it?
I searched a little and found ...
7
votes
1answer
886 views
Long equation does not page break
I have a series of equations steps, about 20 lines or so. I would like to have it automatically decide page break when necessary, but it resists and always tries to stay in a whole page, rendering the ...
3
votes
1answer
137 views
Fixing formatting errors created by long eqnarrays
I'm writing a paper in which I have long eqnarrays, many of them 10 lines or longer. Since TeX seems to not want to page-break these equations, this results in weird formatting, eg pages that have ...
10
votes
2answers
426 views
Custom alignment of columns in align environment
I need to typeset two columns of equations, each row typeset with an equation number to the right as with an ordinary equation. The first column must be centered, and the second column must be ...
3
votes
1answer
376 views
Left-hand vertical rule applied to flalign environment with automatic pagebreak
I am referring to the coderule environment (see Override \centering to left justify an image) presented earlier by @TH as answer to the following question: Override \centering to left justify an image ...
12
votes
2answers
4k views
Multi-page equations — problem
I have a very long derivation, that needs to look like:
A = B \\ = C \\ = D \\
etc. The derivation spans across many lines. I'm looking for a way to typeset it so that when it reaches the end of ...
6
votes
1answer
562 views
Proof Split Over Two Pages
I have a proof that should take up only just over half a page; however, when I compile it, only the first few sentences appear in the bottom half of the page where my proof starts, and the rest is ...
11
votes
1answer
504 views
How to avoid widow lines after displayed equations
If a displayed equation is close to the bottom of the page, TeX likes to insert a page break even if the current paragraph contains only one more line after the equation, as e.g. in
... it follows ...