{page-breaking} is about how (La)TeX breaks pages (and, in multi-column documents, columns) and how page/column breaking can be influenced.

learn more… | top users | synonyms (1)

4
votes
1answer
78 views

Preventing page break in register between reference and page number (ConTeXt)

Problem: The page number of an reference in the register is set to th next page - pake breaking between the reference and the page number. I do not know how to produce a smaller Example: ...
0
votes
1answer
35 views

Floating image spanning over newpage

I m wiring one report in which i need to add images in each section. Each section start on new page but i found when there is not enough space on one section, image float to another section and there ...
4
votes
0answers
37 views

Modify bigfoot rules for footnote page-breaks

I use the bigfoot package and I would like to reset preferences (penalties?) for footnote page breaks exactly as they are in the basic LaTeX default. I noticed that bigfoot, while allowing for nested ...
4
votes
0answers
143 views

Stop listings going over page breaks

I am using Pandoc to generate Tex from Markdown. It automatically generates listings when it comes across the appropriate Markdown (code indented four spaces). It then uses the listings package to ...
4
votes
0answers
92 views

Why is a page break added at the end of a column set in ConTeXt?

I have a document containing some 1-column and 2-column passages, mixed, e.g.: This sentence has no column- s. This part of are balanced the document such that t- has two col- he lines are ...
3
votes
0answers
68 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
0answers
42 views

Split mdframed environment occasionally skips page

I'm currently using the mdframed package for a custom environment for my master's thesis. In rare cases, the environment shows some rather strange behaviour — the correctly split environment (i.e. the ...
2
votes
0answers
39 views

Split custom float over pages?

I use a custom float example, but some of the code is running longer than a page. Is there an easy way to split the float across pages? The definition is as follows: \floatstyle{ruled} ...
2
votes
0answers
75 views

Provide an example of how to detect when a page break is about to occur

I have a long text and using supertabular package. While I know that the package and LaTeX itself calculate and determine when to have a page break, would it possible to know when the page break is ...
2
votes
0answers
77 views

Adding floating space between main text and footnotes

I have to typeset a text with several widows and lots of footnotes. The editor told me to leave an additional blank line between the main text and the footnotes and to use this space to print the ...
2
votes
0answers
99 views

Headers and footers for listing environment?

What I need to be able to do is apply a header and footer when I use the listings environment. I have a few requirements: The header and footer should be outside the listing itself, i.e. they are ...
1
vote
0answers
57 views

Avoiding widows by increasing the page size

Two related questions: I think atm I feel that the best and easiest way to avoid widows and orphans is to let the affected pages differ a little in size. Almost no one would recognise it and -- even ...
0
votes
0answers
43 views

Put a break after authors

I want to put a page break after the authors as there is a small space between the authors block and the abstract.
0
votes
0answers
31 views

Chapter header is not placed right before pagebreak

I have a document that is followed by a set of appendices. In one of these appendices, I want to include flowcharts as figures that take a whole page. The way I want it to look is as follows: First ...
0
votes
0answers
65 views

Selective page break

Is there a way to select a float for three rows so that the page break will push the set of three rows to the next page instead of breaking between the rows? In the following example the second line ...
0
votes
0answers
45 views

Prevent a single line at the end of a page

I have a document with bold single lines before paragraphs, how do I prevent from having these line at the end of the page and the accompanying paragraph at the next page? I wish to have the bold ...
0
votes
0answers
70 views

Make text continue from page n to page n+1 while in parallel environment

I have a complex typesetting task which can all but be made automatic by embedding environments provided by parrun.sty within those from parallel.sty. Each of my pages needs to be divided in two. ...