[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] add "joint work with"
From: |
Eric S Fraga |
Subject: |
Re: [O] add "joint work with" |
Date: |
Sun, 9 Jun 2013 20:56:02 +0100 |
User-agent: |
Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux) |
Andrej Depperschmidt <address@hidden> 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