Tagged Questions
8
votes
3answers
212 views
Forcing even number of pages in output (LaTeX — pdflatex) [duplicate]
Possible Duplicate:
How to keep the last page number even?
Is there a way of forcing an even number of pages in output ?
What I mean is to make pdflatex document "intelligent" it will add ...
6
votes
4answers
280 views
How to keep the last page number even?
I want to make sure the last page always be even, so I defined command as the following:
\documentclass{article}
\usepackage{lipsum}
\usepackage[paperwidth=302pt,paperheight=400pt, offset=0pt, ...