From mboxrd@z Thu Jan 1 00:00:00 1970 From: suvayu ali Subject: Putting latex in document titles Date: Thu, 16 Sep 2010 14:24:00 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=39118 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OwM1H-0003ZP-AX for emacs-orgmode@gnu.org; Thu, 16 Sep 2010 17:29:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OwLwK-0001om-TV for emacs-orgmode@gnu.org; Thu, 16 Sep 2010 17:24:21 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:59374) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OwLwK-0001oe-PX for emacs-orgmode@gnu.org; Thu, 16 Sep 2010 17:24:20 -0400 Received: by wyb36 with SMTP id 36so2256885wyb.0 for ; Thu, 16 Sep 2010 14:24:20 -0700 (PDT) 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: org-mode mailing list Hi everyone, I have been using org-mode to make a beamer presentation for the last few days. Works very well except for a few kinks, e.g. I can't put latex like this $..$ in the presentation title. I tried something like this, #+TITLE: Search for $W'$ resonances This simply escapes the $ signs. However if I try things like #+TITLE: Search for W' resonances \newline (\sqrt s = 7TeV) Then the newline and the square root is rendered as expected. I would like to render W' as it is rendered in math mode to be consistent with the rest of my talk. Is that possible? Am I missing anything obvious? -- Suvayu Open source is the future. It sets us free.