help-gnu-emacs
[Top][All Lists]
Advanced

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

bad interaction: beamer, amsmath, preview-latex


From: Giacomo Boffi
Subject: bad interaction: beamer, amsmath, preview-latex
Date: Wed, 08 Dec 2010 15:07:59 -0000
User-agent: Gnus/5.1008 (Gnus v5.10.8) XEmacs/21.5-b29 (linux)

_[xposted, followup set to gnu.emacs.help]_

i have two files, one (yb.tex) that uses the beamer class and another
(nb.tex)  that uses the article class

when i use preview-latex to generate inline pictures of my equation,
in the first case it does not work, while in the second case it works
as usual

environment: auctex and preview versions are "11.86", XEmacs 21.5
(beta29) "garbanzo" 39d74978fd32 [Lucid] (i686-pc-linux, Mule)

thank you in advance for your help,
                                                                gb
,----[ yb.tex ]
| \documentclass{beamer}
| \usepackage{amsmath}
| \begin{document}
| \begin{frame}
|   \frametitle{pipp}
|   \begin{align*}
|     a & = b \\
|     c & = d
|   \end{align*}
| \end{frame}
| \end{document}
`----

,----[ nb.tex ]
| \documentclass{article}
| \usepackage{amsmath}
| \begin{document}
| \begin{align*}
|   a & = b \\
|   c & = d
| \end{align*}
| \end{document}
`----
-- 
"It will be rain tonight."
            "Let it come down."


reply via email to

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