From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marvin Doyley Subject: Re: Suppressing information in org-beamer Date: Sun, 10 Jan 2010 13:37:39 -0500 Message-ID: References: <4464159D-4E0F-41C2-8DA9-190D203B88ED@gmail.com> Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NU2fc-00065v-H9 for emacs-orgmode@gnu.org; Sun, 10 Jan 2010 13:37:48 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NU2fX-00062q-Pq for emacs-orgmode@gnu.org; Sun, 10 Jan 2010 13:37:48 -0500 Received: from [199.232.76.173] (port=57957 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NU2fX-00062m-N9 for emacs-orgmode@gnu.org; Sun, 10 Jan 2010 13:37:43 -0500 Received: from mx20.gnu.org ([199.232.41.8]:17128) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NU2fX-0005Vz-AY for emacs-orgmode@gnu.org; Sun, 10 Jan 2010 13:37:43 -0500 Received: from cowpens.ceas.rochester.edu ([128.151.162.25]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NU2fW-0001Fw-H8 for emacs-orgmode@gnu.org; Sun, 10 Jan 2010 13:37:42 -0500 In-Reply-To: <4464159D-4E0F-41C2-8DA9-190D203B88ED@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: emacs-orgmode@gnu.org Hi Carsten, Here is a little clarification that may help other. You are correct, I = can suppress a frame using beamer handout mode by adding to = the BEAMER_envargs property. To suppress information on a slide I use = the following command \#+BEAMER: \only{ the proof used is = ...} Thanks again for all you help M On Jan 10, 2010, at 4:02 AM, Carsten Dominik wrote: > Hi Marvin, >=20 > On Jan 10, 2010, at 1:47 AM, Marvin Doyley wrote: >=20 >> Dear all, >>=20 >> I use beamer to prepare lectures, and find it useful to suppress = information or slides on the version of the slides that I distribute to = the class at the start of my lectures. I suppress information using the = beamer handout mode and the following latex commands >>=20 >>=20 >> \newcommand{\hushframe}{\frame} >> \newcommand{\hushit}{\only} >>=20 >> It would be nice to incorporate this in org-beamer, does anybody have = any ideas ? >=20 > I think you'd add to the BEAMER_envargs property of the = node that is turned into a frame. >=20 > The only way to use \only right now would be to just write it in the = text >=20 > \only<4->{The proof used \textit{reductio ad absurdum}.} >=20 > Hmmm, maybe this will not work? >=20 > Try >=20 > #+BEAMER: \only<4->{The proof used \textit{reductio ad absurdum}.} >=20 > HTH >=20 > - Carsten >=20 > P.S. Any ideas to make a better way to use \uncover and \only on = selected > material? >=20 >>=20 >> Best Wishes, >>=20 >> M >>=20 >>=20 >>=20 >>=20 >> _______________________________________________ >> Emacs-orgmode mailing list >> Please use `Reply All' to send replies to the list. >> Emacs-orgmode@gnu.org >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode >=20 > - Carsten >=20 >=20 >=20