Re: [O] add joint work with

2013-06-09 Thread Eric S Fraga
Andrej Depperschmidt depper...@gmail.com 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




Re: [O] add joint work with

2013-06-09 Thread Andrej Depperschmidt
Eric S Fraga writes:



 #+latex_header: \author[speaker]{speaker \\ joint work with second author and 
 third author}
 #+latex_header: \renewcommand{\author}[1]{}


Thank you very much! The second line is the one that I was missing.

Cheers,
Andrej



[O] add joint work with

2013-06-08 Thread Andrej Depperschmidt
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?

I didn't find an answer on the list. Also in ox-beamer.el the
corresponding section contains only entries with \author{...}, i.e.
without square brackets. Would be nice to have an entry

#+COAUTHOR: second author and third author

that is then put in \author[second author and third author]{...}

Or is there already something similar that I didn't find?

Best regards,
Andrej