emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] export for Beamer with author options


From: Aaron Ecay
Subject: Re: [O] export for Beamer with author options
Date: Thu, 21 Aug 2014 17:16:17 -0400
User-agent: Notmuch/0.18.1+51~gbbbdf04 (http://notmuchmail.org) Emacs/24.4.50.2 (x86_64-unknown-linux-gnu)

Hi Tory,

It looks like having a short and long author isn’t supported by the
beamer exporter out of the box.  Your best bet is probably to add this
line to the top of your org file to turn off the automatic generation
and insertion of \author by the export template:

#+OPTIONS: author:nil

Then, you can cause the appropriate line to be inserted in the export
output with this line (also at the top of the file):

#+LATEX_HEADER: \author[short-author]{Really \\long \\author}

Whatever is on the latex header line will be inserted in the output
verbatim, so you don’t need to (e.g.) add extra escaping to special
characters like backslashes as you would if they were processed by org.

Hope this is useful,

-- 
Aaron Ecay



reply via email to

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