Tagged Questions
0
votes
3answers
38 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}
...
1
vote
1answer
153 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
1answer
246 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
...
17
votes
4answers
985 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 ...
3
votes
2answers
551 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 ...
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 ...
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 ...
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.
...
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 ...