From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Groth Subject: Re: Beamer support in Org-mode Date: Thu, 26 Nov 2009 18:10:26 +0100 Message-ID: <87tywhxldp.fsf@falma.de> References: <6A790953-D036-4BAE-8833-E5B343A15331@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NDhs2-0003kJ-Sm for emacs-orgmode@gnu.org; Thu, 26 Nov 2009 12:11:06 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NDhrx-0003iS-F3 for emacs-orgmode@gnu.org; Thu, 26 Nov 2009 12:11:05 -0500 Received: from [199.232.76.173] (port=49722 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NDhrx-0003iM-5D for emacs-orgmode@gnu.org; Thu, 26 Nov 2009 12:11:01 -0500 Received: from lo.gmane.org ([80.91.229.12]:45110) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NDhrv-0002CI-UL for emacs-orgmode@gnu.org; Thu, 26 Nov 2009 12:11:00 -0500 Received: from list by lo.gmane.org with local (Exim 4.50) id 1NDhrl-0005vV-Tb for emacs-orgmode@gnu.org; Thu, 26 Nov 2009 18:10:49 +0100 Received: from wirenat-ulcn.strw.leidenuniv.nl ([132.229.223.9]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 Nov 2009 18:10:49 +0100 Received: from cwg by wirenat-ulcn.strw.leidenuniv.nl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 Nov 2009 18:10:49 +0100 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: emacs-orgmode@gnu.org Nice idea to create LaTeX-presentations using orgmode. Though, whenever using beamer, I always find myself having to tweak some spaces on a fairly low level. I'm curious whether it will work out to create non-trivial presentations by using orgmode only. Carsten Dominik writes: > If the frame title contains the string "\\", the line will be split at > that location, and the second half become the frame /subtitle/. Sometimes one might have a frame title which is too wide for one line. Then one might want to split the title at a specific place -- and that is done by inserting a \\ there. Therefore, I suggest to use some other magic string. What about an unquoted ampersand ("&")? This character is already used in LaTeX to split things and its unquoted use in a frame title is actually an error. Christoph