[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [AUCTeX] preview vs beamer
From: |
Tassilo Horn |
Subject: |
Re: [AUCTeX] preview vs beamer |
Date: |
Thu, 27 Mar 2014 08:22:44 +0100 |
User-agent: |
Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.4.50 (gnu/linux) |
address@hidden writes:
> David Kastrup <address@hidden> writes:
>
>> \usepackage[delayed]{preview} would likely be simpler. Don't have a
>> working TeXlive2013 right now, so cannot test.
>
> I tested your suggestion and I experienced the same error I reported
> in my OP
>
> Tassilo's one leads to pdflatex generating the png stuff rather than
> typesetting the document...
Oh, indeed. I was just happy that it compiled so that I didn't check
what output it actually produced. ;-)
Ok, how about this:
--8<---------------cut here---------------start------------->8---
\RequirePackage[active,delayed]{preview}
\documentclass{beamer}
\begin{document}
\begin{frame}
\(1+1+1\)
\end{frame}
\end{document}
--8<---------------cut here---------------end--------------->8---
Bye,
Tassilo