From mboxrd@z Thu Jan 1 00:00:00 1970 From: Darlan Cavalcante Moreira Subject: Re: beamer columns Date: Mon, 30 Nov 2009 19:00:18 -0300 Message-ID: <4b14407a.0906c00a.16cb.ffff8c67@mx.google.com> References: <324DEDFC-300B-4D99-B6CC-B83D4A21204E@tsdye.com> <72296023-C2F3-4B31-9CDA-6E9FAC82C5F7@gmail.com> <2913530E-520C-414D-BBB2-7D36BEFE15F2@tsdye.com> <4564EC1A-E9BE-442F-AD1E-08248E2A53A7@gmail.com> 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 1NFEIS-0005kq-2X for emacs-orgmode@gnu.org; Mon, 30 Nov 2009 17:00:40 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NFEIN-0005fN-29 for emacs-orgmode@gnu.org; Mon, 30 Nov 2009 17:00:39 -0500 Received: from [199.232.76.173] (port=46400 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFEIM-0005fB-SA for emacs-orgmode@gnu.org; Mon, 30 Nov 2009 17:00:34 -0500 Received: from mail-yx0-f191.google.com ([209.85.210.191]:46237) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NFEIL-00005Y-VR for emacs-orgmode@gnu.org; Mon, 30 Nov 2009 17:00:34 -0500 Received: by yxe29 with SMTP id 29so3945591yxe.14 for ; Mon, 30 Nov 2009 14:00:32 -0800 (PST) In-Reply-To: <4564EC1A-E9BE-442F-AD1E-08248E2A53A7@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 Hello Carsten and all, I have sent a suggestion in the beamer thread about using comments for columns, but I didn't receive my own message from the mailing list (as usual). Therefore I'm assuming no one else has received it and I'm going to repeat it here (sorry if this is a duplicate). The idea is using special comments to represent columns when exporting to beamer (and maybe other formats). For instance, considering the frames are in the third-level headings, a presentation could be like ,---- | * This is a Section | *** This is a Subsection | ***** This is the frame title | Frame content | | ***** This is the frame title of another frame | #+\{0.4 | - This is an item | - This is an item too | #+\\0.6 | - Another item | - Another one | - One more item | #+\} `---- The comment "#+\{" indicates the beginning of a columns environment (maybe only "#+{" is better) in addition to the first column. The number "0.4" indicates the width of the first column (0.4\textwidth). The comment "#+\\0.6" creates another column and the comment "#+\}" closes the columns environment. I'm not saying this is the best way, but it has the advantage of being similar to what we do in beamer (but simpler IMHO) and it would export without errors for other formats. Maybe it is better to also implement it for standard latex using minipages or something similar and to HTML, but if this is not desired then the closing comment could be optional (the columns environment would then end when the current slide ends). With some org functions to mark, swap, etc., columns it could be easy to reorganize the columns if desired. Also, It would be nice if the width could be optional, i.e., if there are columns whose widths were not specified then org could sum the widths that were specified and distribute the remaining among the columns whose widths were not specified. For instance, in a frame with 3 columns one could specify the width of the first column as 0.4 and leave the others unspecified. Org should then choose a width of 0.3 for each of the remaining two columns. At last, thank you for the effort to implement native beamer support in org. - Darlan Cavalcante At Mon, 30 Nov 2009 13:44:27 +0100, Carsten Dominik wrote: > > > On Nov 29, 2009, at 11:17 PM, Thomas S. Dye wrote: > > > > > On Nov 29, 2009, at 11:23 AM, Carsten Dominik wrote: > > > >> > >> On Nov 29, 2009, at 7:31 PM, Thomas S. Dye wrote: > >> > >>> Aloha all, > >>> > >>> Would it make sense to implement Beamer columns with Org-mode > >>> tables? > >> > >> Hi Thomas, > >> > >> I cannot see how this would make sense. > >> > >> Maybe you'd like to elaborate? > >> > >> - Carsten > > > > Hi Carsten and Sebastian, > > > > This idea might be nonsense or technically infeasible. The > > advantage, if it is one, is that the same org file might export to > > LaTeX and Beamer with roughly similar results. If headlines are > > used below the level of the Beamer frame, then export to LaTeX > > becomes problematic, or so it seems to me (and perhaps some others, > > if I've read their posts correctly). A column-like arrangement in > > a portion of a LaTeX file is sometimes faked by using > > \begin{tabular} \end{tabular}, and this naturally brought to mind > > Org-mode tables. > > > > Apologies if the signal/noise ratio is distressingly low here. > > > Hi Thomas, thanks for the extra explanations - however, I still don't > think that this is the way to go. > > - Carsten > > > > > All the best, > > Tom > > > > Thomas S. Dye, Ph.D. > > T. S. Dye & Colleagues, Archaeologists, Inc. > > Phone: (808) 529-0866 Fax: (808) 529-0884 > > http://www.tsdye.com > > > > > > - Carsten > > > > > > _______________________________________________ > 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