emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Chris Malone <chris.m.malone@gmail.com>
To: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: Short title in beamer export
Date: Wed, 5 Jan 2011 17:02:10 -0500	[thread overview]
Message-ID: <AANLkTinrf29s=Qy3kTyR5gZuDzcxPb7djYX0g0+U+WTV@mail.gmail.com> (raw)
In-Reply-To: <5526A353-3403-4464-9FFE-D574F7347CF3@tsdye.com>


[-- 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

      parent reply	other threads:[~2011-01-05 22:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='AANLkTinrf29s=Qy3kTyR5gZuDzcxPb7djYX0g0+U+WTV@mail.gmail.com' \
    --to=chris.m.malone@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).