summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/caption/caption3.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-02-04 23:09:35 +0000
committerKarl Berry <karl@freefriends.org>2013-02-04 23:09:35 +0000
commitce680c5880f743ecea22f9ebfde192a05186c257 (patch)
tree3caa18bd81f78a46e883d56e9944946f5c861587 /Master/texmf-dist/source/latex/caption/caption3.dtx
parentaab61d64b6347dba9ee058d3997f3e2f4c28f041 (diff)
caption (4feb13)
git-svn-id: svn://tug.org/texlive/trunk@29026 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/caption/caption3.dtx')
-rw-r--r--Master/texmf-dist/source/latex/caption/caption3.dtx21
1 files changed, 13 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/caption/caption3.dtx b/Master/texmf-dist/source/latex/caption/caption3.dtx
index d80fb43d646..6a2d11419ab 100644
--- a/Master/texmf-dist/source/latex/caption/caption3.dtx
+++ b/Master/texmf-dist/source/latex/caption/caption3.dtx
@@ -2,6 +2,9 @@
%
% This is file `caption3.dtx'.
%
+% $Id: caption3.dtx 63 2013-02-03 13:27:05Z sommerfeldt $
+% $HeadURL: svn+ssh://sommerfeldt@svn.code.sf.net/p/latex-caption/code/trunk/source/caption3.dtx $
+%
% Copyright (C) 1994-2013 Axel Sommerfeldt (axel.sommerfeldt@f-m.fm)
%
% --------------------------------------------------------------------------
@@ -25,12 +28,12 @@
% and the user manuals caption-deu.tex, caption-eng.tex, and caption-rus.tex.
%
% \fi
-% \CheckSum{3461}
+% \CheckSum{3470}
%
% \iffalse
%<*driver>
\NeedsTeXFormat{LaTeX2e}[1994/12/01]
-\ProvidesFile{caption3.drv}[2013/01/06 v1.5 Implementation of the caption kernel]
+\ProvidesFile{caption3.drv}[2011/10/09 v1.5 Implementation of the caption kernel]
\hbadness=9999 \newcount\hbadness \hfuzz=100pt % Make TeX shut up.
%\errorcontextlines=3
%
@@ -99,7 +102,7 @@
% This package has version number \fileversion, last revised \filedate.}}%^^A
% {the caption kernel}}
% \author{Axel Sommerfeldt\\
-% \href{mailto:axel.sommerfeldt@f-m.fm}{\texttt{axel.sommerfeldt@f-m.fm}}}
+% \url{http://sourceforge.net/projects/latex-caption/}}
% \date{\docdate}
% \maketitle
%
@@ -198,7 +201,10 @@
%
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}[1994/12/01]
-\ProvidesPackage{caption3}[2013/01/06 v1.5 caption3 kernel (AR)]
+\def\caption@tempa$Id: #1 #2 #3-#4-#5 #6${%
+ \def\caption@tempa{#3/#4/#5 }\def\caption@tempb{#2 }}
+\caption@tempa $Id: caption3.dtx 63 2013-02-03 13:27:05Z sommerfeldt $
+\ProvidesPackage{caption3}[\caption@tempa v1.5-\caption@tempb caption3 kernel (AR)]
% \end{macrocode}
%
% \subsection{Generic helpers}
@@ -3537,6 +3543,7 @@
% \changes{v1.3}{2011/01/01}{\cs{@dottedlofline} will be defined \& used now}
% \changes{v1.4}{2011/10/09}{Support of the titletoc package added}
% \changes{v1.5}{2011/12/29}{Usage of \cs{caption@addtoreset} replaced by \cs{@addtoreset}}
+% \changes{v1.5}{2013/01/10}{Bugfix: Definition of autoref string corrected}
% |\DeclareCaptionSubType|\oarg{numbering scheme}\marg{type}\\
% |\DeclareCaptionSubType*|\oarg{numbering scheme}\marg{type}\par
% The starred variant provides the numbering format
@@ -3574,7 +3581,7 @@
% \end{macrocode}
% \begin{macrocode}
\@namedef{sub#3name}{}%
- \@namedef{sub#3autorefname}{\csname #3name\endcsname}%
+ \@namedef{sub#3autorefname}{\csname #3autorefname\endcsname}%
#1% is \@firstoftwo in star form, and \@secondoftwo otherwise
{\@namedef{p@sub#3}{}%
\@namedef{thesub#3}{\csname the#3\endcsname.\@nameuse{#2}{sub#3}}}%
@@ -3670,15 +3677,13 @@
% \end{macro}
%
% \subsection{subfig package adaptions}
-% \changes{v1.0i}{2007/01/07}{Very small bugfix of \package{subfig} package added}
-% \changes{v1.0j}{2007/01/31}{Bugfix of \package{subfig} package moved from package to kernel}
% \changes{v1.1}{2007/07/07}{Several adaptions to the \package{subfig} package added}
% \changes{v1.4a}{2011/11/01}{Bugfix 11-11-01: Test for the \package{subfig} package revised}
%
% Since the \package{subfig} package is not maintained anymore,
% we have to make several adaptions to \thispackage~\version{1.1} here.
% Please note that we only support the version $1.3$ of the \package{subfig} package here.
-% So older versions do not work with this version of \thispackage, and never
+% So older versions do not work with this version of \thispackage, and newer
% versions are expected to be adapted.
% \begin{macrocode}
\caption@AtBeginDocument{%