emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] latex (beamer) export and short title


From: Andreas Leha
Subject: [O] latex (beamer) export and short title
Date: Tue, 03 Jul 2012 14:48:32 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

Hi all,

I am having trouble to find a way to set a short title for the exported
beamer document.


Illustration:

I'd like to see
,----
| \title[short title]{long title}
`----
in the exported latex document.


The first shot
,----
|  #+TITLE: [short title]{long title}
`----
was too easy, I guess.


Overriding org's setting of \title with
,----
| #+TITLE:       long title
| #+latex_header: \title[short title]{long title}
`----
does not work either, as org's setting gets into the tex later.


What is the way to accomplish this?

Regards,
Andreas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]