From mboxrd@z Thu Jan 1 00:00:00 1970 From: Prakash Nayak Subject: Multiple Author affiliations in Org mode with more than 2 institute affiliations Date: Thu, 18 Feb 2016 10:05:02 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a1143f9480cbc47052c0cb2bb Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41931) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWQ91-0002uv-Ae for emacs-orgmode@gnu.org; Thu, 18 Feb 2016 10:05:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aWQ8w-0007cK-S5 for emacs-orgmode@gnu.org; Thu, 18 Feb 2016 10:05:27 -0500 Received: from mail-vk0-x22c.google.com ([2607:f8b0:400c:c05::22c]:36117) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWQ8w-0007cF-M7 for emacs-orgmode@gnu.org; Thu, 18 Feb 2016 10:05:22 -0500 Received: by mail-vk0-x22c.google.com with SMTP id c3so46646618vkb.3 for ; Thu, 18 Feb 2016 07:05:22 -0800 (PST) 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: emacs-orgmode@gnu.org --001a1143f9480cbc47052c0cb2bb Content-Type: text/plain; charset=UTF-8 I have this setup in my Orgmode doc and it doesn't export the author affiliations to latex or pdf. Instead I get a heuristic 'immediate' in place of authors I have added Latex to Org -babel-Load languages in .emacs What must be done to allow babel to evaluate Latex code blocks? Is there a hyperef setup that I must change? Is there an easier way to do it without a latex code block? #+Title: Multiple Author affiliations in OrgMode Latex export #+date: 11 Feb 2016#+latex_class: article#+latex_class_options: [a4paper]#+OPTIONS: toc:nil#+OPTIONS: author:nil#+latex_header: \usepackage{float}#+latex_header: \usepackage{graphicx}#+latex_header: \usepackage{authblk} #+BEGIN_LATEX \author[1]{Author One} \author[1]{Author TwoTwo} \author[1]{Author TwoTwoo} \author[1,2]{Author TwoTwooo} \author[1]{Author Three} \author[1]{Author TwoTw} \author[1]{Author Four} \author[1]{Author Fourrr} \author[2]{Author Fourrrr} \author[2]{Author Twenty} \affil[1]{Guided Therapeutics Centre} \affil[2]{Division of theatre} #+END_LATEX *Prakash Nayak* --001a1143f9480cbc47052c0cb2bb Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

I have this setup in my Orgmode doc and it doesn't export the = author affiliations to latex or pdf. Instead I get a heuristic 'immedia= te' in place of authors I have added Latex to Org -babel-Load languages= in .emacs What must be done to allow babel to evaluate Latex code blocks? = Is there a hyperef setup that I must change? Is there an easier way to do i= t without a latex code block?

#+Title: Multiple Author affiliations in Org=
Mode Latex export=20
#+date: 11 Feb 2016
#+latex_class: article
#+latex_class_options: [a4paper]<=
span class=3D"" style=3D"margin:0px;padding:0px;border:0px;color:black">
#+OPTIONS: toc:nil
#+OPTIONS: author:nil
#+latex_header: \usepackage{float}
#+latex_header: \usepackage{graphicx}
#+latex_header: \usepackage{authblk}=20

    #+BEGIN_LATEX
    \author[1]{Author One}
    \author[1]{Author TwoTwo}
    \author[1]{Author TwoTwoo}
    \author[1,2]{Author TwoTwooo}
    \author[1]{Author Three}
    \author[1]{Author TwoTw}
    \author[1]{Author Four}
    \author[1]{Author Fourrr}
    \author[2]{Author Fourrrr}
    \author[2]{Author Twenty}
    \affil[1]{Guided Therapeutics Centre}<=
span class=3D"" style=3D"margin:0px;padding:0px;border:0px;color:black">
    \affil[2]{Division of theatre}
    #+END_LATEX
Prakash Nayak


<= br>

--001a1143f9480cbc47052c0cb2bb--