texlive[43282] Master/texmf-dist: tcolorbox (19feb17)
commits+karl at tug.org
commits+karl at tug.org
Tue Feb 21 01:31:41 CET 2017
Revision: 43282
http://tug.org/svn/texlive?view=revision&revision=43282
Author: karl
Date: 2017-02-21 01:31:41 +0100 (Tue, 21 Feb 2017)
Log Message:
-----------
tcolorbox (19feb17)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/tcolorbox/CHANGES
trunk/Master/texmf-dist/doc/latex/tcolorbox/README
trunk/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox-example.pdf
trunk/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox-example.tex
trunk/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.coreoptions.tex
trunk/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.pdf
trunk/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.tex
trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbbreakable.code.tex
trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbdocumentation.code.tex
trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbexternal.code.tex
trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbfitting.code.tex
trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbhooks.code.tex
trunk/Master/texmf-dist/tex/latex/tcolorbox/tcblistings.code.tex
trunk/Master/texmf-dist/tex/latex/tcolorbox/tcblistingscore.code.tex
trunk/Master/texmf-dist/tex/latex/tcolorbox/tcblistingsutf8.code.tex
trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbmagazine.code.tex
trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbminted.code.tex
trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbprocessing.code.tex
trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbraster.code.tex
trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbskins.code.tex
trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbskinsjigsaw.code.tex
trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbtheorems.code.tex
trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbvignette.code.tex
trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbxparse.code.tex
trunk/Master/texmf-dist/tex/latex/tcolorbox/tcolorbox.sty
Modified: trunk/Master/texmf-dist/doc/latex/tcolorbox/CHANGES
===================================================================
--- trunk/Master/texmf-dist/doc/latex/tcolorbox/CHANGES 2017-02-21 00:31:24 UTC (rev 43281)
+++ trunk/Master/texmf-dist/doc/latex/tcolorbox/CHANGES 2017-02-21 00:31:41 UTC (rev 43282)
@@ -1,4 +1,4 @@
-%% The LaTeX package tcolorbox - version 4.00 (2017/02/16)
+%% The LaTeX package tcolorbox - version 4.01 (2017/02/19)
%%
%% -------------------------------------------------------------------------------------------
%% Copyright (c) 2006-2017 by Prof. Dr. Dr. Thomas F. Sturm <thomas dot sturm at unibw dot de>
@@ -969,3 +969,6 @@
'hyperurl', 'hyperurl node', 'hyperurl interior', 'hyperurl title',
'hyperurl*', 'hyperurl* node', 'hyperurl* interior', 'hyperurl* title'
+version 4.01 (2017/02/19)
+- bug fix: 'raster halign=center' was broken by 4.00 code changes
+
Modified: trunk/Master/texmf-dist/doc/latex/tcolorbox/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/tcolorbox/README 2017-02-21 00:31:24 UTC (rev 43281)
+++ trunk/Master/texmf-dist/doc/latex/tcolorbox/README 2017-02-21 00:31:41 UTC (rev 43282)
@@ -1,4 +1,4 @@
-%% The LaTeX package tcolorbox - version 4.00 (2017/02/16)
+%% The LaTeX package tcolorbox - version 4.01 (2017/02/19)
%%
%% -------------------------------------------------------------------------------------------
%% Copyright (c) 2006-2017 by Prof. Dr. Dr. Thomas F. Sturm <thomas dot sturm at unibw dot de>
Modified: trunk/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox-example.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox-example.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox-example.tex 2017-02-21 00:31:24 UTC (rev 43281)
+++ trunk/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox-example.tex 2017-02-21 00:31:41 UTC (rev 43282)
@@ -1,4 +1,4 @@
-%% The LaTeX package tcolorbox - version 4.00 (2017/02/16)
+%% The LaTeX package tcolorbox - version 4.01 (2017/02/19)
%% tcolorbox-example.tex: an example for tcolorbox
%%
%% -------------------------------------------------------------------------------------------
Modified: trunk/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.coreoptions.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.coreoptions.tex 2017-02-21 00:31:24 UTC (rev 43281)
+++ trunk/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.coreoptions.tex 2017-02-21 00:31:41 UTC (rev 43282)
@@ -13,11 +13,11 @@
\subsection{Title}
\begin{docTcbKey}{title}{=\meta{text}}{no default, initially empty}
Creates a heading line with \meta{text} as content.
-\begin{dispExample*}{sbs,lefthand ratio=0.6}
+\begin{exdispExample*}{title}{sbs,lefthand ratio=0.6}
\begin{tcolorbox}[title=My heading line]
This is a \textbf{tcolorbox}.
\end{tcolorbox}
-\end{dispExample*}
+\end{exdispExample*}
\end{docTcbKey}
\begin{docTcbKey}{notitle}{}{no value, initially set}
@@ -58,7 +58,7 @@
Creates a single heading line with \meta{text} as content.
If the \meta{text} is longer than the available space, the text is
squeezed to fit into the available space.
-\begin{dispExample}
+\begin{exdispExample}{squeezed_title}
% \tcbuselibrary{raster}
\begin{tcbitemize}[raster columns=3,raster equal height,
colframe=red!75!black,colback=red!5!white,fonttitle=\bfseries]
@@ -69,12 +69,12 @@
\tcbitem[squeezed title={This title is clearly to long for this application}]
Third box
\end{tcbitemize}
-\end{dispExample}
+\end{exdispExample}
\end{docTcbKey}
\begin{docTcbKey}[][doc new=2014-11-24]{squeezed title*}{=\meta{text}}{style, no default, initially unset}
This is a combination of \refKey{/tcb/adjusted title} and \refKey{/tcb/squeezed title}.
-\begin{dispExample}
+\begin{exdispExample}{squeezed_title_2}
% \tcbuselibrary{raster}
\begin{tcbitemize}[raster columns=3,raster equal height,
colframe=red!75!black,colback=red!5!white,fonttitle=\bfseries]
@@ -85,7 +85,7 @@
\tcbitem[squeezed title*={This title is clearly to long for this application}]
Third box
\end{tcbitemize}
-\end{dispExample}
+\end{exdispExample}
\end{docTcbKey}
\clearpage
@@ -94,7 +94,7 @@
stored into \docAuxCommand{tcbtitletext} and the formatted title is
available by \docAuxCommand{tcbtitle}.
The main application is to move the title from its usual place to another one.
-\begin{dispExample}
+\begin{exdispExample}{detach_title}
\newtcolorbox{mybox}[2][]{colbacktitle=red!10!white,
colback=blue!10!white,coltitle=red!70!black,
title={#2},fonttitle=\bfseries,#1}
@@ -108,7 +108,7 @@
\begin{mybox}[detach title,after upper={\par\hfill\tcbtitle}]{My title}
This is a \textbf{tcolorbox}.
\end{mybox}
-\end{dispExample}
+\end{exdispExample}
\end{docTcbKey}
\begin{docTcbKey}{attach title}{}{no value}
@@ -120,7 +120,7 @@
\begin{docTcbKey}[][doc updated=2015-07-08]{attach title to upper}{\colOpt{=\meta{text}}}{style, default empty, initially unset}
Attaches the title to the begin of the upper part of the box content.
The optional \meta{text} is set between the formatted title and the box content.
-\begin{dispExample}
+\begin{exdispExample}{attach_title_to_upper}
\newtcolorbox{mybox}[2][]{colbacktitle=red!10!white,
colback=blue!10!white,coltitle=red!70!black,
title={#2},fonttitle=\bfseries,#1}
@@ -131,7 +131,7 @@
\begin{mybox}[attach title to upper,after title={:\ }]{My title}
This is a \textbf{tcolorbox}.
\end{mybox}
-\end{dispExample}
+\end{exdispExample}
\end{docTcbKey}
@@ -154,7 +154,7 @@
This is an independent \refEnv{tcolorbox} which is formatted by several
inherited properties of the enclosing box, by further settings from
\refKey{/tcb/subtitle style}, and by the given \meta{options}.
-\begin{dispExample*}{sbs,lefthand ratio=0.6}
+\begin{exdispExample*}{tcbsubtitle_1}{sbs,lefthand ratio=0.6}
\begin{tcolorbox}[title=My title,
colback=red!5!white,
colframe=red!75!black,
@@ -164,8 +164,8 @@
{My subtitle}
Further text.
\end{tcolorbox}
-\end{dispExample*}
-\begin{dispExample*}{sbs,lefthand ratio=0.6}
+\end{exdispExample*}
+\begin{exdispExample*}{tcbsubtitle_2}{sbs,lefthand ratio=0.6}
\begin{tcolorbox}[title=My title,
colback=red!5!white,
colframe=red!75!black,
@@ -177,7 +177,7 @@
{My subtitle}
Further text.
\end{tcolorbox}
-\end{dispExample*}
+\end{exdispExample*}
\end{docCommand}
\begin{docTcbKey}[][doc new=2014-10-10]{subtitle style}{=\meta{options}}{no default, initially empty}
@@ -2201,7 +2201,7 @@
\begin{docTcbKey}[][doc new=2015-07-15]{text fill}{}{style, no value}
This style sets \refKey{/tcb/before upper} and \refKey{/tcb/after upper}
- to embedd the upper part with a minipage. If a fixed height was applied
+ to embed the upper part with a minipage. If a fixed height was applied
e.g.\ by \refKey{/tcb/height} or \refKey{/tcb/height fill}, this minipage
gets a matching height. This allows to use vertical glue macros like
|\vfill| to act like expected. If the box has no fixed height,
Modified: trunk/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.tex 2017-02-21 00:31:24 UTC (rev 43281)
+++ trunk/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.tex 2017-02-21 00:31:41 UTC (rev 43282)
@@ -1,5 +1,5 @@
% \LaTeX-Main\
-%% The LaTeX package tcolorbox - version 4.00 (2017/02/16)
+%% The LaTeX package tcolorbox - version 4.01 (2017/02/19)
%% tcolorbox.tex: Manual
%%
%% -------------------------------------------------------------------------------------------
@@ -43,8 +43,8 @@
\setlength{\bibitemsep}{\smallskipamount}
\addbibresource{tcolorbox.doc.bib}
-\def\version{4.00}%
-\def\datum{2017/02/16}%
+\def\version{4.01}%
+\def\datum{2017/02/19}%
\makeindex
\hypersetup{
Modified: trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbbreakable.code.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbbreakable.code.tex 2017-02-21 00:31:24 UTC (rev 43281)
+++ trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbbreakable.code.tex 2017-02-21 00:31:41 UTC (rev 43282)
@@ -1,4 +1,4 @@
-%% The LaTeX package tcolorbox - version 4.00 (2017/02/16)
+%% The LaTeX package tcolorbox - version 4.01 (2017/02/19)
%% tcbbreakable.code.tex: Code for breakable colorboxes
%%
%% -------------------------------------------------------------------------------------------
@@ -17,7 +17,7 @@
%%
%% This work consists of all files listed in README
%%
-\tcb at set@library at version{4.00}
+\tcb at set@library at version{4.01}
\let\tcb at parboxrestore@true=\tcb at parboxrestore
\let\tcb at parboxrestore@false\tcb at parbox@false at settings
Modified: trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbdocumentation.code.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbdocumentation.code.tex 2017-02-21 00:31:24 UTC (rev 43281)
+++ trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbdocumentation.code.tex 2017-02-21 00:31:41 UTC (rev 43282)
@@ -1,4 +1,4 @@
-%% The LaTeX package tcolorbox - version 4.00 (2017/02/16)
+%% The LaTeX package tcolorbox - version 4.01 (2017/02/19)
%% tcbdocumentation.code.tex: Code for LaTeX documentations
%%
%% -------------------------------------------------------------------------------------------
@@ -17,7 +17,7 @@
%%
%% This work consists of all files listed in README
%%
-\tcb at set@library at version{4.00}
+\tcb at set@library at version{4.01}
\tcbuselibrary{listings,skins,xparse,external}
Modified: trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbexternal.code.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbexternal.code.tex 2017-02-21 00:31:24 UTC (rev 43281)
+++ trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbexternal.code.tex 2017-02-21 00:31:41 UTC (rev 43282)
@@ -1,4 +1,4 @@
-%% The LaTeX package tcolorbox - version 4.00 (2017/02/16)
+%% The LaTeX package tcolorbox - version 4.01 (2017/02/19)
%% tcbexternal.code.tex: Code for externalization
%%
%% -------------------------------------------------------------------------------------------
@@ -17,7 +17,7 @@
%%
%% This work consists of all files listed in README
%%
-\tcb at set@library at version{4.00}
+\tcb at set@library at version{4.01}
\tcbuselibrary{pro at cessing}
Modified: trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbfitting.code.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbfitting.code.tex 2017-02-21 00:31:24 UTC (rev 43281)
+++ trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbfitting.code.tex 2017-02-21 00:31:41 UTC (rev 43282)
@@ -1,4 +1,4 @@
-%% The LaTeX package tcolorbox - version 4.00 (2017/02/16)
+%% The LaTeX package tcolorbox - version 4.01 (2017/02/19)
%% tcbfitting.code.tex: Code for fit boxes
%%
%% -------------------------------------------------------------------------------------------
@@ -18,7 +18,7 @@
%% This work consists of all files listed in README
%%
%\makeatletter
-\tcb at set@library at version{4.00}
+\tcb at set@library at version{4.01}
\newdimen\tcbfitdim
\newdimen\tcb at lowerfitdim
Modified: trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbhooks.code.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbhooks.code.tex 2017-02-21 00:31:24 UTC (rev 43281)
+++ trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbhooks.code.tex 2017-02-21 00:31:41 UTC (rev 43282)
@@ -1,4 +1,4 @@
-%% The LaTeX package tcolorbox - version 4.00 (2017/02/16)
+%% The LaTeX package tcolorbox - version 4.01 (2017/02/19)
%% tcbhooks.code.tex: Code for adding hooks
%%
%% -------------------------------------------------------------------------------------------
@@ -18,7 +18,7 @@
%% This work consists of all files listed in README
%%
%\makeatletter
-\tcb at set@library at version{4.00}
+\tcb at set@library at version{4.01}
\tcbset{%
before upper app/.code={\appto\kvtcb at before@upper{#1}},%
Modified: trunk/Master/texmf-dist/tex/latex/tcolorbox/tcblistings.code.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/tcolorbox/tcblistings.code.tex 2017-02-21 00:31:24 UTC (rev 43281)
+++ trunk/Master/texmf-dist/tex/latex/tcolorbox/tcblistings.code.tex 2017-02-21 00:31:41 UTC (rev 43282)
@@ -1,4 +1,4 @@
-%% The LaTeX package tcolorbox - version 4.00 (2017/02/16)
+%% The LaTeX package tcolorbox - version 4.01 (2017/02/19)
%% tcblistings.code.tex: Code for colorboxes with listings
%%
%% -------------------------------------------------------------------------------------------
@@ -18,7 +18,7 @@
%% This work consists of all files listed in README
%%
%\makeatletter
-\tcb at set@library at version{4.00}
+\tcb at set@library at version{4.01}
\RequirePackage{listings}[2007/02/22]
Modified: trunk/Master/texmf-dist/tex/latex/tcolorbox/tcblistingscore.code.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/tcolorbox/tcblistingscore.code.tex 2017-02-21 00:31:24 UTC (rev 43281)
+++ trunk/Master/texmf-dist/tex/latex/tcolorbox/tcblistingscore.code.tex 2017-02-21 00:31:41 UTC (rev 43282)
@@ -1,4 +1,4 @@
-%% The LaTeX package tcolorbox - version 4.00 (2017/02/16)
+%% The LaTeX package tcolorbox - version 4.01 (2017/02/19)
%% tcblistingscode.code.tex: Auxiliary code for colorboxes with listings
%%
%% -------------------------------------------------------------------------------------------
@@ -18,7 +18,7 @@
%% This work consists of all files listed in README
%%
%\makeatletter
-\tcb at set@library at version{4.00}
+\tcb at set@library at version{4.01}
\tcbuselibrary{pro at cessing}
Modified: trunk/Master/texmf-dist/tex/latex/tcolorbox/tcblistingsutf8.code.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/tcolorbox/tcblistingsutf8.code.tex 2017-02-21 00:31:24 UTC (rev 43281)
+++ trunk/Master/texmf-dist/tex/latex/tcolorbox/tcblistingsutf8.code.tex 2017-02-21 00:31:41 UTC (rev 43282)
@@ -1,4 +1,4 @@
-%% The LaTeX package tcolorbox - version 4.00 (2017/02/16)
+%% The LaTeX package tcolorbox - version 4.01 (2017/02/19)
%% tcblistingsutf8.code.tex: Code for colorboxes with listings in UTF-8
%%
%% -------------------------------------------------------------------------------------------
@@ -17,7 +17,7 @@
%%
%% This work consists of all files listed in README
%%
-\tcb at set@library at version{4.00}
+\tcb at set@library at version{4.01}
\RequirePackage{listingsutf8}[2011/11/10]
\tcbuselibrary{listings}
Modified: trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbmagazine.code.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbmagazine.code.tex 2017-02-21 00:31:24 UTC (rev 43281)
+++ trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbmagazine.code.tex 2017-02-21 00:31:41 UTC (rev 43282)
@@ -1,4 +1,4 @@
-%% The LaTeX package tcolorbox - version 4.00 (2017/02/16)
+%% The LaTeX package tcolorbox - version 4.01 (2017/02/19)
%% tcbmagazine.code.tex: Code for box sets and magazine styles
%%
%% -------------------------------------------------------------------------------------------
@@ -17,7 +17,7 @@
%%
%% This work consists of all files listed in README
%%
-\tcb at set@library at version{4.00}
+\tcb at set@library at version{4.01}
\tcbuselibrary{breakable}
Modified: trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbminted.code.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbminted.code.tex 2017-02-21 00:31:24 UTC (rev 43281)
+++ trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbminted.code.tex 2017-02-21 00:31:41 UTC (rev 43282)
@@ -1,4 +1,4 @@
-%% The LaTeX package tcolorbox - version 4.00 (2017/02/16)
+%% The LaTeX package tcolorbox - version 4.01 (2017/02/19)
%% tcbminted.code.tex: Code for colorboxes with listings
%%
%% -------------------------------------------------------------------------------------------
@@ -18,7 +18,7 @@
%% This work consists of all files listed in README
%%
%\makeatletter
-\tcb at set@library at version{4.00}
+\tcb at set@library at version{4.01}
\RequirePackage{minted}[2011/09/17]
Modified: trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbprocessing.code.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbprocessing.code.tex 2017-02-21 00:31:24 UTC (rev 43281)
+++ trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbprocessing.code.tex 2017-02-21 00:31:41 UTC (rev 43282)
@@ -1,4 +1,4 @@
-%% The LaTeX package tcolorbox - version 4.00 (2017/02/16)
+%% The LaTeX package tcolorbox - version 4.01 (2017/02/19)
%% tcbprocessing.code.tex: Code for conditional processing
%%
%% -------------------------------------------------------------------------------------------
@@ -17,7 +17,7 @@
%%
%% This work consists of all files listed in README
%%
-\tcb at set@library at version{4.00}
+\tcb at set@library at version{4.01}
\RequirePackage{pdftexcmds}
\RequirePackage{shellesc}
Modified: trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbraster.code.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbraster.code.tex 2017-02-21 00:31:24 UTC (rev 43281)
+++ trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbraster.code.tex 2017-02-21 00:31:41 UTC (rev 43282)
@@ -1,4 +1,4 @@
-%% The LaTeX package tcolorbox - version 4.00 (2017/02/16)
+%% The LaTeX package tcolorbox - version 4.01 (2017/02/19)
%% tcbskinsjigsaw.code.tex: Code for colorboxes with different skins
%%
%% -------------------------------------------------------------------------------------------
@@ -17,7 +17,7 @@
%%
%% This work consists of all files listed in README
%%
-\tcb at set@library at version{4.00}
+\tcb at set@library at version{4.01}
\newcounter{tcbrastercolumn}
\newcounter{tcbrasterrow}
@@ -158,7 +158,7 @@
\tcbset{#1}%
\tcbset at late@options{%
before={\ifhmode\unskip\fi\ifnum\c at tcbrastercolumn>1 \kern\kvtcb at raster@xskip\else%
- \ifnum\c at tcbrasterrow>1 \parindent\z@\parskip\z@\parfillskip\z@\@plus 1fil\par\nointerlineskip\addvspace{\the\dimexpr\kvtcb at raster@yskip\relax}\noindent\fi%
+ \ifnum\c at tcbrasterrow>1 \parindent\z@\parskip\z@\par\nointerlineskip\addvspace{\the\dimexpr\kvtcb at raster@yskip\relax}\noindent\fi%
\kern\kvtcb at raster@skip at left\fi},
after={%
\ifnum\c at tcbrastercolumn=\kvtcb at raster@columns\relax%
@@ -195,7 +195,7 @@
{\par\nointerlineskip%
\addvspace{\glueexpr\kvtcb at raster@skip at before-\parskip}}%
\fi%
- \kvtcb at raster@halign\noindent%
+ \parfillskip\@flushglue\kvtcb at raster@halign\noindent%
}{%
\ifhmode\unskip\fi%
\ifnum\c at tcbrastercolumn>1 %
@@ -202,7 +202,7 @@
\kern\kvtcb at raster@skip at right%
\fi%
\begingroup%
- \parfillskip\z@\@plus 1fil\par\nointerlineskip%
+ \par\nointerlineskip%
\addvspace{\glueexpr\kvtcb at raster@skip at after-\parskip}%
\endgroup%
\tcb at end@raster%
Modified: trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbskins.code.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbskins.code.tex 2017-02-21 00:31:24 UTC (rev 43281)
+++ trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbskins.code.tex 2017-02-21 00:31:41 UTC (rev 43282)
@@ -1,4 +1,4 @@
-%% The LaTeX package tcolorbox - version 4.00 (2017/02/16)
+%% The LaTeX package tcolorbox - version 4.01 (2017/02/19)
%% tcbskins.code.tex: Code for colorboxes with different skins
%%
%% -------------------------------------------------------------------------------------------
@@ -17,7 +17,7 @@
%%
%% This work consists of all files listed in README
%%
-\tcb at set@library at version{4.00}
+\tcb at set@library at version{4.01}
\RequirePackage{tikz}[2010/10/13]
Modified: trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbskinsjigsaw.code.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbskinsjigsaw.code.tex 2017-02-21 00:31:24 UTC (rev 43281)
+++ trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbskinsjigsaw.code.tex 2017-02-21 00:31:41 UTC (rev 43282)
@@ -1,4 +1,4 @@
-%% The LaTeX package tcolorbox - version 4.00 (2017/02/16)
+%% The LaTeX package tcolorbox - version 4.01 (2017/02/19)
%% tcbskinsjigsaw.code.tex: Code for colorboxes with different skins
%%
%% -------------------------------------------------------------------------------------------
@@ -17,7 +17,7 @@
%%
%% This work consists of all files listed in README
%%
-\tcb at set@library at version{4.00}
+\tcb at set@library at version{4.01}
\tcbuselibrary{skins}
Modified: trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbtheorems.code.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbtheorems.code.tex 2017-02-21 00:31:24 UTC (rev 43281)
+++ trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbtheorems.code.tex 2017-02-21 00:31:41 UTC (rev 43282)
@@ -1,4 +1,4 @@
-%% The LaTeX package tcolorbox - version 4.00 (2017/02/16)
+%% The LaTeX package tcolorbox - version 4.01 (2017/02/19)
%% tcbtheorems.code.tex: Code for theorems in colorboxes
%%
%% -------------------------------------------------------------------------------------------
@@ -18,7 +18,7 @@
%% This work consists of all files listed in README
%%
%\makeatletter
-\tcb at set@library at version{4.00}
+\tcb at set@library at version{4.01}
\RequirePackage{amsmath}
Modified: trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbvignette.code.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbvignette.code.tex 2017-02-21 00:31:24 UTC (rev 43281)
+++ trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbvignette.code.tex 2017-02-21 00:31:41 UTC (rev 43282)
@@ -1,4 +1,4 @@
-%% The LaTeX package tcolorbox - version 4.00 (2017/02/16)
+%% The LaTeX package tcolorbox - version 4.01 (2017/02/19)
%% tcbvignette.code.tex: Code for ornamental frames
%%
%% -------------------------------------------------------------------------------------------
@@ -17,7 +17,7 @@
%%
%% This work consists of all files listed in README
%%
-\tcb at set@library at version{4.00}
+\tcb at set@library at version{4.01}
\tcbuselibrary{skins}
Modified: trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbxparse.code.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbxparse.code.tex 2017-02-21 00:31:24 UTC (rev 43281)
+++ trunk/Master/texmf-dist/tex/latex/tcolorbox/tcbxparse.code.tex 2017-02-21 00:31:41 UTC (rev 43282)
@@ -1,4 +1,4 @@
-%% The LaTeX package tcolorbox - version 4.00 (2017/02/16)
+%% The LaTeX package tcolorbox - version 4.01 (2017/02/19)
%% tcbxparse.code.tex: Code for xparse features
%%
%% -------------------------------------------------------------------------------------------
@@ -18,7 +18,7 @@
%% This work consists of all files listed in README
%%
%\makeatletter
-\tcb at set@library at version{4.00}
+\tcb at set@library at version{4.01}
\RequirePackage{xparse}[2013/12/31]
Modified: trunk/Master/texmf-dist/tex/latex/tcolorbox/tcolorbox.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/tcolorbox/tcolorbox.sty 2017-02-21 00:31:24 UTC (rev 43281)
+++ trunk/Master/texmf-dist/tex/latex/tcolorbox/tcolorbox.sty 2017-02-21 00:31:41 UTC (rev 43282)
@@ -1,4 +1,4 @@
-%% The LaTeX package tcolorbox - version 4.00 (2017/02/16)
+%% The LaTeX package tcolorbox - version 4.01 (2017/02/19)
%% tcolorbox.sty: Text color boxes
%%
%% -------------------------------------------------------------------------------------------
@@ -18,8 +18,8 @@
%% This work consists of all files listed in README
%%
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{tcolorbox}[2017/02/16 version 4.00 text color boxes]
-\def\tcb at version{4.00}
+\ProvidesPackage{tcolorbox}[2017/02/19 version 4.01 text color boxes]
+\def\tcb at version{4.01}
\RequirePackage{pgf}[2008/01/15]
\RequirePackage{verbatim}[2003/08/22]
More information about the tex-live-commits
mailing list