From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Multiple Author affiliations in Org mode with more than 2 institute affiliations Date: Thu, 18 Feb 2016 15:44:08 +0000 Message-ID: <87twl6xbuf.fsf@ucl.ac.uk> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52586) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWQkb-0005dO-Fx for emacs-orgmode@gnu.org; Thu, 18 Feb 2016 10:44:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aWQkY-0000Ey-62 for emacs-orgmode@gnu.org; Thu, 18 Feb 2016 10:44:17 -0500 Received: from mail-db3on0111.outbound.protection.outlook.com ([157.55.234.111]:16191 helo=emea01-db3-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWQkX-0000Eg-UP for emacs-orgmode@gnu.org; Thu, 18 Feb 2016 10:44:14 -0500 In-Reply-To: (Prakash Nayak's message of "Thu, 18 Feb 2016 10:05:02 -0500") 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 Cc: emacs-orgmode@gnu.org 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