{page-breaking} is about how (La)TeX breaks pages (and, in multi-column documents, columns) and how page/column breaking can be influenced.
-1
votes
1answer
81 views
How to adjust last text on last page dynamically? [closed]
I am writing report and now improving look and feel of the report. I found that last section appears in last of page and its remaininng part on next page which does not look good.
How can i move ...
0
votes
0answers
24 views
Package acronym: unwanted pagebreak in front of the list of acronyms [duplicate]
When useing the acronym package to create a list of the used acronyms like this:
\renewcommand{\listofacronymsname}{List of acronyms and abbreviations}
\listofacronyms
\begin{acronym}
...
2
votes
2answers
253 views
Minipage spreading to multiple page
\documentclass[12pt]{article}
\usepackage{graphicx}
\usepackage[parfill]{parskip}
\usepackage[none]{hyphenat}
\sloppy
\usepackage[usenames,dvipsnames]{xcolor}
...
7
votes
3answers
101 views
Turn advise on page in exam [duplicate]
I like to have a "turn page around" advise on an exam sheet because it continues. Right now, I do it manually. I need to search where the page ends and put a
\vspace*{0.5cm}
\hfill \textit{Please ...
4
votes
1answer
1k views
Two-column beamer ToC with control over the breaking point
From Splitting TOC into two columns on single frame in beamer, I'd like to know whether it is possible to control the position of the breaking point between column 1 and column 2?
3
votes
2answers
129 views
Put quote in new page if it does not fit
I have a \begin{quote} ... \end{quote} which I would not like to be broken in separate pages. So if it's at the end of a page and there's not enough space, it would go into a new page automatically. ...
4
votes
1answer
70 views
Place floats on a separate page before the referring text
I am familiar with how/why LaTeX places floats in the way it does. I have searched for questions here and have read many answers relating to "floats", "left/right pages", etc., but have not found a ...
1
vote
1answer
125 views
Big Table with line and pagebreaks
For a technical documentation (two columns: function name left, description right) I need a way for automatic line and page breaks in a table environment in case the descriptions get a bit longer.
I ...
34
votes
3answers
20k views
What is the difference between “Page Break” and “New Page”? [duplicate]
Possible Duplicate:
\pagebreak vs \newpage
In LyX/LaTeX,
What is the difference between "Page Break" and "New Page"?
They both seem to do the same to me.
0
votes
1answer
108 views
Latex pgfpages cleardoublepage
I need to divide A4 into two A5 pages (landscape) which works fine with pgfpages but i also need special double page (like titlepage) where left half-page is empty and right contains text.
But this ...
2
votes
0answers
121 views
Breaking a proof between frames [closed]
I have the same question in here
Proofs in Beamer
In the answer, the author used beamertemplate to examine breaking the frames. But how can i change it to my paragraph?
For example, i need to ...
2
votes
2answers
699 views
Avoid pagebreak in landscape
I'm using the lscape package to landscape certain pages of the document. These pages basically are a section/subsection heading plus a table that must be landscaped. The problem is that entering ...
6
votes
1answer
121 views
Multiple vertical rules along text – by using \leaders?
I want to draw individual vertical rules on the left side of consecutive paragraphs/vertical boxes covering the vertical skips. In my case for every paragraph/vertical box, there can be different ...
4
votes
1answer
133 views
multicol seems to sum up problems to later move lines to the next page [closed]
We digitize and reproduce old German bible texts as free software. From XML, we are automatically generating LaTeX output to then generate PDF. One of our current implementations is using the multicol ...
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 ...
12
votes
4answers
6k views
How to show \listoffigures and \listoftables on one page and in the toc?
Is it possible to put the list of figures and tables onto one page? I only have two tables in my thesis, so having it on an extra page looks quite bad.
I've read about the tocloft package and tried ...
3
votes
1answer
185 views
automatically to apply \enlargethispage{\baselineskip} when single-word-widow occurs
Sometimes I encounter this single word widows instance very often, please find the right hand page, topline scoundrel. My design strategy is to leave enough white space at the bottom margin, so when ...
3
votes
1answer
122 views
Forcing a Document into a Single page
I've been using TeX for a while, so when I suggested my company compile its daily newsletter using LaTex, rather than an hour and a half of someone's time, I got tasked with actual implementation. ...
8
votes
2answers
116 views
How to show a hint when lstlisting is breaking page?
I use inline lstlisting-blocks with caption.
I have several listings that are running over more than one page or starting at the end of a page.
Now I want to place a hint for the readers, that the ...
28
votes
3answers
2k views
Unbreakable block
I want to do something like the following in TeX:
\begin{nobreak}
Text here will not split over pages, it will remain
as one continuous chunk. If there isn't enough room
for it on the current page ...
2
votes
2answers
123 views
Force column break within tabbing environment
Basically following the instructions here, I'm trying to enfore a column break in my text. My text is, however, embedded within a tabbing environment, and following the said instructions results in ...
7
votes
2answers
3k views
Big tables with big items: pagebreaks within items?
I am using LaTeX for creating PDF files automatically from within Python scripts. The documents I create basically consist of just one big table, which can span several pages. It consists of three ...
0
votes
1answer
58 views
Avoid page break in listing [duplicate]
Possible Duplicate:
How can I ensure that a listing is not going to be split?
My listing goes at the bottom of a page and fits good. But the header is separated and moved to another page. ...
3
votes
0answers
69 views
place symbol or some command on page break within lstlisting
Whenever I have a page break splitting my lstlisting on different pages, I would like to have a symbol or generally spoken some command inserted automatically. I can accomplish that manually by using ...
2
votes
1answer
93 views
Open ended frame with framed.sty
I made a frame using the framed package. When a pagebreak breaks it, it is divided in two separate frames. I would like the bottom and top of these two frames to be open, and an oframe option is ...
6
votes
1answer
51 views
Force hardspace in multiple citations
To cite multiple references, I'm using \cite{foo, bar}. Unfortunately, the second citation appears on a new page. Is there a way to force a hardspace between the two citations?
This is primarily a ...
1
vote
1answer
146 views
keeping the last line of one paragraph with the first line of the next paragraph or list in a \raggedbottom context
I often introduce new text with the last line of a paragraph, terminated by a colon. Perhaps the text before and after is ordinary text (between pages 1 and 2 in the example), or the text thereafter ...
10
votes
2answers
292 views
Absolutely, definitely, preventing page break
This is a question that has been asked before in various ways, but I have yet to find a general answer to it. Perhaps I'm misunderstanding something and the solution is actually very simple.
I have a ...
2
votes
1answer
60 views
Plots going to the wrong page [duplicate]
Possible Duplicate:
Keeping tables/figures close to where they are mentioned
In the end of a section, I added two plots and. So, I finished this section and started a new one. However, this ...
4
votes
2answers
78 views
settototalheight issue with empty lines
I am using \settototalheight to calculate the height of the text in order to use needspace correctly.
This is the code i am using :
\documentclass[12pt]{article}
\usepackage{graphicx}
...
14
votes
2answers
1k views
Breaking pictures across multiple pages
I am a relative TeX newbie trying to write a new package to generate timelines that can span multiple pages (the existing timeline solutions are not suitable for me, and I would like to write ...
7
votes
3answers
298 views
How can I make \titlespacing not omit the top spacing?
In a multicols*{2} environment for 12pt linehight text, I use
\titlespacing*{\subsection}{0pt}{12pt}{12pt}
To create exactly 12pt of space before and after subsections. Together with a line height ...
5
votes
2answers
166 views
Preventing page breaks from occurring in bibliography items
Using Bibtex and Natbib, does anyone know how to prevent a pagebreak from occurring mid-item?
I would like the bibliography to either:
Put an entire record on a given page, or
Carry the record ...
3
votes
1answer
87 views
How to split text around pages?
I have one input which has text and image.
Here text is quite lengthy which may occupy 2-3 pages. I want output like
some text on 1st page
then image on 2nd page
then rest of text on 3rd page.
...
4
votes
1answer
986 views
Avoiding blank page in Latex
I get a bank page after the content page. The content page is numbered in roman numerals. The chapters have Arabic page numbers. The blank page that I get after the content page has Arabic number 1. I ...
5
votes
1answer
268 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 ...
1
vote
1answer
148 views
Appendix package option to force page break before appendices
Instead of manually putting a \newpage before \begin{appendices}, how can I tell the appendix package to do this ?
4
votes
2answers
1k views
Add white page after table of contents before abstract
How can I add a white pages after the table of contents in order to have the abstract on a right page?
If I add
\clearpage
\newpage
I cannot get the white page added.
Ideas?
3
votes
1answer
93 views
How to avoid the break of framed/shaded?
I have a problem with the framed environment. I am writing a document (article), and several parts of it have a gray background. Unfortunately, when a new page comes, such a shaded environment is cut ...
0
votes
0answers
36 views
How to leave a page blank? [duplicate]
Possible Duplicate:
Add a new empty page
I was wondering how I can leave a blank page betweek two sections in an article
written using LyX.
0
votes
0answers
100 views
Keeping headings and subheadings with subsequent material [closed]
I am computer-generating a long document with a large number of headings, subheadings and (large) inserts. Where possible I would like to prevent page breaks between
headings and subheadings and
an ...
1
vote
1answer
85 views
Supress page breaks before headings, allow orphans
I am trying to create a simple outline document (based on scrbook), that contains just headings (chapter, section, ...) and a few notes inbetween. For that, I removed the clearpage before a new ...
2
votes
1answer
104 views
Page breaking up for caption of a table
Using the following I get problem by page break up.
\IfFileExists{FILE}{%
\begin{center}
\captionof{table}{Grenzwertverletzung [AL9]}
\begin{tabular}{ll}
AL9& \input{FILE} \\
\end{tabular}
...
6
votes
1answer
122 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 ...
2
votes
1answer
496 views
How to remove empty pages in document class article
Between sections/section or sections/subsection I have empty pages if a pre-section or pre-subsection does fill one page.
My document class:
\documentclass[9pt]{article}
How can I avoid this?
...
1
vote
0answers
50 views
No automatic page breaking after inserting figure [duplicate]
Possible Duplicate:
Overfull box and broken pagination
I'm currently using Latex for the first time in about a year, and I've run into some trouble. I have two images in my document so far, ...
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 ...
14
votes
2answers
359 views
Clearpage without pagebreak?
Is there a command which does the same like \clearpage (typesetting all floats which have not been typeset yet) but then does not insert a pagebreak but continues with the following text/graphics on ...
3
votes
2answers
209 views
Longtable and page break
I'm writing the use case documentation for my Software Engineering project. I'm using longtable to get a template that spans over multiple pages.
\documentclass{article}
\usepackage{array}
...
2
votes
2answers
94 views
multipage tables with ctable package
Does anybody know if it is possible to have a multipage table with the package ctable (I know that it is possible with longtable)?
My code is the following:
\documentclass{article}
...
