From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: Re: Some LaTeX Beamer / org-mode questions Date: Mon, 30 May 2016 11:19:52 +0200 Message-ID: <87fuszuclj.fsf@gmx.us> References: <20160530103806.30cbddd9@asaru> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46293) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b7JMn-0006GF-RY for emacs-orgmode@gnu.org; Mon, 30 May 2016 05:20:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b7JMi-0000Ga-Kt for emacs-orgmode@gnu.org; Mon, 30 May 2016 05:20:08 -0400 Received: from plane.gmane.org ([80.91.229.3]:37022) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b7JMi-0000GL-Dx for emacs-orgmode@gnu.org; Mon, 30 May 2016 05:20:04 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1b7JMe-0007C9-Qv for emacs-orgmode@gnu.org; Mon, 30 May 2016 11:20:00 +0200 Received: from ip-178-203-233-130.hsi10.unitymediagroup.de ([178.203.233.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 30 May 2016 11:20:00 +0200 Received: from rasmus by ip-178-203-233-130.hsi10.unitymediagroup.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 30 May 2016 11:20:00 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Hi, Florian Lindner writes: > I'm working on my first presentation using org mode together with latex > beamer (until now, I produce the slide using beamer only). > > The top of my org file looks like that: > > #+startup: beamer > #+LATEX_CLASS: beamer > > #+LATEX_CLASS_OPTIONS: [presentation] > #+BEAMER_THEME: Boadilla > #+LATEX_HEADER: \author[me]{\underline{me}, co1, co2} > #+LATEX_HEADER: \title[short title]{multi line long title} > #+LATEX_HEADER: \subtitle{subtitle} > #+LATEX_HEADER: \institute[short institute]{multi line long institute} > > This works so far, except the title. Since I do not set a title using > #+TITLE, org-mode sets a default \title{presentation}. How can I omit > that? #+options: title:nil > Is there a more elegant way to achieve the settings like above? Especially > > - The short and version of title, author and institute. Don't know. > - The multi line (\\) formatting \\ at eol is org syntax for forced line break. > - The subtitle #+subtitle: Hope that helps, Rasmus -- One thing that is clear: it's all down hill from here