llncsdoc
llncsdoc
llncsdoc
1 Installation
Copy llncs.cls to a directory that is searched by LATEX, e.g. either your texmf
tree or the local work directory with your main LATEX file.
\begin{document}
<Your contribution>
\end{document}
If your file is already coded with LATEX, you can easily adapt it to the llncs
document class by replacing
\documentclass{article}
Instructions for Using Springer’s llncs Class 2
with
\documentclass{llncs}
Please do not use \thanks inside \author or \institute as footnotes for these
elements are not supported in the online version and will therefore be dropped.
\fnmsep If you need two or more footnotes please separate them with \fnmsep (i.e.
footnote mark separator).
\titlerunning If a long title does not fit in the single line of the running head, a warning
is generated. You can specify an abbreviated title for the running head with the
command
\titlerunning{<Your abbreviated contribution title>}
3.2 Author(s)
\author The name(s) of the author(s) are specified by:
\author{<author(s) name(s)>}
\and If there is more than one author, please separate them by \and. This makes sure
that correct punctuation is inserted according to the number of authors.
\inst Numbers referring to different addresses or affiliations should be attached to
each author with the \inst{<number>} command. If an author is affiliated with
multiple institutions the numbers should be separated by a comma, for example
\inst{2,3}.
\orcidID ORCID identifiers can be included with
\orcidID{<ORCID identifier>}
Instructions for Using Springer’s llncs Class 3
The ORCID (Open Researcher and Contributor ID) registry provides authors
with unique digital identifiers that distinguish them from other researchers and
help them link their research activities to these identifiers. Authors who are not
yet registered with ORCID are encouraged to apply for an individual ORCID
id at https://www.orcid.org and to include it in their papers. In the final
publication, the ORCID id will be replaced by an ORCID icon, which will link
from the eBook to the actual ID in the ORCID database. The ORCID icon will
also replace the number in the printed book.
If you have done this correctly, the author line now reads, for example:
\author{First Author\inst{1}\orcidID{0000-1111-2222-3333} \and
Second Author\inst{2,3}\orcidID{1111-2222-3333-4444}}
The given name(s) should always be followed by the family name(s). Au-
thors who have more than one family name should indicate which part of
their name represents the family name(s), for example by non-breaking spaces
Jos\’{e} Martinez~Perez or curly braces Jos\’{e} {Martinez Perez}.
\authorrunning As given name(s) are to be shortened to initials in the running heads, speci-
fying an abbreviated author list with the optional command:
\authorrunning{<abbreviated author list>}
might add some clarity about the correct representation of author names, in the
running-heads as well as in the author index.
3.3 Affiliations
\institute Addresses of institutes, companies, etc. should be given in \institute.
\and Multiple affiliations are separated by \and, which automatically assures cor-
rect numbering:
\institute{<name of an institute>
\and <name of the next institute>
\and <name of the next institute>}
\email{<email address>}
\url and
\url{<url>}
to provide author email addresses and Web pages. If you need to typeset the tilde
character – e.g. for your Web page in your unix system’s home directory – the
\homedir command will do this. If multiple authors have the same affiliation,
please check that the order of email addresses matches the sequence of (affiliated)
author names.
Please note that, if email addresses are given in your paper, they will also be
included in the metadata of the online version.
Instructions for Using Springer’s llncs Class 4
\keywords Keywords should be specified inside the abstract environment. Please capitalize
\and the first letter of each keyword and again separate them with \and:
\keywords{First keyword \and Second keyword \and Third keyword}
Please note that all these characters are only available in math mode.
Instructions for Using Springer’s llncs Class 5
corollary (env.) Several theorem-like environments are predefined in the llncs document class.
definition (env.) The following environments have a bold run-in heading, while the following text
lemma (env.) is in italics:
proposition (env.)
theorem (env.) \begin{corollary} <text> \end{corollary}
\begin{definition} <text> \end{definition}
\begin{lemma} <text> \end{lemma}
\begin{proposition} <text> \end{proposition}
\begin{theorem} <text> \end{theorem}
case (env.) Other theorem-like environments render the text in roman, while the run-in
conjecture (env.) heading is bold as well:
example (env.)
exercise (env.) \begin{case} <text> \end{case}
\begin{conjecture} <text> \end{conjecture}
note (env.)
\begin{example} <text> \end{example}
problem (env.)
\begin{exercise} <text> \end{exercise}
property (env.) \begin{note} <text> \end{note}
question (env.) \begin{problem} <text> \end{problem}
remark (env.) \begin{property} <text> \end{property}
solution (env.) \begin{question} <text> \end{question}
\begin{remark} <text> \end{remark}
\begin{solution} <text> \end{solution}
claim (env.) Finally, there are also two unnumbered environments that have the run-in head-
proof (env.) ing in italics and the text in upright roman.
\qed Proofs may contain an eye catching square, which can be inserted with \qed)
before the environment ends.
\spnewtheorem We have enhanced the standard \newtheorem command and slightly changed
its syntax to get two new commands \spnewtheorem and \spnewtheorem* that
now can be used to define additional environments. They require two additional
arguments, namely the font style of the label and the font style of the text of
the new environment:
\spnewtheorem{<env_nam>}[<num_like>]{<caption>}{<cap_font>}{<body_font>}
For example,
\spnewtheorem{maintheorem}[theorem]{Main Theorem}{\bfseries}{\itshape}
Instructions for Using Springer’s llncs Class 6
will create a main theorem environment that is numbered together with the
predefined theorem. The sharing of the default counter ([theorem]) is desired.
If you omit the optional second argument of \spnewtheorem, a separate counter
for your new environment is used throughout your document.
In combination with the (obsolete) class option envcountsect (see. Sect. 8),
the \spnewtheorem command also supports the syntax:
\spnewtheorem{<env_nam>}{<caption>}[<within>]{<cap_font>}{<body_font>}
With the parameter <within>, you can control the sectioning element that resets
the theorem counters. If you specify, for example, subsection, the newly defined
environment is numbered subsectionwise.
\spnewtheorem* If you wish to add an unnumbered environment, please use the syntax
\spnewtheorem*{<env_nam>}{<caption>}{<cap_font>}{<body_font>}
7 References
There are three options for citing references:
– arabic numbers, i.e. [1], [3–5], [4–6,9],
– labels, i.e. [CE1], [AB1,XY2],
– author/year system, (Smith et al. 2000), (Miller 1999a, 12; Brown 2018).
We prefer citations with arabic numbers, i.e. the usage of \bibitem without an
citeauthoryear optional parameter. If you want to use the author/year system, you can use the
class option citeauthoryear, i.e.
\documentclass[citeauthoryear]{llncs}
Please note that this option does not automatically change your citations to
the author/year style. It basically redefines the \bibitem command to take the
publication year as an optional parameter that is displayed instead of an arabic
number. Author name(s) and, if necessary, parentheses are to be typed manually.
If your reference reads
\bibitem[2016]{vdaalst:2016}
van der Aalst, W.: Process Mining, 2nd ed. Springer, Heidelberg (2016)
Instructions for Using Springer’s llncs Class 7