summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/bibtex/bst/llncs/splncs04.bst4
-rw-r--r--Master/texmf-dist/doc/latex/llncs/README.md4
-rw-r--r--Master/texmf-dist/doc/latex/llncs/history.txt9
-rw-r--r--Master/texmf-dist/doc/latex/llncs/llncsdoc.pdfbin230144 -> 236737 bytes
-rw-r--r--Master/texmf-dist/doc/latex/llncs/llncsdoc.tex28
-rw-r--r--Master/texmf-dist/tex/latex/llncs/llncs.cls23
6 files changed, 56 insertions, 12 deletions
diff --git a/Master/texmf-dist/bibtex/bst/llncs/splncs04.bst b/Master/texmf-dist/bibtex/bst/llncs/splncs04.bst
index 3be8de3ac7c..7d63c492d92 100644
--- a/Master/texmf-dist/bibtex/bst/llncs/splncs04.bst
+++ b/Master/texmf-dist/bibtex/bst/llncs/splncs04.bst
@@ -1,4 +1,4 @@
-%% BibTeX bibliography style `splncs03'
+%% BibTeX bibliography style `splncs04'
%%
%% BibTeX bibliography style for use with numbered references in
%% Springer Verlag's "Lecture Notes in Computer Science" series.
@@ -6,7 +6,7 @@
%% more details of the suggested reference format.) Note that this
%% file will not work for author-year style citations.
%%
-%% Use \documentclass{llncs} and \bibliographystyle{splncs03}, and cite
+%% Use \documentclass{llncs} and \bibliographystyle{splncs04}, and cite
%% a reference with (e.g.) \cite{smith77} to get a "[1]" in the text.
%%
%% This file comes to you courtesy of Maurizio "Titto" Patrignani of
diff --git a/Master/texmf-dist/doc/latex/llncs/README.md b/Master/texmf-dist/doc/latex/llncs/README.md
index c621504692c..fdebde330f7 100644
--- a/Master/texmf-dist/doc/latex/llncs/README.md
+++ b/Master/texmf-dist/doc/latex/llncs/README.md
@@ -1,8 +1,8 @@
# llncs
-_2022/09/05 v2.22_
+_2023/11/02 v2.23_
-Copyright (c) 1996-2022 Springer
+Copyright (c) 1996-2023 Springer
Email: [lncs@springer.com](mailto:lncs@springer.com)
diff --git a/Master/texmf-dist/doc/latex/llncs/history.txt b/Master/texmf-dist/doc/latex/llncs/history.txt
index 0e51fd82185..16515982dbf 100644
--- a/Master/texmf-dist/doc/latex/llncs/history.txt
+++ b/Master/texmf-dist/doc/latex/llncs/history.txt
@@ -143,6 +143,13 @@ Version history for the LLNCS LaTeX2e class
use detokenized argument in the definition of \doi
to allow underscores in DOIs
-05.09.22 llncs.cls 2.22 robust redefinition of \vec (bold italics), bug
+05.09.22 llncs.cls 2.22 robust redefinition of \vec (bold italics), bug
reported by Alexander Malkis, TUM
+02.11.23 llncs.cls 2.23 \ackname changed from "Acknowledgements" (BE) to
+ "Acknowledgments" (AE).
+ \discintname introduced for the new, mandatory
+ section "Disclosure of Interests".
+ New "credits" environment introduced to provide
+ small run-in headings for "Acknowledgments" and
+ the "Disclosure of Interests".
diff --git a/Master/texmf-dist/doc/latex/llncs/llncsdoc.pdf b/Master/texmf-dist/doc/latex/llncs/llncsdoc.pdf
index e2f638a5fdb..aae9c4d7a74 100644
--- a/Master/texmf-dist/doc/latex/llncs/llncsdoc.pdf
+++ b/Master/texmf-dist/doc/latex/llncs/llncsdoc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/llncs/llncsdoc.tex b/Master/texmf-dist/doc/latex/llncs/llncsdoc.tex
index 0dd0ec55995..1f3e80c4c79 100644
--- a/Master/texmf-dist/doc/latex/llncs/llncsdoc.tex
+++ b/Master/texmf-dist/doc/latex/llncs/llncsdoc.tex
@@ -1,6 +1,6 @@
% This is LLNCSDOC.TEX the documentation file of
% the LaTeX2e class from Springer-Verlag
-% for Lecture Notes in Computer Science, version 2.22
+% for Lecture Notes in Computer Science, version 2.23
\documentclass{llncs}
\usepackage{llncsdoc}
\usepackage{graphicx}
@@ -8,16 +8,18 @@
\usepackage[dvips,bookmarksopen]{hyperref}
%
\makeatletter\@twosidefalse\@mparswitchfalse\makeatother
+%
\begin{document}
\title{Instructions for Using Springer's \texttt{llncs} Class for
Computer Science Proceedings Papers}
%
-\subtitle{\texttt{llncs}, Version 2.22, Sep 05, 2022}
+\subtitle{\texttt{llncs}, Version 2.23, Nov 02, 2023}
%
\author{}
\institute{}
\maketitle \thispagestyle{empty}
+\markright{Instructions for Using Springer's \texttt{llncs} Class}
%
\section{Installation}
%
@@ -335,6 +337,25 @@ environment, please use the syntax
\spnewtheorem*{<env_nam>}{<caption>}{<cap_font>}{<body_font>}
\end{verbatim}
+%
+\section{Credits and Acknowledgments}
+\label{credits}
+\DescribeEnv{credits}
+Credits and acknowledgments should be placed at the end of the paper,
+just before the references. Please use the \verb|credits| environment
+to make sure that both text and run-in headings are printed in small
+font size.
+
+\DescribeMacro{\ackname}\DescribeMacro{\discintname}
+There are two possible \verb|\subsubsection| headings to provide such
+statements: ``Acknowledgments'' and ``Disclosure of Interests''.
+The \verb|\ackname| and \verb|\discintname| macros are used to generate
+the correct run-in titles.
+
+General acknowledgments can be provided in the (optional) paragraph
+``Acknowledgments'', which is followed by the (mandatory) paragraph
+``Disclosure of Interests'', where any competing interests of the authors
+are to be declared.
%
@@ -381,8 +402,7 @@ file \verb|splncs04.bst| that comes with the \texttt{llncs} document class.
You simply need to add \verb|\bibliographystyle{splncs04}| to your
document. DOIs should be provided in the doi field of your .bib
database. {\sc Bib}\TeX{} will then automatically add them to your
-references. Please note that we do not provide an option to
-implement
+references.
\DescribeMacro{\doi}If you do not use {\sc Bib}\TeX{}, you can
include a DOI with the \verb|\doi| command:
diff --git a/Master/texmf-dist/tex/latex/llncs/llncs.cls b/Master/texmf-dist/tex/latex/llncs/llncs.cls
index de80a15ad93..8fc32f36d86 100644
--- a/Master/texmf-dist/tex/latex/llncs/llncs.cls
+++ b/Master/texmf-dist/tex/latex/llncs/llncs.cls
@@ -1,4 +1,4 @@
-% LLNCS DOCUMENT CLASS -- version 2.22 (05-Sep-2022)
+% LLNCS DOCUMENT CLASS -- version 2.23 (02-Nov-2023)
% Springer Verlag LaTeX2e support for Lecture Notes in Computer Science
%
%%
@@ -19,7 +19,7 @@
%% Right brace \} Tilde \~}
%%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesClass{llncs}[2022/09/05 v2.22
+\ProvidesClass{llncs}[2023/11/02 v2.23
^^J LaTeX document class for Lecture Notes in Computer Science]
% Options
\let\if@envcntreset\iffalse
@@ -78,7 +78,7 @@
%
\def\switcht@albion{%
\def\abstractname{Abstract.}
-\def\ackname{Acknowledgement.}
+\def\ackname{Acknowledgments.}
\def\andname{and}
\def\lastandname{\unskip, and}
\def\appendixname{Appendix}
@@ -88,6 +88,7 @@
\def\contentsname{Table of Contents}
\def\corollaryname{Corollary}
\def\definitionname{Definition}
+\def\discintname{Disclosure of Interests.}
\def\examplename{Example}
\def\exercisename{Exercise}
\def\figurename{Fig.}
@@ -129,6 +130,7 @@
\def\contentsname{Table des mati\`eres}%
\def\corollaryname{Corollaire}%
\def\definitionname{D\'efinition}%
+ \def\discintname{Mention des Int\'{e}r\^{e}ts.}
\def\examplename{Exemple}%
\def\exercisename{Exercice}%
\def\figurename{Fig.}%
@@ -168,6 +170,7 @@
\def\contentsname{Inhaltsverzeichnis}%
\def\corollaryname{Korollar}%
%\def\definitionname{Definition}%
+ \def\discintname{Offenlegung von Interessen.}
\def\examplename{Beispiel}%
\def\exercisename{\"Ubung}%
\def\figurename{Abb.}%
@@ -210,6 +213,20 @@
\belowdisplayskip \abovedisplayskip
}
+% Switch to small font size for the credits at the end of the paper
+% (i.e. Acknowlegments and Disclosure of Interests)
+\newenvironment{credits}{%
+\begingroup\small%
+\renewcommand\subsubsection{\@startsection{subsubsection}{3}{\z@}%
+ {-12\p@ \@plus -4\p@ \@minus -4\p@}%
+ {-0.5em \@plus -0.22em \@minus -0.1em}%
+ {\normalfont\small\bfseries\boldmath}}
+\renewcommand\paragraph{\@startsection{paragraph}{4}{\z@}%
+ {-8\p@ \@plus -4\p@ \@minus -4\p@}%
+ {-0.5em \@plus -0.22em \@minus -0.1em}%
+ {\normalfont\small\itshape}}%
+}{\endgroup}
+
\frenchspacing
\widowpenalty=10000
\clubpenalty=10000