0
votes
0answers
34 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 ...
3
votes
1answer
193 views

How to put a full-width table at the top or bottom of the same two-column page as the reference text?

I'm posting today because I would like to reduce white space in a document I'm writing. The content is two-columns but I have floating tables that span across both columns (table*). At some point, ...
0
votes
0answers
107 views

\newpage and \clearpage not working for large table [closed]

I use the agutex class. The last appendix has a big table which always crosses whatever comes after the appendix. I tried using \newpage and \clearpage. I put it at the end after all the figures etc. ...
5
votes
1answer
53 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. ...
10
votes
1answer
148 views

How to have the mdframed material flow in the top part of consecutive pages

Suppose you have the following layout: The gray area represents normal text. The orange area consists of one or more text boxes (inserts) of given height. Some textbook layouts present advanced or ...
4
votes
1answer
325 views

Landscape forces premature pagebreak

After some trouble I have managed to make a table in landscape orientation that breaks over three pages. I used tabularx and the landscape package. Now my problem is that the thing won't float like ...
4
votes
1answer
453 views

Figures on left pages, text on right pages

I'm writing a thesis in the book document class and I'm using a lot of figures to explain the working method. If I use the method proposed in Figures on left pages, text on right ones with class book, ...
0
votes
0answers
35 views

Table showing on new page [duplicate]

Possible Duplicate: Keeping tables/figures close to where they are mentioned I have the following problem, I started a new section with appendix and I put a few tables there. But tables are ...
4
votes
2answers
852 views

Forcing a figure to appear on the next page

I have a figure which takes up an entire page of space. When I use \includegraphics to put it in my document, instead of appearing on the next page, it appears at the end of the section. However, I ...
1
vote
1answer
166 views

put ending text at the beginning of next page

I have some text at the end of my page and I would put it at the beginning of the next page.which could be the best way to have this result?
7
votes
2answers
590 views

Marginpar appearing on the wrong side (using memoir)

The subject line pretty much says it all: some marginal notes (beginning of the second page) do not appear on the correct side. (The question is: how can I fix this automatically?) Below is a MWE that ...
25
votes
2answers
962 views

Meta-question: Automated Newspaper Layout

This question might well be off topic, so feel free to close. But I hope some people reading here possess the relevant meta-knowledge. I'm thinking (from a professional point of view) about fully ...
36
votes
2answers
3k views

How do I ensure that figures appear in the section they're associated with?

Often floats may land quite a bit later in the document than the point they are created, sometimes after a section break. Is there a way to force a new section to start on a new page, after any ...