Andreas Matthias <[EMAIL PROTECTED]> writes:

> 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}

Previews hide the corresponding source code.  And \cleardoublepage
_is_ the corresponding source code.

You can use
\PreviewCommand*\afterpage

in order to deactivate \afterpage for the purpose of previewing.

-- 
David Kastrup


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

Reply via email to