texlive[74287] Master/texmf-dist: llncs (25feb25)

commits+karl at tug.org commits+karl at tug.org
Tue Feb 25 21:43:34 CET 2025


Revision: 74287
          https://tug.org/svn/texlive?view=revision&revision=74287
Author:   karl
Date:     2025-02-25 21:43:34 +0100 (Tue, 25 Feb 2025)
Log Message:
-----------
llncs (25feb25)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/llncs/README.md
    trunk/Master/texmf-dist/doc/latex/llncs/history.txt
    trunk/Master/texmf-dist/doc/latex/llncs/llncsdoc.pdf
    trunk/Master/texmf-dist/doc/latex/llncs/llncsdoc.tex
    trunk/Master/texmf-dist/tex/latex/llncs/llncs.cls

Modified: trunk/Master/texmf-dist/doc/latex/llncs/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/llncs/README.md	2025-02-25 20:43:24 UTC (rev 74286)
+++ trunk/Master/texmf-dist/doc/latex/llncs/README.md	2025-02-25 20:43:34 UTC (rev 74287)
@@ -1,8 +1,8 @@
 # llncs
 
-_2024/10/21 v2.25_
+_2025/02/25 v2.26_
 
-Copyright (c) 1996-2024 Springer
+Copyright (c) 1996-2025 Springer
 
 Email: [lncs at springer.com](mailto:lncs at springer.com)
 

Modified: trunk/Master/texmf-dist/doc/latex/llncs/history.txt
===================================================================
--- trunk/Master/texmf-dist/doc/latex/llncs/history.txt	2025-02-25 20:43:24 UTC (rev 74286)
+++ trunk/Master/texmf-dist/doc/latex/llncs/history.txt	2025-02-25 20:43:34 UTC (rev 74287)
@@ -2,6 +2,8 @@
 
  date     filename      version   action/reason/acknowledgements
 ----------------------------------------------------------------------------
+25.02.25  llncs.cls        2.26   replace minus characters in ORCID ids by hyphens
+
 21.10.24  llncs.cls        2.25   more bugfixes for the babel language switches
 
 29.01.24  llncs.cls        2.24   bugfixes for options envcountsame and envcountsect

Modified: trunk/Master/texmf-dist/doc/latex/llncs/llncsdoc.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/llncs/llncsdoc.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/llncs/llncsdoc.tex	2025-02-25 20:43:24 UTC (rev 74286)
+++ trunk/Master/texmf-dist/doc/latex/llncs/llncsdoc.tex	2025-02-25 20:43:34 UTC (rev 74287)
@@ -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.25
+% for Lecture Notes in Computer Science, version 2.26
 \documentclass{llncs}
 \usepackage{llncsdoc}
 \usepackage{graphicx}
@@ -13,7 +13,7 @@
 \title{Instructions for Using Springer's \texttt{llncs} Class for
 Computer Science Proceedings Papers}
 %
-\subtitle{\texttt{llncs}, Version 2.25, Oct 21, 2024}
+\subtitle{\texttt{llncs}, Version 2.26, Feb 25, 2025}
 %
 \author{}
 \institute{}

Modified: trunk/Master/texmf-dist/tex/latex/llncs/llncs.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/llncs/llncs.cls	2025-02-25 20:43:24 UTC (rev 74286)
+++ trunk/Master/texmf-dist/tex/latex/llncs/llncs.cls	2025-02-25 20:43:34 UTC (rev 74287)
@@ -1,4 +1,4 @@
-% LLNCS DOCUMENT CLASS -- version 2.25 (21-Oct-2024)
+% LLNCS DOCUMENT CLASS -- version 2.26 (25-Feb-2025)
 % Springer Verlag LaTeX2e support for Lecture Notes in Computer Science
 %
 %%
@@ -19,7 +19,7 @@
 %%   Right brace   \}     Tilde         \~}
 %%
 \NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesClass{llncs}[2024/10/21 v2.25
+\ProvidesClass{llncs}[2025/02/25 v2.26
 ^^J LaTeX document class for Lecture Notes in Computer Science]
 % Options
 \let\if at envcntreset\iffalse
@@ -892,7 +892,7 @@
    \or \ddagger\ddagger \else\@ctrerr\fi}}
 
 \def\inst#1{\unskip$^{#1}$}
-\def\orcidID#1{\unskip$^{[#1]}$} % added MR 2018-03-10
+\def\orcidID#1{\unskip$^{\mbox{[#1]}}$} % added MR 2018-03-10, modified MR 2025-02-25
 \def\fnmsep{\unskip$^,$}
 \def\email#1{{\tt#1}}
 



More information about the tex-live-commits mailing list.