Text Formatting ⇒ IOS-Book-Article.cls: one author with multiple affiliation
IOS-Book-Article.cls: one author with multiple affiliation
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.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
IOS-Book-Article.cls: one author with multiple affiliation
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 3866 times