diff options
author | Karl Berry <karl@freefriends.org> | 2013-02-04 23:09:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-02-04 23:09:35 +0000 |
commit | ce680c5880f743ecea22f9ebfde192a05186c257 (patch) | |
tree | 3caa18bd81f78a46e883d56e9944946f5c861587 /Master/texmf-dist/tex/latex/caption/subcaption.sty | |
parent | aab61d64b6347dba9ee058d3997f3e2f4c28f041 (diff) |
caption (4feb13)
git-svn-id: svn://tug.org/texlive/trunk@29026 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/caption/subcaption.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/caption/subcaption.sty | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/caption/subcaption.sty b/Master/texmf-dist/tex/latex/caption/subcaption.sty index 56ba02f214a..759a19ab24d 100644 --- a/Master/texmf-dist/tex/latex/caption/subcaption.sty +++ b/Master/texmf-dist/tex/latex/caption/subcaption.sty @@ -6,7 +6,9 @@ %% %% subcaption.dtx (with options: `package') %% -%% Copyright (C) 1994-2013 Axel Sommerfeldt (axel.sommerfeldt@f-m.fm) +%% Copyright (C) 1994-2013 Axel Sommerfeldt +%% +%% http://sourceforge.net/projects/latex-caption/ %% %% -------------------------------------------------------------------------- %% @@ -29,7 +31,10 @@ %% and the user manuals caption-deu.tex, caption-eng.tex, and caption-rus.tex. %% \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.sty 62 2013-02-03 10:40:15Z sommerfeldt $ +\ProvidesPackage{subcaption}[\caption@tempa v1.1-\caption@tempb Sub-captions (AR)] \RequirePackage{caption}[2012/03/25] % needs v3.3 or newer \caption@AtBeginDocument{\caption@ifcompatibility{% \caption@Error{% |