{blank-page} is about creating and handling blank pages in (La)TeX
2
votes
0answers
33 views
How do I put a blank page between two pages of the table of contents? [duplicate]
My table of contents have two pages, page ix and page x, but I want to just let even pages have contents, so I have to put a blank page between those two. So I need to have the TOC at pages ix and xi, ...
1
vote
1answer
31 views
How do I put a blank page IN summary?
my summary have two pages, page ix and page x, but I want to just let even pages have contents, so I have to put a blank page between those two. So I need to have the summary at pages ix and xi, and ...
0
votes
1answer
69 views
Unwanted blank page prepended to large table
Problem-ku:
A page-long table
Gets a blank page prepended
I do not want this
The table is very large (69x20) but fits on one page.
Here's the code I'm using at the beginning and end of the ...
0
votes
3answers
74 views
How to start document with empty page followed by table of contents?
In a book class document, I am trying to insert one empty page before the table of contents.
I tried with the following code :
\documentclass[a4paper]{book}
\begin{document}
...
4
votes
1answer
115 views
Inserting a blank left starting page in a Koma-script book
I am finishing my dissertation, and I'm using the Koma-script scrbook class. My text starts on a right page, which is exactly what I want, but for printing I need to add a completely blank, unnumbered ...
3
votes
1answer
153 views
How can I get rid of a blank page that appears me before my references?
I'm using WinEdt 7. I would like to know how can I eliminate the blank page that appears before my references. This is my code (.tex):
\renewcommand{\bibname}{
...
3
votes
1answer
84 views
Avoiding empty page between a very full page and the index?
I'm getting an empty page between the last page of the book and the index. The reason seems to be an over-full last page of text. I'm already using openany.
In the following example, all the "bla" ...
18
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 ...
5
votes
1answer
187 views
Latex inserting blank pages between figures
I have a large number of (.eps) figures which I want to put into a stand-alone .pdf document. I have a script which puts together the code shown below twice (but is repeated dozens of times). The ...
3
votes
2answers
123 views
Why is a blank page inserted in the middle of the first signature when impositioning with Context?
Tonight I'm impositioning a book for doublesided printing on A4 sheets. The book is in A5 format and will be bound with octavo signatures (4 pieces of A4 sheet are folded in half to form 16 pages of ...
0
votes
0answers
229 views
Unwanted blank page inserted at the beginning of a document [closed]
I'm using TeXnicCenter, trying to write a LaTeX document using the article document class, and it keeps inserting a blank page at the beginning of the document.
...
1
vote
1answer
102 views
How do I use \hfill and \maketitle without creating a blank page?
I'm trying to put my name in the right-hand side of the header and have a title that is not on its own page. When I put \hfill before \maketitle, I get a page with just the header, followed by the ...
0
votes
0answers
38 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
1answer
272 views
How to remove blank first page in document that contains only tables and figures [closed]
Actually I want to move my figures and tables to a separate LaTeX file.
But when I compiled that new file I got a blank first page.
So I want to know how can I remove that blank first page. By the ...
1
vote
1answer
173 views
Force scrbook class to have only oneside option
In my custom .cls class file I'm using the following code
\LoadClass[10pt,twoside=true,open=right,cleardoublepage=empty,chapterprefix=true]{scrbook}
This is ok, but I would like to force oneside ...
6
votes
2answers
206 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, ...
4
votes
2answers
479 views
Deleting blank page after title page
Using amsbook, I get a blank white page after the title page and before the TOC. Any way to delete this page? Many thanks.
Here is a MWE, for what it's worth:
\documentclass[openany]{amsbook}
...
0
votes
0answers
278 views
Remove unnecessary blank page after creating an appendix, still not solved [closed]
I have the same question as many others, which hasn't been thoroughly answered. I have an extra blank page between Appendix 1 and Appendix 2 (which is a figure).
I have tried:
\documentclass[11pt, ...
1
vote
3answers
1k views
How to have a blank even page before every chapter
I've started to use Latex to create a book. I feel like I've gotten the basics down, but I am still very much at the beginning of my learning curve. Google has been a great resource, but I have not ...
1
vote
1answer
129 views
blank page not created
I create a blank page using
\newcommand\blankpage{ %comando pagina vuota
\null
\thispagestyle{empty}%
\addtocounter{page}{-1}%
\newpage}
Here it is one my page:
...
1
vote
0answers
28 views
delete page number in cleardoublepage [duplicate]
Possible Duplicate:
How to remove headers and footers for pages between chapters?
I created a document using
\documentclass[12pt, a4paper, twoside, openright]{book}
...
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 ...
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 ...
1
vote
1answer
139 views
How to redefine default macros of document class
When choosing a document class, I find they all generate some unwanted change to my document, but I'm having trouble changing the default macros to set the formatting right.
In my preamble I'm ...
3
votes
1answer
130 views
why isn't a blank page inserted?
Shouldn't the following code
\documentclass{book}
\usepackage[absolute]{textpos}
\providecommand{\insertblankpage}[0]{ \newpage \leavevmode \thispagestyle{empty} \newpage }
\begin{document}
...
6
votes
1answer
255 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
...
1
vote
1answer
96 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 ...
1
vote
0answers
290 views
Latex, remove blanks between sections in a chapter [closed]
I am writing thesis with 10 chapters, each of them has multiple sections.
In Latex, I put each section in a separate file.
But, there are blank spaces between sections in each chapter in the pdf ...
2
votes
1answer
135 views
Additional empty page in songbook
While compiling a songbook, with the songs.sty package from http://songs.sourceforge.com/, I get an additional empty page after a song, which fills the entire page.
A small example where this is ...
2
votes
0answers
44 views
Blank pages with a message [duplicate]
Possible Duplicate:
How do I make pages which were “intentionally left blank”?
I want to produce the effects as in a conventional book, wherein you have \cleardoublepage with a ...
4
votes
1answer
841 views
\newpage and \clearpage does not work
The following problem shows up: Usually after the end of every chapter, there's a blank page before the new chapter starts in my document. Funnily enough, there is one point in my pdf where is no ...
18
votes
4answers
1k 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 ...
1
vote
0answers
49 views
blank pages and fancyhdr package [duplicate]
Possible Duplicate:
How to remove headers and footers for pages between chapters?
I have a document class set as book and added the \usepackage{fancyhdr} package. but now I have some blank ...
0
votes
0answers
41 views
blank page without number page [duplicate]
Possible Duplicate:
Add a new empty page
I would add to my latex document a blank page.I tried using \newpage but I receive as result a new blank page with page number at the bottom. How ...
5
votes
3answers
993 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
1answer
313 views
Blank page after bibliography
I want to create a blank page after the bibliography which has no page number or any other things I've defined in fancyhdr. Just a blank page, where I can input some text. How do I do this?
3
votes
1answer
522 views
Full page table template
I am making a manual with LaTeX and at the end of the manual I want to insert a full-page blank table where I can have people sign to acknowledge that they have read the manual.
Currently I am doing ...
1
vote
2answers
1k views
Problem with image position on an empty page [duplicate]
Possible Duplicate:
Table in LaTeX appearing in middle of next page
I'm triying to make an image appear on top, but only works if I have some text, otherwise, the image appears at the ...
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}
...
6
votes
1answer
215 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 ...
2
votes
2answers
2k views
LaTeX inserts blank page between figures
I am writing a relatively long text in LaTeX. At some points I need to include a bunch of large figers (2 figures per page, no text) using \figure and \includegraphics.
In order to avoid pages with ...
3
votes
2answers
601 views
Blank pages header [duplicate]
Possible Duplicate:
How to remove head- and footlines for pages between chapters?
I have a problem that I'm not able to solve with LaTeX:
I'm in book mode. Then LaTeX leaves a blank page ...
7
votes
2answers
3k views
Insert a blank page after current page
I want to insert a blank page in a document so that the text would be added to the content of the current page till it reaches end of the page, the next page would be empty, and the text continue from ...
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.
...
5
votes
3answers
3k views
How to remove blank page without modifying book, chapter, or other package specifications
I am creating a TeX document to be distributed to a class and it must use a style file, es150.sty, provided by the professor. For reasons too verbose to get into here, let's assume that es150.sty is a ...
4
votes
0answers
428 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
292 views
Adding empty pages to fill up a book page quota
I am writing a book and have already made contract for x pages with the printing company, so I want to create a PDF containing x pages. However, say that I only have material enough to fill x − y ...
3
votes
1answer
200 views
Prevent \listofalgorithms from producing blank page
I'm writing my thesis with latex, and there's a chapter in which are described some algorithms using the algorithmicx package. What I want to do is to place an index of algorithms at the very ...
1
vote
1answer
233 views
Why does [pdf]latex not produce a page when nothing is in the body?
Having a blank PDF file may be useful for a certain situation that I don't know.
Neither
\documentclass{minimal}
\begin{document}
\end{document}
nor
\documentclass{article}
\begin{document}
...
3
votes
2answers
268 views
Is there a way to leave the even pages blank within one chapter only?
I'm writing a thesis and would like the contents to be printed on odd pages only (when using a duplex printer, the rest of the thesis should be printed double-sided).
I would also like to have this ...

