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.
ECM: --8<---------------cut here---------------start------------->8--- #+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 #+LaTeX: \only<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: } #+LaTeX: }\pause - Always there #+LaTeX: \pause - Idem --8<---------------cut here---------------end--------------->8--- Best regards, Seb -- Sebastien Vauban