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.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- 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 3746 times