From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: latex export and beamer columns Date: Tue, 24 Nov 2009 08:36:22 +0000 Message-ID: <87k4xg9v5l.wl%ucecesf@ucl.ac.uk> References: <876394m49f.wl%ucecesf@ucl.ac.uk> <3CB39269-FB18-4155-AF32-00F6B46F8061@gmail.com> <878wdylpw5.wl%ucecesf@ucl.ac.uk> <876392lhfh.wl%ucecesf@ucl.ac.uk> <87hbsklwfa.wl%ucecesf@ucl.ac.uk> Reply-To: Eric S Fraga Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NCqtY-0006p2-5U for emacs-orgmode@gnu.org; Tue, 24 Nov 2009 03:37:08 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NCqtS-0006nL-WC for emacs-orgmode@gnu.org; Tue, 24 Nov 2009 03:37:07 -0500 Received: from [199.232.76.173] (port=57657 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NCqtS-0006nI-QR for emacs-orgmode@gnu.org; Tue, 24 Nov 2009 03:37:02 -0500 Received: from vscane-c.ucl.ac.uk ([144.82.108.43]:55511) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NCqtR-00060D-3u for emacs-orgmode@gnu.org; Tue, 24 Nov 2009 03:37:02 -0500 In-Reply-To: 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: org-mode mailing list At Tue, 24 Nov 2009 07:55:11 +0100, Carsten Dominik wrote: [...] > > 2. it would be nice to support the block environment in beamer. > > The problem I see here is that one might want to have blocks inside > a column, and maybe columns inside blocks. Is both > allowed/practical/often-used? I must admit that I have never tried columns within a block although I guess this should work. My view of blocks is that they are meant to highlight a particular idea or concept and therefore I tend to have small amounts of text or images within a block but, of course, others may have different views on this. [...] > > <1-> item to display from first virtual "slide" onwards > > <2-3> display on second and third views of the slide > > <-4> display up to 4th view > > > > which would translate to > > > > \begin{itemize} > > \item<1-> item to display from first virtual "slide" onwards > > \item<2-3> display on second and third views of the slide > > \item<-4> display up to 4th view > > \end{itemize} > > > > I have no idea how hard it would be to incorporate this into the > > current list handling however... although I can imagine it could be > > quite difficult. > > I think you can just write > > - <1-> item to display from first virtual "slide" onwards > - <2-3> display on second and third views of the slide > - <-4> display up to 4th view > > Beamer seems to allow a space between \item and the animation > specification. But maybe we should allow the itemize environment > to be fitted with the cookie to invoke default animation... D'oh! Of course. Works like a charm! [...] > > Yes, beamer provides a very nice handout mode (option "handout" to the > > beamer document class). > > > Is there also a way to add lots of additional text? Text that will not > show up in the slides, but which will show up when creating handouts > or a different output mode? For example, it could be nice to > create the slides and the syllabus from the same document... You can specify, for specific frames, whether they should appear or not in either beamer or handout modes and you can in fact specify which parts of a frame (using visibility modifiers) will appear in either case (although I must admit that I've never actually got this to work properly despite following the beamer documentation). Although it would indeed be nice to produce the slides and the syllabus from the same document, I am not sure how to do this in beamer, much less in org-mode! > > I look forward to seeing what you come up with! I'm happy to send you > > examples of both beamer and org-mode->beamer that I have prepared for > > seminars and teaching. Let me know. > > Yes, please do that, it is always useful to look at a real world > example. I'll send you some examples off list as I don't necessarily want them disseminated widely. Thanks, eric