diff options
author | Karl Berry <karl@freefriends.org> | 2011-11-12 23:33:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-11-12 23:33:49 +0000 |
commit | 84661162e7703f159bcac768002008bbf0f542f6 (patch) | |
tree | 89fa90ee4471a068e3ad5b83068efb15d113e4e4 /Master/texmf-dist/tex/latex/caption | |
parent | efb8a17b85887cbdae647c217e90ef494bbee23c (diff) |
caption (10nov11)
git-svn-id: svn://tug.org/texlive/trunk@24571 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/caption')
-rw-r--r-- | Master/texmf-dist/tex/latex/caption/caption.sty | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/caption/caption.sty b/Master/texmf-dist/tex/latex/caption/caption.sty index 61d6435ff03..70e6762193a 100644 --- a/Master/texmf-dist/tex/latex/caption/caption.sty +++ b/Master/texmf-dist/tex/latex/caption/caption.sty @@ -29,7 +29,7 @@ %% and the user manuals caption-deu.tex, caption-eng.tex, and caption-rus.tex. %% \NeedsTeXFormat{LaTeX2e}[1994/12/01] -\ProvidesPackage{caption}[2011/11/02 v3.2d Customizing captions (AR)] +\ProvidesPackage{caption}[2011/11/10 v3.2e Customizing captions (AR)] \RequirePackage{caption3}[2011/08/30] % needs v1.4 or newer \caption@ifbool{documentclass}{}{% \caption@WarningNoLine{% @@ -1699,11 +1699,11 @@ \ignorespaces \fi}% \def\WF@captionstyhook#1{% \let\@captype\@undefined - \caption@ifundefined\@float@setevery{}{\@float@setevery{#1}}% + \@ifundefined{fst@#1}{}{\@float@setevery{#1}}% \caption@settype{#1}% \caption@clearmargin %%% \caption@setoptions{wrapfloat}% - \caption@setoptions{wrap#1}} + \caption@setoptions{wrap#1}}% }{} \endinput %% |