bug-auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-AUCTeX] previews hiding significant information


From: David Kastrup
Subject: Re: [Bug-AUCTeX] previews hiding significant information
Date: Thu, 19 Apr 2007 13:56:04 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.91 (gnu/linux)

Andreas Matthias <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]