diff options
author | Karl Berry <karl@freefriends.org> | 2018-10-05 20:50:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-10-05 20:50:33 +0000 |
commit | e20ac72552b2412459373e4e7be505028cf1ab36 (patch) | |
tree | c543be39f5cb3f37d5d3808cf58a0b031a74f9ce /Master/texmf-dist/tex/latex | |
parent | 16e714e26f9fa1e4fc534e9eb4423f32b8e519f6 (diff) |
caption (5oct18)
git-svn-id: svn://tug.org/texlive/trunk@48835 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/caption/caption.sty | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/caption/caption.sty b/Master/texmf-dist/tex/latex/caption/caption.sty index 0636ca6d7e5..47e5522ebc4 100644 --- a/Master/texmf-dist/tex/latex/caption/caption.sty +++ b/Master/texmf-dist/tex/latex/caption/caption.sty @@ -37,7 +37,7 @@ %% caption-deu.tex, caption-eng.tex, and caption-rus.tex. %% \NeedsTeXFormat{LaTeX2e}[1994/12/01] -\ProvidesPackage{caption}[2018/09/12 v3.3-152 Customizing captions (AR)] +\ProvidesPackage{caption}[2018/10/05 v3.3-153 Customizing captions (AR)] \RequirePackage{caption3}[2018/09/12] % needs v1.8c or newer \caption@ifbool{documentclass}{}{% \caption@WarningNoLine{% @@ -1582,8 +1582,8 @@ \def\@captionabovefalse{\LT@captionsetup{position=b}}% \def\captionlistentry{% \noalign\bgroup - \@ifstar{\egroup\LT@listentry}% gobble * - {\egroup\LT@listentry}}% + \@ifstar{\egroup\LT@listentry\LTcaptype}% gobble * + {\egroup\LT@listentry\LTcaptype}}% %% \let\Hy@LT@currentHlabel\@currentHlabel %% \let\@currentHlabel\Hy@LT@currentHlabel \def\ContinuedFloat{\noalign{% @@ -1593,7 +1593,7 @@ \def\LT@capti@n{% \@ifstar {\egroup\LT@c@ption\@gobble[]}% - {\egroup\caption@xdblarg{\LT@c@ption\@firstofone}}} + {\egroup\caption@xdblarg{\LT@c@ption\@firstofone}}}% \renewcommand\LT@makecaption[3]{% \caption@LT@make{% \caption@LT@settype\LTcaptype @@ -1612,14 +1612,14 @@ \begingroup \caption@LT@settype{#1}% \caption@listentry\@firstoftwo[#1]{#2}% - \endgroup}% + \endgroup\ignorespaces}% \newcommand*\caption@LT@settype[1]{% - \caption@settype*\LTcaptype + \caption@settype*{#1}% \ifdim\LTcapwidth=4in \else \setcaptionwidth\LTcapwidth \fi \caption@setoptions{longtable}% - \caption@setoptions{@longtable}} + \caption@setoptions{@longtable}}% }{} \providecommand*\caption@LT@setup{} \caption@IfPackageLoaded{picinpar}{% |