auctex
[Top][All Lists]
Advanced

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

Re: [AUCTeX] preview vs beamer


From: giacomo . boffi
Subject: Re: [AUCTeX] preview vs beamer
Date: Tue, 01 Apr 2014 22:15:22 +0200
User-agent: Gnus/5.101 (Gnus v5.10.10) XEmacs/21.5-b34 (linux)

Tassilo Horn <address@hidden> writes:

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

no

when using the beamer document class, to use preview-mode
you need to load preview.sty and do some stuff, just like in 

\usepackage{preview}
\PreviewEnvironment{...}
\PreviewEnvironment*{frame}

to prevent preview-mode to get confused by beamer's frames



following your instructions, i can produce a slide with the inline
equation '1+1+1' BUT trying to activate a preview, say with
C-c C-p C-d pdflatex is unable to generate the required png and no
preview of the equation is inserted in  the (x)emacs buffer

in other words, so far preview-mode is not usable in conjunction with
a beamer document
-- 
rispetto alle altre lingue romanze, l'italiano
รจ quello che ha subito le modifiche maggiori
                                 --- m-tomatis, in IHC




reply via email to

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