Hallo all,
I've posted a question on tex.stackexchange but didn't get any answer. Can anyone here help me? Thank you.
I'm trying to set for an article the authors information. There is one author that has multiple affiliation and I have some difficulties to write the right code for that. Thank you in advance for any help.
Text Formatting ⇒ IOS-Book-Article.cls: one author with multiple affiliation
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
IOS-Book-Article.cls: one author with multiple affiliation
[quote="egreg"]As far as I can see, the class doesn't provide for double affiliations of a single author. If you are required to use the class, don't try tweaking its internals, because this will only annoy the copy editors and may cause rejection of your paper.
A double affiliation is quite simple to achieve, though.
A double affiliation is quite simple to achieve, though.
Code: Select all
\documentclass{IOS-Book-Article}
\begin{document}
\begin{frontmatter} % The preamble begins here.
\title{Some definitions}
\author[A]{\fnms{John} \snm{Marc}}%
\thanks{Corresponding Author: Book Production Manager, IOS Press, Nieuwe Hemweg 6B,
1013 BG Amsterdam, The Netherlands; E-mail:
bookproduction@iospress.nl.},
and
\author[C]{\fnms{Peter} \snm{Wolf}}
and
\author[C]{\fnms{Dean} \snm{Boy}}
\address[A]{University of \LaTeX, Higher Institute lab\\
and University of \LaTeX, Math lab}
\address[C]{Some University}
\end{frontmatter}
\end{document}
- Attachments
-
- egregIosTitle.png (68.25 KiB) Viewed 3758 times
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.