Tagged Questions
0
votes
3answers
34 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}
...
6
votes
1answer
244 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
...
3
votes
1answer
195 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 ...
3
votes
2answers
254 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 ...