emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* add "joint work with"
@ 2013-06-08 18:25 Andrej Depperschmidt
  2013-06-09 19:56 ` Eric S Fraga
  0 siblings, 1 reply; 3+ messages in thread
From: Andrej Depperschmidt @ 2013-06-08 18:25 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: add "joint work with"
  2013-06-08 18:25 add "joint work with" Andrej Depperschmidt
@ 2013-06-09 19:56 ` Eric S Fraga
  2013-06-09 20:15   ` Andrej Depperschmidt
  0 siblings, 1 reply; 3+ messages in thread
From: Eric S Fraga @ 2013-06-09 19:56 UTC (permalink / raw)
  To: Andrej Depperschmidt; +Cc: emacs-orgmode

Andrej Depperschmidt <depperand@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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: add "joint work with"
  2013-06-09 19:56 ` Eric S Fraga
@ 2013-06-09 20:15   ` Andrej Depperschmidt
  0 siblings, 0 replies; 3+ messages in thread
From: Andrej Depperschmidt @ 2013-06-09 20:15 UTC (permalink / raw)
  To: Eric S Fraga; +Cc: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-06-09 20:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-08 18:25 add "joint work with" Andrej Depperschmidt
2013-06-09 19:56 ` Eric S Fraga
2013-06-09 20:15   ` Andrej Depperschmidt

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).