{blank-page} is about creating and handling blank pages in (La)TeX
17
votes
4answers
2k views
How to remove headers and footers for pages between chapters?
To ensure that a new chapter starts on a right-hand page, the book class (and the report class with the option openright) will insert blank pages between chapters if necessary. However, these pages ...
8
votes
3answers
2k views
Add a new empty page
I have a .tex file which is like my main,
\documentclass[spanish]{article}
\usepackage{times}
\usepackage{amsmath}
\usepackage{graphicx}
...
17
votes
3answers
3k views
How do I make pages which were “intentionally left blank”?
I have a scrbook document with an openright option, i.e. every once in a while a blank left page appears in the document. Not that I really want to do this, but how could I include the infamous "This ...
17
votes
4answers
974 views
How I can automatically add a page if the total number of pages is odd?
I need automatically add a blank page (also without document header, numbering and footer) at the end of the document, if the total numbers of pages is odd. How I can do that?
And preferably without ...
5
votes
3answers
876 views
Add a quote to a blank page centered
I would like to start my thesis with a blank page with a quote of a famous scientist.
I however do not find an elegant way to create the following in a estecially pleasing way (a larger font, stylish ...
4
votes
0answers
426 views
Ensure last page is even and blank [duplicate]
Possible Duplicate:
How I can automatically add a page if the total number of pages is odd?
I am writing a report in two-sided mode. Report is based on the erdcclass file (with ...
6
votes
2answers
181 views
How do I get a blank column?
I'm trying to create a program (i.e. the paper kind you hand out) in LaTeX.
I've got \documentclass[landscape, letterpaper] and I'm running into problems with the columns. I've tried multicol, ...
1
vote
1answer
95 views
Can images and tables be always placed immediately after the paragraph they are first mentioned, even if white-space needed to move to another page?
I would like to ensure that when I mention a table/figure in the text, the figure/table will appear after that paragraph ends. Even if this means leaving the rest of the page blank and putting the ...
5
votes
1answer
1k views
How to remove empty page after appendix and the next chapter?
I am using LaTeX for my thesis and I am getting a blank page after Appendix and the next chapter. My document class is book:
\documentclass[a4paper,oneside,12pt]{book}
I have tried inserting the ...
3
votes
1answer
2k views
Remove unnecessary blank page after creating an appendix
Declaring appendices, an unnecessary blank page is created immediately after. Leaving a 1-page break before the first appendix!?
How can this blank page be removed.
MWE below.
...