emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Multiple Author affiliations in Org mode with more than 2 instit


From: Prakash Nayak
Subject: Re: [O] Multiple Author affiliations in Org mode with more than 2 institute affiliations
Date: Thu, 18 Feb 2016 11:06:28 -0500

Thank you so much, it worked!


Prakash Nayak





On Thu, Feb 18, 2016 at 10:44 AM, Eric S Fraga <address@hidden> 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]