Tagged Questions
3
votes
1answer
128 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}
...
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 ...