diff options
author | Karl Berry <karl@freefriends.org> | 2018-10-08 20:56:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-10-08 20:56:18 +0000 |
commit | 8aa497183a878d4b56987f20119a0b9e334b18f9 (patch) | |
tree | 79c02a8fc850e2e58204628f05a6122d1fb50ebc /Master | |
parent | 53854207f4bdd009d91f19ac5b4352260f440d5b (diff) |
caption (8oct18)
git-svn-id: svn://tug.org/texlive/trunk@48863 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/caption/README | 2 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/caption/caption.dtx | 5 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/caption/caption.sty | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/caption/README b/Master/texmf-dist/doc/latex/caption/README index 73388ad4465..5d44084ab41 100644 --- a/Master/texmf-dist/doc/latex/caption/README +++ b/Master/texmf-dist/doc/latex/caption/README @@ -1,7 +1,7 @@ ========================================================================== The `caption' package bundle -Release 2018-10-05 +Release 2018-10-06 Copyright (C) 1994-2018 Axel Sommerfeldt (axel.sommerfeldt@f-m.fm) License: LPPL = LaTeX Project Public Licence diff --git a/Master/texmf-dist/source/latex/caption/caption.dtx b/Master/texmf-dist/source/latex/caption/caption.dtx index a1bc86168a6..d528950165b 100644 --- a/Master/texmf-dist/source/latex/caption/caption.dtx +++ b/Master/texmf-dist/source/latex/caption/caption.dtx @@ -218,7 +218,7 @@ % % \begin{macrocode} \NeedsTeXFormat{LaTeX2e}[1994/12/01] -\ProvidesPackage{caption}[2018/10/05 v3.3-153 Customizing captions (AR)] +\ProvidesPackage{caption}[2018/10/06 v3.3-154 Customizing captions (AR)] % \end{macrocode} % % \subsection{Loading the kernel} @@ -4106,6 +4106,7 @@ % \begin{macro}{\caption@wincaption} % \changes{v3.1d}{2007/10/25}{Missing \% added} % \changes{v3.3}{2013/04/14}{\cs{caption@ContinuedFloattrue} added} +% \changes{v3.3}{2018/10/06}{\cs{caption@ContinuedFloattrue} replaced by \cs{caption@setflag1}} % This one finally typesets the caption using |\caption|. % \begin{macrocode} \newcommand\caption@wincaption[1]{% @@ -4118,7 +4119,7 @@ \let\caption@@start\relax \caption@prepareslc \else - \caption@ContinuedFloattrue + \caption@setflag1% \fi % \end{macrocode} % The argument |#1| could contain simply the caption text diff --git a/Master/texmf-dist/tex/latex/caption/caption.sty b/Master/texmf-dist/tex/latex/caption/caption.sty index 47e5522ebc4..ebff7ded1b4 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/10/05 v3.3-153 Customizing captions (AR)] +\ProvidesPackage{caption}[2018/10/06 v3.3-154 Customizing captions (AR)] \RequirePackage{caption3}[2018/09/12] % needs v1.8c or newer \caption@ifbool{documentclass}{}{% \caption@WarningNoLine{% @@ -1643,7 +1643,7 @@ \let\caption@@start\relax \caption@prepareslc \else - \caption@ContinuedFloattrue + \caption@setflag1% \fi \edef\@tempa{\expandafter\noexpand\@car#1\@nil}% \if\@tempa*% |