blob: 2e269d74b31d64d8e60903d307e6d1e753d9409f (
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
|
%%
%% This is file `lwarp-caption.sty',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% lwarp.dtx (with options: `caption')
%% This is a generated file.
%% Copyright 2016-2022 Brian Dunn
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
%% The latest version of this license is in
%% http://www.latex-project.org/lppl.txt
%% and version 1.3 or later is part of all distributions of LaTeX
%% version 2005/12/01 or later.
\typeout{---}
\typeout{Packages lwarp and caption:}
\typeout{If a ``Missing \protect\begin\protect{document\protect}'' error occurs here,}
\typeout{try using: \space \protect\usepackage\protect{caption\protect}\space%
\protect\captionsetup{options}}
\typeout{instead of: \protect\usepackage[options]\protect{caption\protect}.}
\typeout{---}
\LWR@ProvidesPackagePass{caption}[2023/08/05]
\VerifyCommand[lwarp][caption]{\caption@iibox@}{AD79C5FACDA9F8F9977188D922E8AC12}
\long\def\caption@iibox@#1#2#3#4{%
\caption@iiibox{#1}{#2}{#3}%
[]% lwarp
[\captionbox@innerpos@default]%
{{#4}}% lwarp
}
\VerifyCommand[lwarp][caption]{\caption@iiiibox}{62FC9237FCA80F5A607BF02D88C61601}
\long\def\caption@iiiibox#1#2#3#4#5[#6][#7]#8{%
\begingroup
#1*% set \caption@position
\caption@iftop{%
\endgroup
\minipagefullwidth% lwarp
\parbox[t]{\linewidth}{%
#1\relax
\caption@setposition t%
{\caption#4{#5}}%
#8%
}%
}{%
\endgroup
\minipagefullwidth% lwarp
\parbox[b]{\linewidth}{% lwarp
#1\relax
\caption@setposition b%
#8%
{\caption#4{#5}}%
}%
}%
}
\VerifyCommand[lwarp][caption]{\caption@makecaption}{9E0A92DF71E248B2C7A3B4BB5190A2C5}
\long\def\caption@makecaption#1#2{%
\caption@@make{#1}{#2}%
}
\AtBeginDocument{
\let\@makecaption\caption@makecaption
}
\AtBeginDocument{
\xapptocmd{\@xfloat}
{\LWR@futurenonspacelet\LWR@mynexttoken\LWR@floatalignment}
{}
{\LWR@patcherror{caption}{@xfloat}}
\xapptocmd{\@xdblfloat}
{\LWR@futurenonspacelet\LWR@mynexttoken\LWR@floatalignment}
{}
{\LWR@patcherror{caption}{@xdblfloat}}
}
\VerifyCommand[lwarp][caption]{\caption@@@text}{C7253081E4F8EA695FF193E21855AA0A}
\long\def\caption@@@text#1#2#3[#4]#5{%
\begin{BlockClass}{figurecaption}% lwarp
\begingroup
#3{\csname c@#1\endcsname #4\relax}%
#2{\caption@fnum{#1}}{#5}%
\endgroup%
\end{BlockClass}% lwarp
}
\caption@AtBeginDocument{
\IfPackageLoadedTF{lwarp-scrextend}{
\LetLtxMacro\captionbelow\caption
\LetLtxMacro\captionabove\caption
\LetLtxMacro\captionofbelow\captionof
\LetLtxMacro\captionofabove\captionof
}{}
}
\endinput
%%
%% End of file `lwarp-caption.sty'.
|