It took me a long time to find out the reason for a spurious empty
page in my document. And I was really astonished to see that it was
just a \cleardoublepage. Unfortunately, just that \cleardoublepage
was covered by a preview image. Wow, what a nice effect! I was
really ROFL.

Ciao
Andreas


\documentclass[a4paper]{article}
\usepackage{graphicx,afterpage}
\begin{document}
\afterpage{\includegraphics{hog}}
foo
\cleardoublepage
bar
\end{document}



_______________________________________________
bug-auctex mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/bug-auctex

Reply via email to