From mboxrd@z Thu Jan 1 00:00:00 1970 From: Prakash Nayak Subject: Re: Multiple Author affiliations in Org mode with more than 2 institute affiliations Date: Thu, 18 Feb 2016 11:06:28 -0500 Message-ID: References: <87twl6xbuf.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a1143156ac332e4052c0d8d6c Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:32780) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWR6Q-00085S-7m for emacs-orgmode@gnu.org; Thu, 18 Feb 2016 11:06:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aWR6O-0008CO-NH for emacs-orgmode@gnu.org; Thu, 18 Feb 2016 11:06:50 -0500 Received: from mail-vk0-x236.google.com ([2607:f8b0:400c:c05::236]:34875) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWR6O-0008C9-Hx for emacs-orgmode@gnu.org; Thu, 18 Feb 2016 11:06:48 -0500 Received: by mail-vk0-x236.google.com with SMTP id e6so48538708vkh.2 for ; Thu, 18 Feb 2016 08:06:48 -0800 (PST) In-Reply-To: <87twl6xbuf.fsf@ucl.ac.uk> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Prakash Nayak , emacs-orgmode@gnu.org --001a1143156ac332e4052c0d8d6c Content-Type: text/plain; charset=UTF-8 Thank you so much, it worked! *Prakash Nayak* On Thu, Feb 18, 2016 at 10:44 AM, Eric S Fraga wrote: > On Thursday, 18 Feb 2016 at 10:05, Prakash Nayak wrote: > > I have this setup in my Orgmode doc and it doesn't export the author > > affiliations to latex or pdf. > > I've never used authblk but I would imagine that you are expected to > define the authors *before* the \begin{document} line in the generated > LaTeX. Using a latex block (and, by the way, depending on the version > of org you are using, the syntax for these has changed), you will be > generating LaTeX which will appear *after* the beginning of the > document. > > I think you want to put each of the \author and \affil lines in the > header: > > #+latex_header: \author[1]{Author One} > #+latex_header: \affil[1]{Guided Therapeutics Centre} > > etc. > > Give this a try. > -- > : Eric S Fraga (0xFFFCF67D), Emacs 25.0.91.1, Org release_8.3.3-619-gca1fb8 > --001a1143156ac332e4052c0d8d6c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Thank you so much, it worked!


= Prakash Nayak

<= font size=3D"2" face=3D"monospace, monospace">


<= /div>

On Thu, Feb 18, 2016 at 10:44 AM, Eric S Fra= ga <e.fraga@ucl.ac.uk> wrote:
On Thursday, 18 Feb 2016 at 10:05, Prakash Nayak wrote= :
> I have this setup in my Orgmode doc and it doesn't export the auth= or
> affiliations to latex or pdf.

I've never used authblk but I would imagine that you are expecte= d to
define the authors *before* the \begin{document} line in the generated
LaTeX.=C2=A0 Using a latex block (and, by the way, depending on the version=
of org you are using, the syntax for these has changed), you will be
generating LaTeX which will appear *after* the beginning of the
document.

I think you want to put each of the \author and \affil lines in the
header:

#+latex_header: \author[1]{Author One}
#+latex_header: \affil[1]{Guided Therapeutics Centre}

etc.

Give this a try.
--
: Eric S Fraga (0xFFFCF67D), Emacs 25.0.91.1, Org release_8.3.3-619-gca1fb8=

--001a1143156ac332e4052c0d8d6c--