Text FormattingIOS-Book-Article.cls: one author with multiple affiliation

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
tonguim
Posts: 24
Joined: Fri Nov 06, 2009 4:32 pm

IOS-Book-Article.cls: one author with multiple affiliation

Post by tonguim »

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.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Post by Johannes_B »

[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.

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
egregIosTitle.png (68.25 KiB) Viewed 3746 times
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply