From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Re: Supress Contents frame in LaTeX beamer export Date: Tue, 29 Jun 2010 21:20:32 +0200 Message-ID: <87vd91abnj.fsf@thinkpad.tsdh.de> References: <87k4ph500o.fsf@thinkpad.tsdh.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=56468 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OTgNX-0003IS-C3 for emacs-orgmode@gnu.org; Tue, 29 Jun 2010 15:22:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OTgMQ-0006Tk-Hq for emacs-orgmode@gnu.org; Tue, 29 Jun 2010 15:20:47 -0400 Received: from lo.gmane.org ([80.91.229.12]:42909) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OTgMQ-0006TX-CI for emacs-orgmode@gnu.org; Tue, 29 Jun 2010 15:20:46 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OTgML-0004SW-HE for emacs-orgmode@gnu.org; Tue, 29 Jun 2010 21:20:41 +0200 Received: from p54af01db.dip0.t-ipconnect.de ([84.175.1.219]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 29 Jun 2010 21:20:41 +0200 Received: from tassilo by p54af01db.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 29 Jun 2010 21:20:41 +0200 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 Tassilo Horn writes: > 2. In the PDF presentation, the lower left bottom line says > > Tassilo Horn () > > What information do I have to provide to fill out the empty part > between the parens? I've thought that this is for the email address, > but although I've added #+EMAIL: (which was auto-completed with > M-TAB), it doesn't appear in the PDF or the LaTeX source... I managed to solve that one. The field is for the value of \institute{}, so now I have this setting line: #+BEAMER_HEADER_EXTRA: \usetheme{Madrid} \institute{IST, University Koblenz} Bye, Tassilo