From mboxrd@z Thu Jan 1 00:00:00 1970 From: Camille persson Subject: Re: Specifying \institute[short]{long] in Beamer presentations Date: Thu, 24 Mar 2011 10:42:05 +0100 Message-ID: References: <4D8A7FD5.3070603@uni-koeln.de> <20110323195110.0f055c77@kuru.homelinux.net> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=00221534d66b55defa049f374a4f Return-path: Received: from [140.186.70.92] (port=39814 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q2h3V-0001ck-Gp for emacs-orgmode@gnu.org; Thu, 24 Mar 2011 05:42:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q2h3P-0001yp-8Z for emacs-orgmode@gnu.org; Thu, 24 Mar 2011 05:42:08 -0400 Received: from mail-vx0-f169.google.com ([209.85.220.169]:63620) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q2h3P-0001yi-6N for emacs-orgmode@gnu.org; Thu, 24 Mar 2011 05:42:07 -0400 Received: by vxk12 with SMTP id 12so8456714vxk.0 for ; Thu, 24 Mar 2011 02:42:06 -0700 (PDT) In-Reply-To: <20110323195110.0f055c77@kuru.homelinux.net> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode --00221534d66b55defa049f374a4f Content-Type: text/plain; charset=ISO-8859-1 Hi, I'm not sure but maybe you could declare it in your org file as: #+MACRO: BEAMERINSTITUTELONG My long and detailed Institute #+MACRO: BEAMERINSTITUTESHORT Short Institute And change the export code as follows: \\institute[beamerinstituteshort]{{{{beamerinstitutelong}}}}\n But I didn't tested it, it is just an idea that comes up reading your mail. -- Camille 2011/3/24 Suvayu Ali > On Wed, 23 Mar 2011 19:18:45 -0400 > Bernd Weiss wrote: > > > I assume that my first email[1], which I sent yesterday, was not > > clear enough to draw any/enough attention. > > > > Since orgmode is a volunteer effort and the list is a relatively low > traffic list, often posts are answered after a few weeks. :) > > > I am currently preparing a Beamer presentation and I would like to > > include \institute[short]{long} into my org-file; it is important > > that I am able to define a short and a long entry for institute. How > > can I do this? > > Let me reword your issue, but my understanding of LaTeX is limited so > please correct me if I am wrong. > > You want to specify your affiliation with the institute command. AFAIU > the \institute command is declared in the header of a tex file. So I am > a little confused by your use of properties in org. Shouldn't something > like this after the "#+NAME:" and "#+AUTHOR:" directives work fine? > > #+LaTeX_HEADER: \institute[short name]{My awesome institute} > > Hope this helps, > > -- > Suvayu > > Open source is the future. It sets us free. > > --00221534d66b55defa049f374a4f Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,

I'm not sure but maybe you could declare it in= your org file as:

#+MACRO: BEAMERINSTITUTELONG My long and detailed= Institute
#+MACRO: BEAMERINSTITUTESHORT Short Institute


And= change the export code as follows:

\\institute[beamerinstituteshort]{{{{beamerinstitutelong}}}}\n

B= ut I didn't tested it, it is just an idea that comes up reading your ma= il.

--
Camille



2011/3/2= 4 Suvayu Ali <fatkasuvayu+linux@gmail.com>
On Wed, 23 Mar 2011 19:18:45 -0400
Bernd Weiss <bernd.weiss@uni= -koeln.de> wrote:

> I assume that my first email[1], which I sent yesterday, was not
> clear enough to draw any/enough attention.
>

Since orgmode is a volunteer effort and the list is a relatively low<= br> traffic list, often posts are answered after a few weeks. :)

> I am currently preparing a Beamer presentation and I would like to
> include \institute[short]{long} into my org-file; it is important
> that I am able to define a short and a long entry for institute. How > can I do this?

Let me reword your issue, but my understanding of LaTeX is limited so=
please correct me if I am wrong.

You want to specify your affiliation with the institute command. AFAIU
the \institute command is declared in the header of a tex file. So I am
a little confused by your use of properties in org. Shouldn't something=
like this after the "#+NAME:" and "#+AUTHOR:" directive= s work fine?

#+LaTeX_HEADER: \institute[short name]{My awesome institute}

Hope this helps,

--
Suvayu

Open source is the future. It sets us free.


--00221534d66b55defa049f374a4f--