From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: [beamer] Italic in overlay text Date: Fri, 3 Feb 2012 16:34:29 +0000 Message-ID: <877h03kh9m.fsf@ucl.ac.uk> References: <80liokyozd.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([140.186.70.92]:43630) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtNDs-00037a-L2 for emacs-orgmode@gnu.org; Fri, 03 Feb 2012 12:46:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RtNDn-0006xN-4L for emacs-orgmode@gnu.org; Fri, 03 Feb 2012 12:46:56 -0500 Received: from tx2ehsobe003.messaging.microsoft.com ([65.55.88.13]:20964 helo=TX2EHSOBE005.bigfish.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtNDm-0006xJ-UB for emacs-orgmode@gnu.org; Fri, 03 Feb 2012 12:46:51 -0500 In-Reply-To: <80liokyozd.fsf@somewhere.org> (Sebastien Vauban's message of "Fri, 3 Feb 2012 15:24:06 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sebastien Vauban Cc: emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain Sebastien Vauban writes: > Hello, > > When trying to have italic text inside some paragraph that must only be > displayed in some overlays, the text inside `/' is not converted into > italic. This does seem to highlight a bug in the exporter. I cannot help you directly with that. However, I can suggest a more org-appropriate approach: lists understand <1-2> type of syntax so you can change your input file to something like the attached. More concise and easier to read... --=-=-= Content-Type: text/org Content-Disposition: attachment; filename="t.org" #+TITLE: ECM #+DATE: 2012-02-03 #+LANGUAGE: en #+OPTIONS: H:3 num:t toc:t #+startup: beamer #+LaTeX_CLASS: beamer #+LaTeX_CLASS_OPTIONS: [presentation,t] #+BEAMER_HEADER_EXTRA: \usetheme{Madrid}\usecolortheme{default} #+BEAMER_FRAME_LEVEL: 1 #+COLUMNS: %40ITEM %10BEAMER_env(Env) %10BEAMER_envargs(Env Args) %4BEAMER_col(Col) %8BEAMER_extra(Extra) * Italic in overlay text - <1-2> On overlay 1 and 2 /This quoted text should be in italic./ #+LaTeX: \textit{ This is in italic, but only in PDF LaTeX, because of the workaround. #+LaTeX: } - Always there - <3-> Idem --=-=-= Content-Type: text/plain Give it a try. HTH, eric -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.92.1 : using Org-mode version 7.8.03 (release_7.8.03.300.g9b820) --=-=-=--