Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Multiple author in org-mode latex export

I write a lot of files in org-mode of Emacs which is awesome. I started to do writing of scientific papers in org-mode. But: the article has several authors.

I used

#+AUTHOR: Author 1, Author 2

It exports to Latex correctly.

However, I need emails and institutions of the authors. Can I do it directly in org-mode?

the command

#+EMAIL: email1, email2 

picks the last one.

like image 437
Ivan Oseledets Avatar asked Apr 20 '12 12:04

Ivan Oseledets


1 Answers

#+EMAIL: [email protected], [email protected] 

works correctly here (Org 7.8.09).

like image 124
bzg Avatar answered Sep 26 '22 12:09

bzg