all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bad interaction: beamer, amsmath, preview-latex
@ 2010-05-12  9:45 Giacomo Boffi
  2010-05-12 10:19 ` David Kastrup
  0 siblings, 1 reply; 3+ messages in thread
From: Giacomo Boffi @ 2010-05-12  9:45 UTC (permalink / raw)
  To: help-gnu-emacs

_[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."


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-05-12 12:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-12  9:45 bad interaction: beamer, amsmath, preview-latex Giacomo Boffi
2010-05-12 10:19 ` David Kastrup
2010-05-12 12:57   ` Giacomo Boffi

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.