From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: add "joint work with" Date: Sun, 9 Jun 2013 20:56:02 +0100 Message-ID: <87txl7qcrx.fsf@ucl.ac.uk> References: <87vc5owjcw.fsf@uhland.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40793) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ullj8-0000oS-3w for emacs-orgmode@gnu.org; Sun, 09 Jun 2013 15:56:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ullj7-0004ti-6G for emacs-orgmode@gnu.org; Sun, 09 Jun 2013 15:56:34 -0400 Received: from co9ehsobe003.messaging.microsoft.com ([207.46.163.26]:48044 helo=co9outboundpool.messaging.microsoft.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ullj6-0004t2-U4 for emacs-orgmode@gnu.org; Sun, 09 Jun 2013 15:56:33 -0400 In-Reply-To: <87vc5owjcw.fsf@uhland.i-did-not-set--mail-host-address--so-tickle-me> (Andrej Depperschmidt's message of "Sat, 8 Jun 2013 20:25:03 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Andrej Depperschmidt Cc: emacs-orgmode@gnu.org Andrej Depperschmidt writes: > Hello emacs-orgmode list! > > I am trying to prepare a talk using ox-beamer and am missing a function > that I am used to. > > In beamer latex one can for example write > > \author[speaker]{speaker \\ joint work with second author and third author} > > Then I get my name and that of my coauthors on the titlepage. My name > can then also appear (depending on the beamer theme) in the footnote on > each slide. > > Is it possible to achieve this without exporting to latex and adjusting > the corresponding entries there? Yes, you can do the following: #+latex_header: \author[speaker]{speaker \\ joint work with second author and third author} #+latex_header: \renewcommand{\author}[1]{} It's a bit of a hack but it works... HTH, eric -- : Eric S Fraga (0xFFFCF67D), Emacs 24.3.50.1, Org release_8.0.3-193-g334581