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: Eric S Fraga
Subject: Re: [O] Multiple Author affiliations in Org mode with more than 2 institute affiliations
Date: Thu, 18 Feb 2016 15:44:08 +0000
User-agent: Gnus/5.130016 (Ma Gnus v0.16) Emacs/25.0.91 (gnu/linux)

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]