all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Giacomo Boffi <giacomo.boffi@polimi.it>
To: help-gnu-emacs@gnu.org
Subject: bad interaction: beamer, amsmath, preview-latex
Date: Wed, 12 May 2010 11:45:22 +0200	[thread overview]
Message-ID: <86eihh1mj1.fsf@aiuole.stru.polimi.it> (raw)

_[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	other threads:[~2010-05-12  9:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-12  9:45 Giacomo Boffi [this message]
2010-05-12 10:19 ` bad interaction: beamer, amsmath, preview-latex David Kastrup
2010-05-12 12:57   ` Giacomo Boffi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86eihh1mj1.fsf@aiuole.stru.polimi.it \
    --to=giacomo.boffi@polimi.it \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.