[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] [PATCH] Adding a BEAMER_HEADER_EXTRA tag, allows short titles, e
From: |
Rasmus |
Subject: |
Re: [O] [PATCH] Adding a BEAMER_HEADER_EXTRA tag, allows short titles, etc. |
Date: |
Tue, 10 Mar 2015 00:50:02 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
Hi Matthew,
Matthew Gidden <address@hidden> writes:
Thanks for the patch.
> I ran into the issue that many others have cited: an inability to add short
> titles, etc., to org-mode-generated Beamer presentations [1, 2, 3]. This
> patch allows such capability through a BEAMER_HEADER_EXTRA tag, which is
> placed after title, author, etc., but before `\begin{document}`. Short
> titles, for example, can now be added via
>
> ```
> #+BEAMER_HEADER_EXTRA: \title[A Short Title]{ \inserttitle }
> ```
>From you patch, it seems that you want to adds something akin
to #+LATEX_HEADER or #+LATEX_HEADER_EXTRA. IOW there's no formatting
going on and these lines expect raw latex code.
Could you not get the same by using org-latex-classes? Or at the latex
level solution could presumably be archived with etoolbox. Anyway,
another keyword doesn't hurt anybody.
—Rasmus
--
It was you, Jezebel, it was you
- [O] [PATCH] Adding a BEAMER_HEADER_EXTRA tag, allows short titles, etc., Matthew Gidden, 2015/03/09
- Re: [O] [PATCH] Adding a BEAMER_HEADER_EXTRA tag, allows short titles, etc., Nicolas Goaziou, 2015/03/09
- Re: [O] [PATCH] Adding a BEAMER_HEADER_EXTRA tag, allows short titles, etc., Matthew Gidden, 2015/03/09
- Re: [O] [PATCH] Adding a BEAMER_HEADER_EXTRA tag, allows short titles, etc., Nicolas Goaziou, 2015/03/10
- Re: [O] [PATCH] Adding a BEAMER_HEADER_EXTRA tag, allows short titles, etc., Matthew Gidden, 2015/03/10
- Re: [O] [PATCH] Adding a BEAMER_HEADER_EXTRA tag, allows short titles, etc., Matthew Gidden, 2015/03/10
- Re: [O] [PATCH] Adding a BEAMER_HEADER_EXTRA tag, allows short titles, etc., Nicolas Goaziou, 2015/03/10
- Re: [O] [PATCH] Adding a BEAMER_HEADER_EXTRA tag, allows short titles, etc., Matthew Gidden, 2015/03/10
- Re: [O] [PATCH] Adding a BEAMER_HEADER_EXTRA tag, allows short titles, etc., Nicolas Goaziou, 2015/03/10
Re: [O] [PATCH] Adding a BEAMER_HEADER_EXTRA tag, allows short titles, etc.,
Rasmus <=