Tagged Questions
1
vote
0answers
60 views
Text starting at the bottom of paper? [closed]
I start writing my thesis in LaTeX. On one of the paper do have a graph and for some reason it split the text and the text are starting at the bottom of the new page.
I am using the ...
2
votes
1answer
155 views
Empty sections cannot be broken, making page look stretched out
This is almost duplicate to question Random unwanted space between paragraphs but I don't even use \par.
I'm using pdflatex to compile a .tex file. As I wrote my text I noticed a sudden change in how ...
3
votes
1answer
111 views
Images on same page as text (paragraph)
I have 3 paragraphs with text (but without use \paragaph, just ext) and I have 3 images to these paragraphs. When I create pdf I have these paragraphs on one page (with text before) then on next page ...
1
vote
0answers
42 views
How to hold all lines in a defined environment? [duplicate]
\def\Grammercaption{\textbf{Grammer}}
\def\grammer{\bgroup\ignorespaces\Grammercaption\fontsize{10}{13pt}\selectfont}
\def\grammer{\egroup}
I want all lines of text within this environment stick ...
8
votes
1answer
206 views
How can I tie two pieces of text together so LaTeX tries not to break exactly between them?
I'd like to typeset two chunks of text (a problem statement and solution) next to each other, but I don't want the problem to be the last thing on a page and the solution to be the first thing on the ...
1
vote
0answers
35 views
Suppressing pagebreaks within paragraphs [duplicate]
Possible Duplicate:
How to avoid page-breaks inside paragraphs?
The style spec for a document requires that pagebreaks come between paragraphs or list items, so paragraphs are never split ...
13
votes
2answers
333 views
Breaking a theorem between pages
I currently have this custom myexample theorem environment that is working absolutely great.
\newtheoremstyle{myexamplestyle}{}{}{}{}{\bfseries}{.}{ }{}
...
0
votes
0answers
26 views
How to prevent paragraph breaks if only a single line on a page? [duplicate]
Possible Duplicate:
Widow word on a page? I thought LaTeX wouldn't do that.
Apparently there is a typesetting rule that "a paragraph should not be broken so that a single line of the ...
1
vote
1answer
178 views
How to allow page-breaks in columns/list
I've got a following fragment to display in two columns:
Some heading Some longer
description
* with
* a
* list
I'm using ...
3
votes
2answers
249 views
How to keep the paragraph and subsequent image on one page?
I have a text, where pictures are interleaved with descriptions for them. And since pictures are quite big, sometimes picture moves to next page, but the description for it stays on the previous page, ...
2
votes
2answers
243 views
Two paragraphs side-by-side and page breaks
I have a little mind puzzle here. This idea was bugging me since I saw a question about breaking cells in a table on a page break. Let's think of a table row that's built from cells that are ...
26
votes
2answers
4k views
How to avoid page-breaks inside paragraphs?
I would like to know if there is any global command that would prevent any page-breaks inside paragraphs. I'd rather have the whole paragraph on the next page instead of having it cut in the middle. I ...
10
votes
2answers
677 views
Test if a paragraph has a page break in it?
I'm trying to use TikZ to make fancier frames. I'm using the clever \tikzmark thing that Andrew Stacey wrote to put nodes at the top left and bottom right of the body of an environment.
Then I use ...
4
votes
3answers
2k views
How not to indent the very first line on a page in LaTeX?
If the first line on a page happens to be the first line of a paragraph at the same time, I would like not to indent it (just as if it is the first line of a section). Is there a way to do this ...
6
votes
1answer
605 views
Large gaps between paragaphs VS avoiding widows / orphans
How to avoid widow and orphan lines, while also avoiding too large gaps appearing between the paragraphs on the previous page?
I figure that to strongly discourage widows and orphans, one would use a ...
11
votes
2answers
1k views
How can I prevent page break between lines of a paragraph or bibliography entry?
My university's thesis guidelines require that each bibliographic entry appear in whole on a single page, rather than being split across two. How can I prevent (La)TeX breaking a paragraph across a ...
