texlive[48863] Master/texmf-dist: caption (8oct18)
commits+karl at tug.org
commits+karl at tug.org
Mon Oct 8 22:56:18 CEST 2018
Revision: 48863
http://tug.org/svn/texlive?view=revision&revision=48863
Author: karl
Date: 2018-10-08 22:56:18 +0200 (Mon, 08 Oct 2018)
Log Message:
-----------
caption (8oct18)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/caption/README
trunk/Master/texmf-dist/source/latex/caption/caption.dtx
trunk/Master/texmf-dist/tex/latex/caption/caption.sty
Modified: trunk/Master/texmf-dist/doc/latex/caption/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/caption/README 2018-10-08 20:56:04 UTC (rev 48862)
+++ trunk/Master/texmf-dist/doc/latex/caption/README 2018-10-08 20:56:18 UTC (rev 48863)
@@ -1,7 +1,7 @@
==========================================================================
The `caption' package bundle
-Release 2018-10-05
+Release 2018-10-06
Copyright (C) 1994-2018 Axel Sommerfeldt (axel.sommerfeldt at f-m.fm)
License: LPPL = LaTeX Project Public Licence
Modified: trunk/Master/texmf-dist/source/latex/caption/caption.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/caption/caption.dtx 2018-10-08 20:56:04 UTC (rev 48862)
+++ trunk/Master/texmf-dist/source/latex/caption/caption.dtx 2018-10-08 20:56:18 UTC (rev 48863)
@@ -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 at wincaption}
% \changes{v3.1d}{2007/10/25}{Missing \% added}
% \changes{v3.3}{2013/04/14}{\cs{caption at ContinuedFloattrue} added}
+% \changes{v3.3}{2018/10/06}{\cs{caption at ContinuedFloattrue} replaced by \cs{caption at setflag1}}
% This one finally typesets the caption using |\caption|.
% \begin{macrocode}
\newcommand\caption at wincaption[1]{%
@@ -4118,7 +4119,7 @@
\let\caption@@start\relax
\caption at prepareslc
\else
- \caption at ContinuedFloattrue
+ \caption at setflag1%
\fi
% \end{macrocode}
% The argument |#1| could contain simply the caption text
Modified: trunk/Master/texmf-dist/tex/latex/caption/caption.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/caption/caption.sty 2018-10-08 20:56:04 UTC (rev 48862)
+++ trunk/Master/texmf-dist/tex/latex/caption/caption.sty 2018-10-08 20:56:18 UTC (rev 48863)
@@ -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 at ifbool{documentclass}{}{%
\caption at WarningNoLine{%
@@ -1643,7 +1643,7 @@
\let\caption@@start\relax
\caption at prepareslc
\else
- \caption at ContinuedFloattrue
+ \caption at setflag1%
\fi
\edef\@tempa{\expandafter\noexpand\@car#1\@nil}%
\if\@tempa*%
More information about the tex-live-commits
mailing list