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:08:29 -0500 Message-ID: <5EE7F3BB-EF84-4F7E-9B84-0F224210E4C6@ece.rochester.edu> 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 1NU2DP-00076U-HO for emacs-orgmode@gnu.org; Sun, 10 Jan 2010 13:08:39 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NU2DL-00070f-NH for emacs-orgmode@gnu.org; Sun, 10 Jan 2010 13:08:39 -0500 Received: from [199.232.76.173] (port=36549 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NU2DL-00070c-K3 for emacs-orgmode@gnu.org; Sun, 10 Jan 2010 13:08:35 -0500 Received: from cowpens.ceas.rochester.edu ([128.151.162.25]:37380) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NU2DL-0007NE-7t for emacs-orgmode@gnu.org; Sun, 10 Jan 2010 13:08:35 -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, This works pretty well > #+BEAMER: \only<4->{The proof used \textit{reductio ad absurdum}.} No ideas at the moment, but I am thinking about this > Any ideas to make a better way to use \uncover and \only on selected > material? Best wishes=20 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