* Short title in beamer export @ 2011-01-05 21:19 Chris Malone [not found] ` <5526A353-3403-4464-9FFE-D574F7347CF3@tsdye.com> 0 siblings, 1 reply; 2+ messages in thread From: Chris Malone @ 2011-01-05 21:19 UTC (permalink / raw) To: emacs-orgmode [-- Attachment #1.1: Type: text/plain, Size: 1003 bytes --] Hi, Is there an org-mode way to use a short title for export to beamer? Some of the beamer templates (or manual setting) show the title of the talk in a footer or header, but the box-size is often too small. To counter-act this issue, the LaTeX \title command takes an optional short title, which is what is actually displayed in the footer/header mentioned above. For example, my presentation has a title #+TITLE: Multidimensional Simulations of Convection Preceding Type I X-ray Bursts which is way too long for the small space allocated to the title in the footer/header. It would be nice if, in org-mode, one could specify #+TITLE: Multidimensional Simulations of Convection Preceding Type I X-ray Bursts #+SHORT_TITLE: XRBs in Multi-d which then is exported as \title[XRBs in Multi-d]{Multidimensional Simulations of Convection Preceding Type I X-ray Bursts} Maybe this is already do-able through some other means within org-mode without having to modify the .tex file? Chris [-- Attachment #1.2: Type: text/html, Size: 1087 bytes --] [-- Attachment #2: Type: text/plain, Size: 201 bytes --] _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode ^ permalink raw reply [flat|nested] 2+ messages in thread
[parent not found: <5526A353-3403-4464-9FFE-D574F7347CF3@tsdye.com>]
* Re: Short title in beamer export [not found] ` <5526A353-3403-4464-9FFE-D574F7347CF3@tsdye.com> @ 2011-01-05 22:02 ` Chris Malone 0 siblings, 0 replies; 2+ messages in thread From: Chris Malone @ 2011-01-05 22:02 UTC (permalink / raw) To: emacs-orgmode [-- Attachment #1.1: Type: text/plain, Size: 2437 bytes --] Hi Tom, I didn't want to do this to start with because I didn't think LaTeX would be happy with overriding the title - it turns out it doesn't mind, so thanks for pointing that out! The problem with your suggestion is that the overriding doesn't take place (by default) until after the \maketitle command. This has the effect of not setting the short title on the title slide (it really shouldn't be there anyway) or the table of contents slide. I just found a way around this by exploiting the fact that the BEAMER_HEADER_EXTRA lines are exported /after/ the \title command is exported. In other words, including the line #+BEAMER_HEADER_EXTRA: \title[XRBs in Multi-d]{Multidimensional Simulations of Convection Preceding Type I X-ray Bursts} overrides the title and performs as I want. Chris On Wed, Jan 5, 2011 at 4:43 PM, Thomas S. Dye <tsd@tsdye.com> wrote: > Aloha Chris, > > Perhaps this will work: > > #+begin_latex > > \title[XRBs in Multi-d]{Multidimensional Simulations of Convection > Preceding Type I X-ray Bursts} > #+end_latex > > hth, > Tom > > > On Jan 5, 2011, at 11:19 AM, Chris Malone wrote: > > Hi, >> >> Is there an org-mode way to use a short title for export to beamer? >> >> Some of the beamer templates (or manual setting) show the title of the >> talk in a footer or header, but the box-size is often too small. To >> counter-act this issue, the LaTeX \title command takes an optional short >> title, which is what is actually displayed in the footer/header mentioned >> above. >> >> For example, my presentation has a title >> >> #+TITLE: Multidimensional Simulations of Convection Preceding Type I >> X-ray Bursts >> >> which is way too long for the small space allocated to the title in the >> footer/header. It would be nice if, in org-mode, one could specify >> >> #+TITLE: Multidimensional Simulations of Convection Preceding Type I >> X-ray Bursts >> #+SHORT_TITLE: XRBs in Multi-d >> >> which then is exported as >> >> \title[XRBs in Multi-d]{Multidimensional Simulations of Convection >> Preceding Type I X-ray Bursts} >> >> >> >> Maybe this is already do-able through some other means within org-mode >> without having to modify the .tex file? >> >> Chris >> _______________________________________________ >> Emacs-orgmode mailing list >> Please use `Reply All' to send replies to the list. >> Emacs-orgmode@gnu.org >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode >> > > [-- Attachment #1.2: Type: text/html, Size: 3231 bytes --] [-- Attachment #2: Type: text/plain, Size: 201 bytes --] _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-01-05 22:02 UTC | newest] Thread overview: 2+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2011-01-05 21:19 Short title in beamer export Chris Malone [not found] ` <5526A353-3403-4464-9FFE-D574F7347CF3@tsdye.com> 2011-01-05 22:02 ` Chris Malone
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).