{page-breaking} is about how (La)TeX breaks pages (and, in multi-column documents, columns) and how page/column breaking can be influenced.
6
votes
1answer
120 views
How to break long solutions in exam class?
I am currently using the exam class to write up the solutions to a take-home exam, but I am having issues when my solutions are too big to fit a page. I either have huge gaps in my paper or solutions ...
6
votes
2answers
210 views
How to say “this is a good place for a page break”?
How do I tell LaTeX, "if you need to put a page break, this is a good place to put it" ?
6
votes
1answer
101 views
Footnotes causing pagebreaks in philosophersimprint.cls
I am trying to typeset an article using the philosophersimprint class, but footnotes are having a weird interaction with pagebreaks. Here is a minimal example demonstrating my problem:
...
6
votes
1answer
871 views
Proofs in Beamer
I'm writing a presentation in Beamer, where I present proofs which are longer than one frame. How to make Beamer to break it automatically to another frame? If it is not possible how am I supposed to ...
6
votes
1answer
244 views
Remove blank pages after title and Table of contents
I'm using the book style, and I've got a title and ToC, they generate a lot of blank spaces after them that is completely unnecessary; how do I stop this behaviour?
Here is my example code
...
6
votes
1answer
360 views
How to suppress glsgroupskip on pagebreak? (glossaries package)
I'm using the 'glossaries' package to build a list of abbreviations. I have my own style defined based on a standard longtable style (to easily see what's the matter I pick the 'longheaderborder' ...
6
votes
1answer
373 views
Excursus environment using mdframed: Issue with page breaks
This question is a follow-up question to: Access mdframed node coordinates with TikZ?
@MarcoDaniel: Awesome package (mdframed)! Nice clean code, too.
@Tobi:
I really like your new excursus ...
6
votes
1answer
520 views
mdframed : Bug with page break?
I'm trying to use the package mdframed to handle framed boxes, that allow page breaking when the content of the box is too large. Nevertheless, i encounter the following difficulty :
...
6
votes
2answers
2k views
How can I fit my table of contents into a single page?
When I use \tableofcontents I get all my contents in a single page except for a line that goes on the other page, how can I make all in the same page?
6
votes
2answers
368 views
Large table (ca. 30 columns) covering one or several double pages?
For the appendix of my Ph. D. thesis I need to typeset some very big tables containing raw data. They have about 30 columns and might have enough lines to not fit vertically on one (double)page.
Is ...
6
votes
1answer
743 views
How to make memoir not put bibliography on next recto page
I am using two columns in a memoir document and when I place a bibliography using bibtex for some reason it ends up on the next recto page. I am writing a book with multiple chapters and I want each ...
6
votes
1answer
85 views
Output two sided, but only on recto page — occasional images on verso
I am preparing a thesis. In order to reduce the number of physical sheets of paper, I need to print certain figures/tables on the verso side. However the university regs state that, while figs/tables ...
6
votes
1answer
460 views
suppress pagebreaks in titletoc's titlecontents* blocks
How do I suppress pagebreaks in the toc "paragraphs" produced by titlesec's \titlecontents* command without stopping linebreaks between subsections?
The follwoing suppresses linebreaks within ...
6
votes
1answer
1k views
Remove newpage after \tableofcontents, \listoffigures, etc. in book class
When using a documentclass of book, it seems there is a \newpage inserted after the \tableofcontents and \listoffigures. How can I suppress this? In articles, the following works. How can I get this ...
6
votes
1answer
224 views
Is there a “\nocolumnbreak” analog to \nopagebreak?
If I want to prevent latex from putting two (short) paragraphs on different columns, is there something similar to \nopagebreak that will let me do this?
6
votes
1answer
604 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 ...
6
votes
1answer
100 views
How to not have widows and orphans without using raggedbottom
I know I can set \clubpenalty and \widowpenalty to 10 000 to make them “really bad”, but then TeX sees it equally bad to cut the page short when there is no vertical stretch (i.e. \parskip=0pt), and ...
6
votes
1answer
95 views
Environment makes unnecessary page break
I have a problem with user-defined environments in LaTeX. Even though the content of an environment seems to fit, sometimes LaTeX makes an unneccessary page break after all.
Here is my MWE:
...
6
votes
1answer
153 views
Orphans when using the SIGCHI LaTeX style
The current SIGCHI template does contain some instructions to prevent orphans (\clubpenalty and \widowpenalty) but for some reason that isn't working for me. I tried increasing the penalties but that ...
6
votes
1answer
1k views
Include thebibliography on the same page
My paper has a page limit and the spec says to include the bibliography on the same page right after the text. I'm using the thebibliography environment (its a very simple bibliography). How can I ...
6
votes
1answer
204 views
How to insert a blank page or other annotation space next to each page
For a questionaire-alike document, I want to add a blank page next to every other page. These pages must get the default headers, footers etceteras and should be included in the page numbering. This ...
6
votes
1answer
245 views
How can I prevent lstlisting with shadowbox-style to be split?
I have my listings styled with frame=shadowbox. In some cases the lower or upper border of a listing appears on the previous or next page (see screenshot). I do not wrap the listing in a minipage ...
6
votes
1answer
849 views
How to split algorithm2e over two pages
I'm using algorithm2e package but my algorithm does not fit in only one page. Is there any way to split it over two pages, even if manually?
If doing it manually, we can use two algorithm ...
6
votes
1answer
76 views
How do I make the title 'Figure' appear on the same page as my first figure
This is my code:
\documentclass[twoside, a4paper, 11pt]{article}
\title{}
\author{}
\usepackage{amsfonts}
\usepackage{amsthm}
\usepackage{mathtools}
...
6
votes
1answer
118 views
Conditional page breaking
I have used LaTeX on and off for a number of years now for several large documents with evolving versions over long lifetimes. But every time it seems like, powerful and wonderful as LaTeX is, there ...
6
votes
0answers
53 views
Longtable overfilling the bottom margin with longtable and figures [duplicate]
Possible Duplicate:
longtabu and floats: wrong table breaks on pages with floats
In the paper I'm writing I want to format a long sequences of equations with definitions. To have a ...
5
votes
3answers
133 views
Onecolum at the end in twocolum
So I have two problems:
first. how to add onecolumn at the end of article withtout breaking page?
second. same but after table in the middle of text?
5
votes
2answers
655 views
How can I force bibliography items not to be split across pages? [duplicate]
Possible Duplicate:
How can I prevent page break between lines of a paragraph or bibliography entry?
\documentclass{mwrep}
\usepackage[nodisplayskipstretch]{setspace} \setstretch{1.9}
...
5
votes
3answers
426 views
Make sections begin on even-numbered pages in documentclass article
I've understood that it's easily solved in the book class. But is there a simple solution for how to do this in the article class?
5
votes
2answers
180 views
htbp and longtable
I am applying a longtable environment.
I would like to use something like [htbp] in order to put the table in the next page. Every time I do it gives me an error.
Now I am solving the problem with a ...
5
votes
1answer
1k views
Remove blank page between list of figures and list of tables
Please how can I delete the blank page between List of Figures and List of Tables?
I tried this:
\listoffigures
\nopagebreak[0]
\listoftables
but nothing changed. Here is my code:
...
5
votes
2answers
382 views
\AddEverypageHook just checks the first page
I am totally new to LaTeX and right now I'm trying to find out how everything works. For the following code I get a background picture only on the first page although I want to have it on all odd ...
5
votes
1answer
669 views
To have no pagebreak before Bibliography
The position of Bibliography section is defined by document class, report class is a new page, some articles class no has page break.
How change this witout change the class of the document? So i ...
5
votes
1answer
597 views
Shaded theorems (thmtools) spanning pages
When the thmtools package is used to create theorem environments with a shaded background, it does not allow separate theorems to span more than one page. This is a rather severe problem if the ...
5
votes
1answer
262 views
Preventing page break in \documentclass[twocolumn]{article} after \author{}
A page break appeared between \author{} and \date{} after I added the \twocolumn[] section. The \twocolumn[] section was added to achieve a single column abstract in the twocolumn document. How can I ...
5
votes
4answers
135 views
How can I add a page break after a chapter title?
I'd like to have a page that is mostly blank, but just shows the chapter number and the title, and maybe a small summary of the chapter, followed by white space... The actual sections will start on ...
5
votes
1answer
210 views
How to avoid page break after \end{multicols*}?
I am experimenting in LyX to create a page which has a single column and two column text.
I inserted the following TeX code in the file.
\begin{multicols*}{2}
\lipsum[1]
...
5
votes
1answer
262 views
Force a caption to be on the same page as a figure
I'm using the overpic environment to include figures, and the memoir class to add captions. How do I force the caption to always stay on the same page as its corresponding figure?
Below is my MWE. ...
5
votes
2answers
552 views
Environment with first paragraph in bold and no pagebreaks
I would like to setup a new environment which typesets the first paragraph in boldface, the following paragraphs in normal text, and with (possibly) no pagebreaks between the first paragraph and the ...
5
votes
1answer
633 views
Page break with \include
I like to print my drafts with big fonts and small margins (i do this in memoir style in a single chapter), but the \include comand creates a page break. Is there a way to avoid this and have section ...
5
votes
1answer
10k views
Explicit frame break with beamer class
I am looking for a way to insert explicit frame breaks. I'd like to use the built-in frame title continuation feature. The only way I have found is to play with different values of the ...
5
votes
2answers
2k views
Listing over two columns - how to page break?
I have a two column article:
\documentclass[a4paper, twocolumn]{article}
Inside this is a bigger lstlisting which has a float=* to merge the two columns.
However this listing needs a page break. ...
5
votes
2answers
504 views
How to disable pagebreak on \hline in longtable?
How to disable pagebreak on \hline in longtable?
This is an example illustrating my problem:
\documentclass[12pt,a4paper,oneside]{letter}
\usepackage{longtable}
\begin{document}
...
5
votes
2answers
606 views
Multi-page one-column abstract in a two-column document
I'm making a two-column document, but I need a one-column abstract. The code:
\twocolumn[
\begin{@twocolumnfalse}
\maketitle
\begin{abstract}
...
\end{abstract}
\end{@twocolumnfalse}
]
doesn't ...
5
votes
1answer
401 views
How to change chapter created by \printindex to section?
I wonder if there is a solution to the following problem: I wanted to create an index with the package makeidx and the scrartcl document class. \printindex creates a chapter called "Index". But all I ...
5
votes
2answers
599 views
thmtools: How to prevent pagebreak between theorem and proof?
I am using thmtools to format a collection of theorems and their proofs.
Is there any way to prevent a pagebreak from happening between the last line of a theorem statement and the first line of the ...
5
votes
1answer
2k views
How to move the last line to the next page?
I have a trivial (I hope) problem. I want to move the last line from the even page to the odd one and not to break the paragraph. I tried \newpage and it moved the line to the odd page but it broke ...
5
votes
1answer
108 views
How much text will end up on a page?
---Edit:
In response to David Carlisle's answer, here is an actual scenario where the problem occurs.
I have two Bible texts in two languages. Let's say English and Spanish.
The basic idea of ...
5
votes
1answer
210 views
\maketitle text before title
I want my page to look something like this (using \documentclass{article}):
text
title
text
but I can't get it right, it puts my title on the next page leaving my first text ...
5
votes
1answer
52 views
How to avoid defined para from appearing at bottom of page?
I defined a poem-environment for two lined poems with the macro below. And could get both lines unbroken with samepage environment.
But how do I make them to not end on last line of a page.
...