From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Fatma_Ba=c5=9fak_Aydemir?= Subject: Re: Latex export: How to handle multiple authors, emails, institutes Date: Thu, 26 Nov 2015 17:37:41 +0100 Message-ID: <56573555.1020403@gmail.com> References: <5657248C.3030101@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51269) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1zYJ-0004CU-I6 for emacs-orgmode@gnu.org; Thu, 26 Nov 2015 11:37:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a1zYG-0005Mp-B3 for emacs-orgmode@gnu.org; Thu, 26 Nov 2015 11:37:47 -0500 Received: from mail-wm0-x233.google.com ([2a00:1450:400c:c09::233]:38193) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1zYG-0005Ml-5N for emacs-orgmode@gnu.org; Thu, 26 Nov 2015 11:37:44 -0500 Received: by wmec201 with SMTP id c201so29021911wme.1 for ; Thu, 26 Nov 2015 08:37:43 -0800 (PST) In-Reply-To: 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: "Thomas S. Dye" Cc: emacs-orgmode@gnu.org 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 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 Author\inst{1}, Second Author\inst{1}, Third Author\inst{2}} >> \authorrunning{Author et al.} >> \institute{University of X, Country\\ >> \email{\{f.author, s.author\}@uX.edu} >> \and >> University of Y, CountryY\\ >> \email{\{t.author\}@uY.edu}} >> #+END_LATEX >> >> I failed (the title says no institute given, does not show emails) since >> the latex block is inserted after \maketitle command. How can insert >> author & institue information in the header? >> >> If related, I'm using Springer LNCS style, org v 20151123. > One way is to define a "my-Springer-LNCS" class and add it to > org-latex-classes. > > Here is an example that meets the preamble format required by the > journal PLOS One. In the PLOS One requirement, author edits to the > preamble are restricted to the space between the ** EDIT HERE ** > comments. So, for this style, you'd just add your LaTeX code between > the ** EDIT HERE ** comments. > > (add-to-list 'org-latex-classes > '("plos-devel" > "\\documentclass[10pt]{article} > [NO-DEFAULT-PACKAGES] > [PACKAGES] > [EXTRA] > \\doublespacing > % Text layout > \\topmargin 0.0cm > \\oddsidemargin 0.5cm > \\evensidemargin 0.5cm > \\textwidth 16cm > \\textheight 21cm > \\bibliographystyle{plos2009} > \\makeatletter > \\renewcommand{\\@biblabel}[1]{\\quad#1.} > \\makeatother > \\pagestyle{myheadings} > %% ** EDIT HERE ** > \\DeclareCaptionLabelFormat{si}{#1S#2} > > %% ** EDIT HERE ** > %% PLEASE INCLUDE ALL MACROS BELOW > %% \\newcommand{\\texttwosuperior}{$^{2}$} > %% \\newcommand{\\textpm}{$\\pm$} > \\newcommand{\\rc}{$^{14}C$} > %% END MACROS SECTION" > ("\\section{%s}" . "\\section*{%s}") > ("\\subsection{%s}" . "\\subsection*{%s}") > ("\\subsubsection{%s}" . "\\subsubsection*{%s}") > ("\\paragraph{%s}" . "\\paragraph*{%s}") > ("\\subparagraph{%s}" . "\\subparagraph*{%s}"))) > > hth, > Tom > -- -------------------------------- Fatma Başak Aydemir PhD Student at ICT International Doctoral School Department of Information Engineering and Computer Science University of Trento Skype: fatmabasak.aydemir E-mail: aydemir@disi.unitn.it