In a document I have three page and than start a new page count. page 4 of the document become page 1. Because I print it double sided i like the margin shift over add and even. page 4 is even but after the new count is 1 and that is odd. This page (and the next) has the wrong margin. How to fix it? I added an empty page it works but isn't the nice way to do it.
latexinthesky wrote:[…] I added an empty page it works but isn't the nice way to do it. […]
But that's the natural way (usually by \clearpage) instead of this dubious new page dimensions. Nevertheless you can try the \newgeometry command from geometry.
however \clearpage is not working. Clearpage just ends the current page. And isn't still a solid way to work. If the document is growing also the table of contents is growing (bigger then one page). I now solved this by putting \cleardoublepage before \pagestyle{plain}\pagenumbering{arabic} this way the new numbering starts always at an odd page (left)
Last edited by cgnieder on Mon May 06, 2013 9:55 am, edited 1 time in total.