From: "Fatma Başak Aydemir" <aydemirfb@gmail.com>
To: "Thomas S. Dye" <tsd@tsdye.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Latex export: How to handle multiple authors, emails, institutes
Date: Thu, 26 Nov 2015 17:37:41 +0100 [thread overview]
Message-ID: <56573555.1020403@gmail.com> (raw)
In-Reply-To: <m2k2p4eopz.fsf@tsdye.com>
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 <aydemirfb@gmail.com> 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
next prev parent reply other threads:[~2015-11-26 16:37 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-26 15:26 Latex export: How to handle multiple authors, emails, institutes Fatma Başak Aydemir
2015-11-26 15:33 ` Rainer M Krug
2015-11-26 15:59 ` Thomas S. Dye
2015-11-26 16:37 ` Fatma Başak Aydemir [this message]
2015-12-04 9:04 ` Eric S Fraga
2015-12-04 11:41 ` John Kitchin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=56573555.1020403@gmail.com \
--to=aydemirfb@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=tsd@tsdye.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).