From ce680c5880f743ecea22f9ebfde192a05186c257 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 4 Feb 2013 23:09:35 +0000 Subject: caption (4feb13) git-svn-id: svn://tug.org/texlive/trunk@29026 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/source/latex/caption/bicaption.dtx | 14 +++-- .../source/latex/caption/caption-deu.tex | 11 ++-- .../source/latex/caption/caption-eng.tex | 11 ++-- .../source/latex/caption/caption-rus.tex | 6 +- Master/texmf-dist/source/latex/caption/caption.dtx | 68 ++++++++++------------ Master/texmf-dist/source/latex/caption/caption.ins | 4 +- .../texmf-dist/source/latex/caption/caption2.dtx | 12 +++- .../texmf-dist/source/latex/caption/caption3.dtx | 21 ++++--- .../texmf-dist/source/latex/caption/ltcaption.dtx | 12 +++- .../texmf-dist/source/latex/caption/newfloat.dtx | 12 +++- .../texmf-dist/source/latex/caption/subcaption.dtx | 14 +++-- 11 files changed, 109 insertions(+), 76 deletions(-) (limited to 'Master/texmf-dist/source/latex/caption') diff --git a/Master/texmf-dist/source/latex/caption/bicaption.dtx b/Master/texmf-dist/source/latex/caption/bicaption.dtx index fdfe5a62602..e5fc48b2722 100644 --- a/Master/texmf-dist/source/latex/caption/bicaption.dtx +++ b/Master/texmf-dist/source/latex/caption/bicaption.dtx @@ -2,6 +2,9 @@ % % This is file `bicaption.dtx'. % +% $Id: bicaption.dtx 63 2013-02-03 13:27:05Z sommerfeldt $ +% $HeadURL: svn+ssh://sommerfeldt@svn.code.sf.net/p/latex-caption/code/trunk/source/bicaption.dtx $ +% % Copyright (C) 2010-2012 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{385} +% \CheckSum{394} % % \iffalse %<*driver> \NeedsTeXFormat{LaTeX2e}[1994/12/01] -\ProvidesFile{bicaption.drv}[2012/12/26 v1.1 Adds a bilingual caption feature to the caption package] +\ProvidesFile{bicaption.drv}[2012/04/10 v1.1 Adds a bilingual caption feature to the caption package] \hbadness=9999 \newcount\hbadness \hfuzz=74pt % Make TeX shut up. %\errorcontextlines=3 % @@ -124,7 +127,7 @@ % This package has version number \fileversion, last revised \filedate.}}%^^A % {The bicaption package}} % \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 % @@ -794,7 +797,10 @@ % % \begin{macrocode} \NeedsTeXFormat{LaTeX2e}[1994/12/01] -\ProvidesPackage{bicaption}[2012/12/26 v1.1 Bilingual Captions (AR)] +\def\caption@tempa$Id: #1 #2 #3-#4-#5 #6${% + \def\caption@tempa{#3/#4/#5 }\def\caption@tempb{#2 }} +\caption@tempa $Id: bicaption.dtx 63 2013-02-03 13:27:05Z sommerfeldt $ +\ProvidesPackage{bicaption}[\caption@tempa v1.1-\caption@tempb Bilingual Captions (AR)] % \end{macrocode} % \begin{macrocode} \RequirePackage{caption}[2012/12/26] % needs v3.3 or newer diff --git a/Master/texmf-dist/source/latex/caption/caption-deu.tex b/Master/texmf-dist/source/latex/caption/caption-deu.tex index f3e88f0dc9a..55b639c408a 100644 --- a/Master/texmf-dist/source/latex/caption/caption-deu.tex +++ b/Master/texmf-dist/source/latex/caption/caption-deu.tex @@ -1,6 +1,9 @@ % % This is file `caption-deu.tex'. % +% $Id: caption-deu.tex 64 2013-02-03 13:41:27Z sommerfeldt $ +% $HeadURL: svn+ssh://sommerfeldt@svn.code.sf.net/p/latex-caption/code/trunk/source/caption-deu.tex $ +% % Copyright (C) 1994-2012 Axel Sommerfeldt (axel.sommerfeldt@f-m.fm) % % -------------------------------------------------------------------------- @@ -57,7 +60,6 @@ \usepackage[bottom]{footmisc} \usepackage{graphicx,longtable,setspace} -\IfFileExists{test/tlc2/cat.eps}{\graphicspath{{test/tlc2/}}}{}% \usepackage{hypdoc} \ifpdf\usepackage{hypdestopt}\fi @@ -198,12 +200,9 @@ \let\docdate\filedate \GetFileInfo{caption.sty} -\title{Anpassen der Abbildungs- und Tabellenbeschriftungen - mit Hilfe des caption-Paketes\texorpdfstring{\thanks{% - Dieses Paket hat die Versionsnummer \fileversion, - zuletzt ge"andert am \filedate.}}{}} +\title{Anpassen der Abbildungs- und Tabellenbeschriftungen} \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 diff --git a/Master/texmf-dist/source/latex/caption/caption-eng.tex b/Master/texmf-dist/source/latex/caption/caption-eng.tex index 381d745be3e..6c3782bb306 100644 --- a/Master/texmf-dist/source/latex/caption/caption-eng.tex +++ b/Master/texmf-dist/source/latex/caption/caption-eng.tex @@ -1,6 +1,9 @@ % % This is file `caption-eng.tex'. % +% $Id: caption-eng.tex 64 2013-02-03 13:41:27Z sommerfeldt $ +% $HeadURL: svn+ssh://sommerfeldt@svn.code.sf.net/p/latex-caption/code/trunk/source/caption-eng.tex $ +% % Copyright (C) 1994-2012 Axel Sommerfeldt (axel.sommerfeldt@f-m.fm) % % -------------------------------------------------------------------------- @@ -50,7 +53,6 @@ \usepackage[bottom]{footmisc} \usepackage{graphicx,longtable,setspace} -\IfFileExists{test/tlc2/cat.eps}{\graphicspath{{test/tlc2/}}}{}% \usepackage{hypdoc} \ifpdf\usepackage{hypdestopt}\fi @@ -191,12 +193,9 @@ \let\docdate\filedate \GetFileInfo{caption.sty} -\title{Customizing captions of floating environments - using the caption package\texorpdfstring{\thanks{% - This package has version number \fileversion, - last revised \filedate.}}{}} +\title{Customizing captions of floating environments} \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 diff --git a/Master/texmf-dist/source/latex/caption/caption-rus.tex b/Master/texmf-dist/source/latex/caption/caption-rus.tex index 8bf60c425c4..458259adcaa 100644 --- a/Master/texmf-dist/source/latex/caption/caption-rus.tex +++ b/Master/texmf-dist/source/latex/caption/caption-rus.tex @@ -2,6 +2,9 @@ % This is file `caption-rus.tex'. % Russian translation of `caption-eng.tex' % +% $Id: caption-rus.tex 63 2013-02-03 13:27:05Z sommerfeldt $ +% $HeadURL: svn+ssh://sommerfeldt@svn.code.sf.net/p/latex-caption/code/trunk/source/caption-rus.tex $ +% % Copyright (C) 1994-2007 Axel Sommerfeldt (axel.sommerfeldt@f-m.fm) % % -------------------------------------------------------------------------- @@ -66,7 +69,6 @@ \usepackage[bottom]{footmisc} \usepackage{graphicx,longtable,setspace} -\IfFileExists{test/tlc2/cat.eps}{\graphicspath{{test/tlc2/}}}{}% \usepackage{hypdoc} \hypersetup{unicode} @@ -246,7 +248,7 @@ }}{}} % \author{Axel Sommerfeldt\\ \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 diff --git a/Master/texmf-dist/source/latex/caption/caption.dtx b/Master/texmf-dist/source/latex/caption/caption.dtx index 84af747aa8d..1059245b1a2 100644 --- a/Master/texmf-dist/source/latex/caption/caption.dtx +++ b/Master/texmf-dist/source/latex/caption/caption.dtx @@ -2,6 +2,9 @@ % % This is file `caption.dtx'. % +% $Id: caption.dtx 65 2013-02-03 15:09:48Z sommerfeldt $ +% $HeadURL: svn+ssh://sommerfeldt@svn.code.sf.net/p/latex-caption/code/trunk/source/caption.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{3475} +% \CheckSum{3459} % % \iffalse %<*driver> \NeedsTeXFormat{LaTeX2e}[1994/12/01] -\ProvidesFile{caption.drv}[2012/12/26 v3.3 Implementation of the caption package] +\ProvidesFile{caption.drv}[2011/08/06 v3.3 Implementation of the caption package] \hbadness=9999 \newcount\hbadness \hfuzz=100pt % Make TeX shut up. %\errorcontextlines=3 % @@ -96,7 +99,7 @@ % This package has version number \fileversion, last revised \filedate.}}%^^A % {the caption package}} % \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 % @@ -218,8 +221,10 @@ % % \begin{macrocode} \NeedsTeXFormat{LaTeX2e}[1994/12/01] -\ProvidesPackage{caption}[2013/01/06 v3.3 Customizing captions (AR)] -%\@ifundefined{PackageRedefines}{}{\PackageRedefines{caption}{caption}} +\def\caption@tempa$Id: #1 #2 #3-#4-#5 #6${% + \def\caption@tempa{#3/#4/#5 }\def\caption@tempb{#2 }} +\caption@tempa $Id: caption.dtx 65 2013-02-03 15:09:48Z sommerfeldt $ +\ProvidesPackage{caption}[\caption@tempa v3.3-\caption@tempb Customizing captions (AR)] % \end{macrocode} % % \subsection{Loading the kernel} @@ -1383,10 +1388,6 @@ \caption@Debug{% Restore hypcap definition of \string\capstart\@gobble}% \let\capstart\caption@ORI@capstart}% - \caption@ifundefined\caption@ORI@float@makebox{}{% - \caption@Debug{% - Restore hyperref redefinition of \string\float@makebox\@gobble}% - \let\float@makebox\caption@ORI@float@makebox}% }% % \end{macrocode} % @@ -1426,8 +1427,7 @@ % \end{macrocode} % \begin{macrocode} \caption@AtBeginDocument*{% - \let\caption@ORI@capstart\@undefined - \let\caption@ORI@float@makebox\@undefined}% + \let\caption@ORI@capstart\@undefined}% % \end{macrocode} % % \begin{macro}{\@xfloat} @@ -2816,6 +2816,27 @@ % \end{macrocode} % \end{macro} % +% \begin{macro}{\float@makebox} +% \changes{v3.3}{2013/01/06}{Corrects wrong load order hyperref-float now} +% \changes{v3.3}{2013/02/03}{Correction of wrong load order hyperref-float revised} +% Redefine |\float@makebox| (only if we are not operating in compatibility mode). +% \begin{macrocode} + \caption@AtBeginDocument{\caption@ifcompatibility{}{% +% \end{macrocode} +% If it was redefined by the \package{hyperref} package, +% we need to build on the original definition (and not on the redefined one). +% \begin{macrocode} + \caption@ifundefined\HyOrg@float@makebox + {\let\caption@ORI@float@makebox\float@makebox}% + {\let\caption@ORI@float@makebox\HyOrg@float@makebox}% + \renewcommand\float@makebox[1]{% + \caption@ORI@float@makebox{#1\relax \caption@defrostHref}}% +% \end{macrocode} +% \begin{macrocode} + }}% +% \end{macrocode} +% \end{macro} +% % \begin{macro}{\caption@typehook} % \changes{v3.1}{2007/07/08}{float package hook added} % \LaTeX\ and almost every other packages use @@ -3408,31 +3429,6 @@ % \end{macrocode} % \end{macro} % -% \begin{macro}{\float@makebox} -% \changes{v3.3}{2013/01/06}{Corrects wrong load order hyperref-float now} -% Do our own redefinition of |\float@makebox|, if it was redefined by -% the \package{hyperref} package. -% (But first of all we correct a wrong load order \package{hyperref}-\package{float}, -% if possible.) -% \begin{macrocode} - \caption@ifundefined\HyNew@float@makebox{}{% - \caption@ifundefined\HyOrg@float@makebox{% - \caption@Debug{% - Correcting wrong load order hyperref-float\@gobble}% - \let\HyOrg@float@makebox\float@makebox - \let\float@makebox\HyNew@float@makebox}{}}% -% \end{macrocode} -% \begin{macrocode} - \caption@ifundefined\HyOrg@float@makebox{}{% - \caption@Debug{% - Redefining \noexpand\float@makebox (again)\@gobble}% - \let\caption@ORI@float@makebox\float@makebox % save for compatibility mode - \renewcommand\float@makebox[1]{% - \HyOrg@float@makebox{#1\relax \caption@defrostHref}}% - }% -% \end{macrocode} -% \end{macro} -% % \begin{macrocode} }}{} % \end{macrocode} diff --git a/Master/texmf-dist/source/latex/caption/caption.ins b/Master/texmf-dist/source/latex/caption/caption.ins index 763f86f2156..2933c9d61c1 100644 --- a/Master/texmf-dist/source/latex/caption/caption.ins +++ b/Master/texmf-dist/source/latex/caption/caption.ins @@ -6,7 +6,9 @@ \preamble -Copyright (C) 1994-2013 Axel Sommerfeldt (axel.sommerfeldt@f-m.fm) +Copyright (C) 1994-2013 Axel Sommerfeldt + +http://sourceforge.net/projects/latex-caption/ -------------------------------------------------------------------------- diff --git a/Master/texmf-dist/source/latex/caption/caption2.dtx b/Master/texmf-dist/source/latex/caption/caption2.dtx index f5195233adf..0b0369f091c 100644 --- a/Master/texmf-dist/source/latex/caption/caption2.dtx +++ b/Master/texmf-dist/source/latex/caption/caption2.dtx @@ -2,6 +2,9 @@ % % This is file `caption2.dtx'. % +% $Id: caption2.dtx 63 2013-02-03 13:27:05Z sommerfeldt $ +% $HeadURL: svn+ssh://sommerfeldt@svn.code.sf.net/p/latex-caption/code/trunk/source/caption2.dtx $ +% % Copyright (C) 1994-2011 Axel Sommerfeldt (axel.sommerfeldt@f-m.fm) % % -------------------------------------------------------------------------- @@ -25,7 +28,7 @@ % and the user manuals caption-deu.tex, caption-eng.tex, and caption-rus.tex. % % \fi -% \CheckSum{853} +% \CheckSum{862} % % \iffalse %<*driver> @@ -74,7 +77,7 @@ % This package has version number \fileversion, last revised \filedate.}}%^^A % {caption2 package}} % \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 % @@ -203,7 +206,10 @@ % % \begin{macrocode} \NeedsTeXFormat{LaTeX2e}[1994/12/01] -\ProvidesPackage{caption2}[2011/08/12 v2.2d Customising captions (AR)] +\def\caption@tempa$Id: #1 #2 #3-#4-#5 #6${% + \def\caption@tempa{#3/#4/#5 }\def\caption@tempb{#2 }} +\caption@tempa $Id: caption2.dtx 63 2013-02-03 13:27:05Z sommerfeldt $ +\ProvidesPackage{caption2}[\caption@tempa v2.2-\caption@tempb Customising captions (AR)] % \end{macrocode} % % \changes{v2.2b}{2007/06/15}{Made obsolete warning even more annoying} 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{% diff --git a/Master/texmf-dist/source/latex/caption/ltcaption.dtx b/Master/texmf-dist/source/latex/caption/ltcaption.dtx index d38526a7adc..e2e93706dd3 100644 --- a/Master/texmf-dist/source/latex/caption/ltcaption.dtx +++ b/Master/texmf-dist/source/latex/caption/ltcaption.dtx @@ -2,6 +2,9 @@ % % This is file `ltcaption.dtx'. % +% $Id: ltcaption.dtx 63 2013-02-03 13:27:05Z sommerfeldt $ +% $HeadURL: svn+ssh://sommerfeldt@svn.code.sf.net/p/latex-caption/code/trunk/source/ltcaption.dtx $ +% % Copyright (C) 2007-2011 Axel Sommerfeldt (axel.sommerfeldt@f-m.fm) % % -------------------------------------------------------------------------- @@ -25,7 +28,7 @@ % and the user manuals caption-deu.tex, caption-eng.tex, and caption-rus.tex. % % \fi -% \CheckSum{347} +% \CheckSum{356} % % \iffalse %<*driver> @@ -84,7 +87,7 @@ % This package has version number \fileversion, last revised \filedate.}}%^^A % {The ltcaption package}} % \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 % @@ -451,7 +454,10 @@ % % \begin{macrocode} \NeedsTeXFormat{LaTeX2e}[1994/12/01] -\ProvidesPackage{ltcaption}[2011/09/12 v1.3 longtable captions (AR)] +\def\caption@tempa$Id: #1 #2 #3-#4-#5 #6${% + \def\caption@tempa{#3/#4/#5 }\def\caption@tempb{#2 }} +\caption@tempa $Id: ltcaption.dtx 63 2013-02-03 13:27:05Z sommerfeldt $ +\ProvidesPackage{ltcaption}[\caption@tempa v1.3-\caption@tempb longtable captions (AR)] % \end{macrocode} % % \begin{macrocode} diff --git a/Master/texmf-dist/source/latex/caption/newfloat.dtx b/Master/texmf-dist/source/latex/caption/newfloat.dtx index 05198f0d5f4..3522c9bfea1 100644 --- a/Master/texmf-dist/source/latex/caption/newfloat.dtx +++ b/Master/texmf-dist/source/latex/caption/newfloat.dtx @@ -2,6 +2,9 @@ % % This is file `newfloat.dtx'. % +% $Id: newfloat.dtx 63 2013-02-03 13:27:05Z sommerfeldt $ +% $HeadURL: svn+ssh://sommerfeldt@svn.code.sf.net/p/latex-caption/code/trunk/source/newfloat.dtx $ +% % Copyright (C) 2011-2012 Axel Sommerfeldt (axel.sommerfeldt@f-m.fm) % % -------------------------------------------------------------------------- @@ -25,7 +28,7 @@ % and the user manuals caption-deu.tex, caption-eng.tex, and caption-rus.tex. % % \fi -% \CheckSum{1291} +% \CheckSum{1300} % % \iffalse %<*driver> @@ -94,7 +97,7 @@ % This package has version number \fileversion, last revised \filedate.}}%^^A % {The newfloat package}} % \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 % @@ -452,7 +455,10 @@ % % \begin{macrocode} \NeedsTeXFormat{LaTeX2e}[1994/12/01] -\ProvidesPackage{newfloat}[2012/05/19 v1.0b Defining new floating environments (AR)] +\def\caption@tempa$Id: #1 #2 #3-#4-#5 #6${% + \def\caption@tempa{#3/#4/#5 }\def\caption@tempb{#2 }} +\caption@tempa $Id: newfloat.dtx 63 2013-02-03 13:27:05Z sommerfeldt $ +\ProvidesPackage{newfloat}[\caption@tempa v1.0-\caption@tempb Defining new floating environments (AR)] % \end{macrocode} % % \begin{macro}{\newfloat@Info} diff --git a/Master/texmf-dist/source/latex/caption/subcaption.dtx b/Master/texmf-dist/source/latex/caption/subcaption.dtx index 13d365884a8..60254f632ca 100644 --- a/Master/texmf-dist/source/latex/caption/subcaption.dtx +++ b/Master/texmf-dist/source/latex/caption/subcaption.dtx @@ -2,6 +2,9 @@ % % This is file `subcaption.dtx'. % +% $Id: subcaption.dtx 63 2013-02-03 13:27:05Z sommerfeldt $ +% $HeadURL: svn+ssh://sommerfeldt@svn.code.sf.net/p/latex-caption/code/trunk/source/subcaption.dtx $ +% % Copyright (C) 2007-2012 Axel Sommerfeldt (axel.sommerfeldt@f-m.fm) % % -------------------------------------------------------------------------- @@ -25,7 +28,7 @@ % and the user manuals caption-deu.tex, caption-eng.tex, and caption-rus.tex. % % \fi -% \CheckSum{133} +% \CheckSum{142} % % \iffalse %<*driver> @@ -53,7 +56,6 @@ % \usepackage[bottom]{footmisc} \usepackage{array,graphicx,overpic,pict2e,diagbox} -\IfFileExists{test/tlc2/cat.eps}{\graphicspath{{test/tlc2/}}}{}% % \PassOptionsToPackage{breaklinks=true}{hyperref} \usepackage{hypdoc} @@ -116,7 +118,7 @@ % This package has version number \fileversion, last revised \filedate.}}%^^A % {The subcaption package}} % \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 % @@ -892,9 +894,13 @@ % \fi % % \subsection{Identification} +% % \begin{macrocode} \NeedsTeXFormat{LaTeX2e}[1994/12/01] -\ProvidesPackage{subcaption}[2012/04/09 v1.1f Sub-captions (AR)] +\def\caption@tempa$Id: #1 #2 #3-#4-#5 #6${% + \def\caption@tempa{#3/#4/#5 }\def\caption@tempb{#2 }} +\caption@tempa $Id: subcaption.dtx 63 2013-02-03 13:27:05Z sommerfeldt $ +\ProvidesPackage{subcaption}[\caption@tempa v1.1-\caption@tempb Sub-captions (AR)] % \end{macrocode} % % \subsection{Initial code} -- cgit v1.2.3