blob: 9114deb27caec5a8b1e128fc8c1a0db2df9d10c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
|
%%
%% This is file `thm-llncs.sty',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% thm-llncs.dtx (with options: `llncs')
%% This is a generated file.
%%
%% This file is part of the `thmtools' package.
%% The `thmtools' package has the LPPL maintenance status: unmaintained.
%%
%% Copyright (C) 2008-2014 by Ulrich M. Schwarz.
%%
%% This file may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, version 1.3a.
%% This version is obtainable at
%% http://www.latex-project.org/lppl/lppl-1-3a.txt
%%
%%
\NeedsTeXFormat {LaTeX2e}
\ProvidesPackage {thm-llncs}[2019/07/31 v67]
\@ifclasslater{llncs}{2010/04/15}{}{%
\PackageWarningNoLine{thmtools}{%
LLNCS.cls too old, not supported by thmtools
}%
\endinput}
\ifx\thmt@modifycase\@empty\else
\PackageWarningNoLine{thmtools}{%
LLNCS support disables automatic casing of theorem names
}%
\let\thmt@modifycase\@empty
\fi
%%
\providecommand\thmt@style@headfont{\normalfont\bfseries}
\providecommand\thmt@style@bodyfont{\normalfont\itshape}
\let\thmt@original@spnewtheorem\spnewtheorem
\let\thmt@theoremdefiner\thmt@original@spnewtheorem
\def\spnewtheorem{%
\thmt@isstarredfalse
\thmt@hassiblingfalse
\thmt@hasparentfalse
\parse{%
{\parseFlag*{\thmt@isstarredtrue}{}}%
{\parseMand{\def\thmt@envname{##1}}}%
{\parseOpt[]{\thmt@hassiblingtrue\def\thmt@sibling{##1}}{}}%
{\parseMand{%
\def\thmt@thmname{##1}%
}}%
{\parseOpt[]{\thmt@hasparenttrue\def\thmt@parent{##1}}{}}%
{\parseMand{\def\thmt@style@headfont{##1}}}%
{\parseMand{\def\thmt@style@bodyfont{##1}}}%
{\let\@parsecmd\thmt@spnewtheoremiv}%
}%
}
\newcommand\thmt@spnewtheoremiv{%
\thmt@newtheorem@predefinition
% whee, now reassemble the whole shebang.
\protected@edef\thmt@args{%
\@nx\thmt@theoremdefiner%
\ifthmt@isstarred *\fi
{\thmt@envname}%
\ifthmt@hassibling [\thmt@sibling]\fi
{\thmt@thmname}%
\ifthmt@hasparent [\thmt@parent]\fi
{\thmt@style@headfont}{\thmt@style@bodyfont}%
}
\thmt@args
\thmt@newtheorem@postdefinition
}
\define@key{thmdef}{headfont}{%
\def\thmt@style@headfont{#1}%
}
\define@key{thmdef}{bodyfont}{%
\def\thmt@style@bodyfont{#1}%
}
\def\thmt@almost@spnewtheorem#1\relax{%
\def\thm@tmpa{\spnewtheorem#1}%
\@xa\@xa\@xa\thm@tmpa
\@xa\@xa\@xa{\@xa\thmt@style@headfont\@xa}%
\@xa{\thmt@style@bodyfont}%
}
\let\thmt@newtheorem\thmt@almost@spnewtheorem
\endinput
%%
%% End of file `thm-llncs.sty'.
|