From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Re: [org-beamer] \alert Date: Fri, 29 Jan 2010 09:40:26 +0000 Message-ID: <87hbq5z1tg.wl%ucecesf@ucl.ac.uk> References: <871vhffhf8.fsf@gmx.ch> <87pr4y1me5.wl%ucecesf@ucl.ac.uk> <877hr4zz0s.fsf@mundaneum.com> <87k4v4omyk.wl%ucecesf@ucl.ac.uk> <91C8F5F5-83A0-4041-B941-5DA51B3CD3C4@gmail.com> Reply-To: e.fraga@ucl.ac.uk Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nao1v-0005im-J5 for emacs-orgmode@gnu.org; Fri, 29 Jan 2010 05:24:47 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Nao1q-0005fD-3O for emacs-orgmode@gnu.org; Fri, 29 Jan 2010 05:24:46 -0500 Received: from [199.232.76.173] (port=38160 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nao1p-0005eq-Bf for emacs-orgmode@gnu.org; Fri, 29 Jan 2010 05:24:41 -0500 Received: from vscane-b.ucl.ac.uk ([144.82.108.141]:39565) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Nao1o-0007te-Tq for emacs-orgmode@gnu.org; Fri, 29 Jan 2010 05:24:41 -0500 In-Reply-To: <91C8F5F5-83A0-4041-B941-5DA51B3CD3C4@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: =?UTF-8?B?U8OpYmFzdGllbg==?= Vauban , emacs-orgmode@gnu.org At Thu, 28 Jan 2010 18:58:38 +0100, Carsten Dominik wrote: [...] > > Is there a LaTeX command that can figure out if it is running a beamer > class? > If yes, a possible solution would be to redefine \alert in LaTeX when > not doing BEAMER. > > - Carsten > This must be possible but my latex (and tex) programming capabilities are even worse than my elisp... :( For any LaTeX expert out there, is there an easy way to determine whether a particular macro has been defined? If so, we wouldn't even need to check for beamer, simply for \alert.