Tassilo Horn <[email protected]> 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


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

Reply via email to