Re: [O] Latex export: How to handle multiple authors, emails, institutes

2015-12-04 Thread Eric S Fraga
On Thursday, 26 Nov 2015 at 16:26, Fatma Başak Aydemir wrote: > Hi all, > > I'm trying to write a conference paper which has multiple authors from > multiple institues. I tried to insert author infor by adding the > following block > > #+BEGIN_LaTeX > \author{First Author\inst{1}, Second

Re: [O] Latex export: How to handle multiple authors, emails, institutes

2015-12-04 Thread John Kitchin
I have also done something like this for different journals here: https://github.com/jkitchin/jmax/blob/master/ox-manuscript.el#L64 Eric S Fraga writes: > On Thursday, 26 Nov 2015 at 16:26, Fatma Başak Aydemir wrote: >> Hi all, >> >> I'm trying to write a conference paper which has multiple

[O] Latex export: How to handle multiple authors, emails, institutes

2015-11-26 Thread Fatma Başak Aydemir
Hi all, I'm trying to write a conference paper which has multiple authors from multiple institues. I tried to insert author infor by adding the following block #+BEGIN_LaTeX \author{First Author\inst{1}, Second Author\inst{1}, Third Author\inst{2}} \authorrunning{Author et al.}

Re: [O] Latex export: How to handle multiple authors, emails, institutes

2015-11-26 Thread Rainer M Krug
Envoyé de mon iPhone > Le 26 nov. 2015 à 16:26, Fatma Başak Aydemir a écrit : > > Hi all, > > I'm trying to write a conference paper which has multiple authors from > multiple institues. I tried to insert author infor by adding the following > block > > #+BEGIN_LaTeX

Re: [O] Latex export: How to handle multiple authors, emails, institutes

2015-11-26 Thread Thomas S . Dye
Aloha Fatma Başak Aydemir, Fatma Başak Aydemir writes: > Hi all, > > I'm trying to write a conference paper which has multiple authors from > multiple institues. I tried to insert author infor by adding the > following block > > #+BEGIN_LaTeX > \author{First

Re: [O] Latex export: How to handle multiple authors, emails, institutes

2015-11-26 Thread Fatma Başak Aydemir
Aloha! Both solutions work for me. I went for adding the code line by line using #+LATEX_HEADER for I do not collaborate with the same co-authors all the time so I did not want to permanenetly add the configuration to my setup. Thanks! 26/11/15 16:59 tarihinde Thomas S. Dye yazdı: Aloha