From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Giacomo Boffi Newsgroups: gmane.emacs.help Subject: bad interaction: beamer, amsmath, preview-latex Date: Wed, 12 May 2010 11:45:22 +0200 Organization: One Step Beyond Message-ID: <86eihh1mj1.fsf@aiuole.stru.polimi.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1291827182 20019 80.91.229.12 (8 Dec 2010 16:53:02 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 8 Dec 2010 16:53:02 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Dec 08 17:52:58 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PQNGB-0005p1-0F for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Dec 2010 17:52:55 +0100 Original-Received: from localhost ([127.0.0.1]:48195 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQNGA-000205-B2 for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Dec 2010 11:52:54 -0500 Original-Path: usenet.stanford.edu!newsserver.news.garr.it!newsserver.cilea.it!not-for-mail Original-Newsgroups: gnu.emacs.help,comp.emacs,comp.text.tex Original-Followup-To: gnu.emacs.help Original-Lines: 41 Original-NNTP-Posting-Host: donzauker.stru.polimi.it Original-X-Trace: newsserver.cilea.it 1273657508 9489 131.175.189.147 (12 May 2010 09:45:08 GMT) Original-X-Complaints-To: news@cilea.it Original-NNTP-Posting-Date: 12 May 2010 09:45:08 GMT User-Agent: Gnus/5.1008 (Gnus v5.10.8) XEmacs/21.5-b29 (linux) Cancel-Lock: sha1:FgKG1msVVrsbytv8GVkGXknZ27Y= Original-Xref: usenet.stanford.edu gnu.emacs.help:178145 comp.emacs:99829 comp.text.tex:402178 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:75648 Archived-At: _[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."