summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-09-05 20:10:04 +0000
committerKarl Berry <karl@freefriends.org>2022-09-05 20:10:04 +0000
commit29dd85189805a04fd0dd4a04f6c3e90580e0339a (patch)
treef80f7bd46cc4a3312babd7e000fdc86f400512a4 /Master
parent04abd55591f964101ed51622849c9f7006fc050a (diff)
llncs (5sep22)
git-svn-id: svn://tug.org/texlive/trunk@64299 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/llncs/README.md2
-rw-r--r--Master/texmf-dist/doc/latex/llncs/history.txt4
-rw-r--r--Master/texmf-dist/doc/latex/llncs/llncsdoc.pdfbin218741 -> 230144 bytes
-rw-r--r--Master/texmf-dist/doc/latex/llncs/llncsdoc.tex4
-rw-r--r--Master/texmf-dist/tex/latex/llncs/llncs.cls8
5 files changed, 11 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/llncs/README.md b/Master/texmf-dist/doc/latex/llncs/README.md
index de41045d180..c621504692c 100644
--- a/Master/texmf-dist/doc/latex/llncs/README.md
+++ b/Master/texmf-dist/doc/latex/llncs/README.md
@@ -1,6 +1,6 @@
# llncs
-_2022/01/12 v2.21_
+_2022/09/05 v2.22_
Copyright (c) 1996-2022 Springer
diff --git a/Master/texmf-dist/doc/latex/llncs/history.txt b/Master/texmf-dist/doc/latex/llncs/history.txt
index 79a199ccd4c..0e51fd82185 100644
--- a/Master/texmf-dist/doc/latex/llncs/history.txt
+++ b/Master/texmf-dist/doc/latex/llncs/history.txt
@@ -142,3 +142,7 @@ Version history for the LLNCS LaTeX2e class
Alexander Malkis, Technical University of Munich;
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
+ reported by Alexander Malkis, TUM
+
diff --git a/Master/texmf-dist/doc/latex/llncs/llncsdoc.pdf b/Master/texmf-dist/doc/latex/llncs/llncsdoc.pdf
index f0983cf795d..e2f638a5fdb 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 b8c8f385407..0dd0ec55995 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.21
+% for Lecture Notes in Computer Science, version 2.22
\documentclass{llncs}
\usepackage{llncsdoc}
\usepackage{graphicx}
@@ -12,7 +12,7 @@
\title{Instructions for Using Springer's \texttt{llncs} Class for
Computer Science Proceedings Papers}
%
-\subtitle{\texttt{llncs}, Version 2.21, Jan 12, 2022}
+\subtitle{\texttt{llncs}, Version 2.22, Sep 05, 2022}
%
\author{}
\institute{}
diff --git a/Master/texmf-dist/tex/latex/llncs/llncs.cls b/Master/texmf-dist/tex/latex/llncs/llncs.cls
index 075d73327c6..de80a15ad93 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.21 (12-Jan-2022)
+% LLNCS DOCUMENT CLASS -- version 2.22 (05-Sep-2022)
% 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/01/12 v2.21
+\ProvidesClass{llncs}[2022/09/05 v2.22
^^J LaTeX document class for Lecture Notes in Computer Science]
% Options
\let\if@envcntreset\iffalse
@@ -374,7 +374,7 @@ You should not use \verb|\subparagraph| with this class.\vskip0.5cm}
\let\footnotesize\small
\if@custvec
-\def\vec#1{\mathchoice{\mbox{\boldmath$\displaystyle#1$}}
+\DeclareRobustCommand\vec[1]{\mathchoice{\mbox{\boldmath$\displaystyle#1$}}
{\mbox{\boldmath$\textstyle#1$}}
{\mbox{\boldmath$\scriptstyle#1$}}
{\mbox{\boldmath$\scriptscriptstyle#1$}}}
@@ -890,7 +890,7 @@ to0pt{\kern0.55\wd0\vrule height0.45\ht0\hss}\box0}}}}
\par\addvspace\baselineskip
\noindent\keywordname\enspace\ignorespaces#1}%
\@ifpackageloaded{hyperref}{%
-\def\doi#1{\href{https://doi.org/\detokenize{#1}}{\url{https://doi.org/\detokenize{#1}}}}}{
+\def\doi#1{\href{https://doi.org/\detokenize{#1}}{\url{https://doi.org/#1}}}}{
\def\doi#1{https://doi.org/\detokenize{#1}}}
}
\def\homedir{\~{ }}