From d09a8a920cfe6b9b0e2a9d32a233d9dfcedc0d22 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 25 Jul 2014 21:05:49 +0000 Subject: tcolorbox (25jul14) git-svn-id: svn://tug.org/texlive/trunk@34725 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/tcolorbox/CHANGES | 5 ++++- Master/texmf-dist/doc/latex/tcolorbox/README | 2 +- .../doc/latex/tcolorbox/tcolorbox-example.pdf | Bin 361338 -> 361326 bytes .../doc/latex/tcolorbox/tcolorbox-example.tex | 15 +++++++++------ .../texmf-dist/doc/latex/tcolorbox/tcolorbox.pdf | Bin 4415449 -> 4415793 bytes .../texmf-dist/doc/latex/tcolorbox/tcolorbox.tex | 6 +++--- .../tex/latex/tcolorbox/tcbbreakable.code.tex | 5 +++-- .../tex/latex/tcolorbox/tcbdocumentation.code.tex | 4 ++-- .../tex/latex/tcolorbox/tcbfitting.code.tex | 4 ++-- .../tex/latex/tcolorbox/tcbhooks.code.tex | 4 ++-- .../tex/latex/tcolorbox/tcblistings.code.tex | 4 ++-- .../tex/latex/tcolorbox/tcblistingscore.code.tex | 4 ++-- .../tex/latex/tcolorbox/tcblistingsutf8.code.tex | 4 ++-- .../tex/latex/tcolorbox/tcbminted.code.tex | 4 ++-- .../tex/latex/tcolorbox/tcbskins.code.tex | 4 ++-- .../tex/latex/tcolorbox/tcbskinsjigsaw.code.tex | 4 ++-- .../tex/latex/tcolorbox/tcbtheorems.code.tex | 4 ++-- .../tex/latex/tcolorbox/tcbxparse.code.tex | 4 ++-- .../texmf-dist/tex/latex/tcolorbox/tcolorbox.sty | 6 +++--- 19 files changed, 45 insertions(+), 38 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/tcolorbox/CHANGES b/Master/texmf-dist/doc/latex/tcolorbox/CHANGES index 3df400c361b..07424410ea2 100644 --- a/Master/texmf-dist/doc/latex/tcolorbox/CHANGES +++ b/Master/texmf-dist/doc/latex/tcolorbox/CHANGES @@ -1,4 +1,4 @@ -%% The LaTeX package tcolorbox - version 3.10 (2014/07/23) +%% The LaTeX package tcolorbox - version 3.11 (2014/07/25) %% %% ------------------------------------------------------------------------------------------- %% Copyright (c) 2006-2014 by Prof. Dr. Dr. Thomas F. Sturm @@ -571,3 +571,6 @@ version 3.10 (2014/07/23) - pictures 'blueshade.png', 'crinklepaper.png', 'goldshade.png', 'pink_marble.png' moved to package folder +version 3.11 (2014/07/25) +- regresssion: vertical space at end of breakable boxes was not removed +- example file updated with new features diff --git a/Master/texmf-dist/doc/latex/tcolorbox/README b/Master/texmf-dist/doc/latex/tcolorbox/README index f5ce25658ab..e6204c72f52 100644 --- a/Master/texmf-dist/doc/latex/tcolorbox/README +++ b/Master/texmf-dist/doc/latex/tcolorbox/README @@ -1,4 +1,4 @@ -%% The LaTeX package tcolorbox - version 3.10 (2014/07/23) +%% The LaTeX package tcolorbox - version 3.11 (2014/07/25) %% %% ------------------------------------------------------------------------------------------- %% Copyright (c) 2006-2014 by Prof. Dr. Dr. Thomas F. Sturm diff --git a/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox-example.pdf b/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox-example.pdf index b89f20d0ce0..8ac602c81bf 100644 Binary files a/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox-example.pdf and b/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox-example.pdf differ diff --git a/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox-example.tex b/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox-example.tex index ec44e30328d..e47b0756299 100644 --- a/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox-example.tex +++ b/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox-example.tex @@ -1,4 +1,4 @@ -%% The LaTeX package tcolorbox - version 3.10 (2014/07/23) +%% The LaTeX package tcolorbox - version 3.11 (2014/07/25) %% tcolorbox-example.tex: an example for tcolorbox %% %% ------------------------------------------------------------------------------------------- @@ -59,8 +59,10 @@ \end{tcolorbox} -\begin{tcolorbox}[colback=blue!50!white,colframe=blue!25!black,coltext=yellow, - fontupper=\Large\bfseries,arc=6mm,boxrule=2mm,boxsep=5mm] +\begin{tcolorbox}[enhanced,sharp corners=uphill, + colback=blue!50!white,colframe=blue!25!black,coltext=yellow, + fontupper=\Large\bfseries,arc=6mm,boxrule=2mm,boxsep=5mm, + borderline={0.3mm}{0.3mm}{white}] Funny settings. \end{tcolorbox} @@ -155,8 +157,9 @@ We have given Theorem \ref{theorem:summation} on page \pageref{theorem:summation title=Box inside box,drop fuzzy shadow] \begin{tcolorbox}[beamer,colframe=blue!50!black,title=Box inside box inside box] And now for something completely different: Boxes!\par\medskip - \newtcbox{\mybox}{nobeforeafter,tcbox raise base,colframe=green!50!black,colback=green!10!white,arc=0pt} - \mybox{This} \mybox{is} \mybox{another} \mybox{box.} + \newtcbox{\mybox}[1][]{nobeforeafter,tcbox raise base,colframe=green!50!black,colback=green!10!white, + sharp corners,top=1pt,bottom=1pt,before upper=\strut,#1} + \mybox[rounded corners=west]{This} \mybox{is} \mybox{another} \mybox[rounded corners=east]{box.} \end{tcolorbox} \end{tcolorbox} \end{tcolorbox} @@ -165,7 +168,7 @@ We have given Theorem \ref{theorem:summation} on page \pageref{theorem:summation %---------------------------------------------------------- \section{Breakable Boxes} -\begin{tcolorbox}[enhanced jigsaw,breakable,pad at break=1mm, +\begin{tcolorbox}[enhanced jigsaw,breakable,pad at break*=1mm, colback=blue!5!white,colframe=blue!75!black,title=Breakable box, watermark color=white,watermark text=\Roman{tcbbreakpart}] \lipsum[1-12] diff --git a/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.pdf b/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.pdf index 734b420dbdc..ad4fa7483e9 100644 Binary files a/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.pdf and b/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.pdf differ diff --git a/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.tex b/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.tex index a9863570323..fb90629fcff 100644 --- a/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.tex +++ b/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.tex @@ -1,5 +1,5 @@ % \LaTeX-Main\ -%% The LaTeX package tcolorbox - version 3.10 (2014/07/23) +%% The LaTeX package tcolorbox - version 3.11 (2014/07/25) %% tcolorbox.tex: Manual %% %% ------------------------------------------------------------------------------------------- @@ -103,8 +103,8 @@ \newtcolorbox{marker}[1][]{marker,#1} -\def\version{3.10}% -\def\datum{2014/07/23}% +\def\version{3.11}% +\def\datum{2014/07/25}% \makeindex \hypersetup{ diff --git a/Master/texmf-dist/tex/latex/tcolorbox/tcbbreakable.code.tex b/Master/texmf-dist/tex/latex/tcolorbox/tcbbreakable.code.tex index 6e8d2342f46..25f89ae809a 100644 --- a/Master/texmf-dist/tex/latex/tcolorbox/tcbbreakable.code.tex +++ b/Master/texmf-dist/tex/latex/tcolorbox/tcbbreakable.code.tex @@ -1,4 +1,4 @@ -%% The LaTeX package tcolorbox - version 3.10 (2014/07/23) +%% The LaTeX package tcolorbox - version 3.11 (2014/07/25) %% tcbbreakable.code.tex: Code for breakable colorboxes %% %% ------------------------------------------------------------------------------------------- @@ -17,7 +17,7 @@ %% %% This work consists of all files listed in README %% -\tcb@set@library@version{3.10} +\tcb@set@library@version{3.11} \let\tcb@parboxrestore@true=\tcb@parboxrestore \def\tcb@parboxrestore@false{\vskip-\parskip\linewidth\hsize\noindent} @@ -91,6 +91,7 @@ \def\endtcb@vbox{% \unskip% \par% + \unskip% \ifvoid\@mpfootins\else% \vskip\skip\@mpfootins% \normalcolor% diff --git a/Master/texmf-dist/tex/latex/tcolorbox/tcbdocumentation.code.tex b/Master/texmf-dist/tex/latex/tcolorbox/tcbdocumentation.code.tex index 0ff5733b8f5..110c1a0ca48 100644 --- a/Master/texmf-dist/tex/latex/tcolorbox/tcbdocumentation.code.tex +++ b/Master/texmf-dist/tex/latex/tcolorbox/tcbdocumentation.code.tex @@ -1,4 +1,4 @@ -%% The LaTeX package tcolorbox - version 3.10 (2014/07/23) +%% The LaTeX package tcolorbox - version 3.11 (2014/07/25) %% tcbdocumentation.code.tex: Code for LaTeX documentations %% %% ------------------------------------------------------------------------------------------- @@ -17,7 +17,7 @@ %% %% This work consists of all files listed in README %% -\tcb@set@library@version{3.10} +\tcb@set@library@version{3.11} \tcbuselibrary{listings,skins} diff --git a/Master/texmf-dist/tex/latex/tcolorbox/tcbfitting.code.tex b/Master/texmf-dist/tex/latex/tcolorbox/tcbfitting.code.tex index f86aed5b589..80f895be59c 100644 --- a/Master/texmf-dist/tex/latex/tcolorbox/tcbfitting.code.tex +++ b/Master/texmf-dist/tex/latex/tcolorbox/tcbfitting.code.tex @@ -1,4 +1,4 @@ -%% The LaTeX package tcolorbox - version 3.10 (2014/07/23) +%% The LaTeX package tcolorbox - version 3.11 (2014/07/25) %% tcbfitting.code.tex: Code for fit boxes %% %% ------------------------------------------------------------------------------------------- @@ -18,7 +18,7 @@ %% This work consists of all files listed in README %% %\makeatletter -\tcb@set@library@version{3.10} +\tcb@set@library@version{3.11} \newdimen\tcbfitdim \newdimen\tcb@lowerfitdim diff --git a/Master/texmf-dist/tex/latex/tcolorbox/tcbhooks.code.tex b/Master/texmf-dist/tex/latex/tcolorbox/tcbhooks.code.tex index 74581d7dd11..4643945f1bf 100644 --- a/Master/texmf-dist/tex/latex/tcolorbox/tcbhooks.code.tex +++ b/Master/texmf-dist/tex/latex/tcolorbox/tcbhooks.code.tex @@ -1,4 +1,4 @@ -%% The LaTeX package tcolorbox - version 3.10 (2014/07/23) +%% The LaTeX package tcolorbox - version 3.11 (2014/07/25) %% tcbhooks.code.tex: Code for adding hooks %% %% ------------------------------------------------------------------------------------------- @@ -18,7 +18,7 @@ %% This work consists of all files listed in README %% %\makeatletter -\tcb@set@library@version{3.10} +\tcb@set@library@version{3.11} \tcbset{% before upper app/.code={\appto\kvtcb@before@upper{#1}},% diff --git a/Master/texmf-dist/tex/latex/tcolorbox/tcblistings.code.tex b/Master/texmf-dist/tex/latex/tcolorbox/tcblistings.code.tex index 3030d396ff8..746263e03f6 100644 --- a/Master/texmf-dist/tex/latex/tcolorbox/tcblistings.code.tex +++ b/Master/texmf-dist/tex/latex/tcolorbox/tcblistings.code.tex @@ -1,4 +1,4 @@ -%% The LaTeX package tcolorbox - version 3.10 (2014/07/23) +%% The LaTeX package tcolorbox - version 3.11 (2014/07/25) %% tcblistings.code.tex: Code for colorboxes with listings %% %% ------------------------------------------------------------------------------------------- @@ -18,7 +18,7 @@ %% This work consists of all files listed in README %% %\makeatletter -\tcb@set@library@version{3.10} +\tcb@set@library@version{3.11} \RequirePackage{listings}[2007/02/22] diff --git a/Master/texmf-dist/tex/latex/tcolorbox/tcblistingscore.code.tex b/Master/texmf-dist/tex/latex/tcolorbox/tcblistingscore.code.tex index b08760c9b46..52ce22e96b7 100644 --- a/Master/texmf-dist/tex/latex/tcolorbox/tcblistingscore.code.tex +++ b/Master/texmf-dist/tex/latex/tcolorbox/tcblistingscore.code.tex @@ -1,4 +1,4 @@ -%% The LaTeX package tcolorbox - version 3.10 (2014/07/23) +%% The LaTeX package tcolorbox - version 3.11 (2014/07/25) %% tcblistingscode.code.tex: Auxiliary code for colorboxes with listings %% %% ------------------------------------------------------------------------------------------- @@ -18,7 +18,7 @@ %% This work consists of all files listed in README %% %\makeatletter -\tcb@set@library@version{3.10} +\tcb@set@library@version{3.11} \def\tcbuselistingtext{\input{\kvtcb@listingfile}}% \def\tcbuselistingcomment{\kvtcb@listingcomment}% diff --git a/Master/texmf-dist/tex/latex/tcolorbox/tcblistingsutf8.code.tex b/Master/texmf-dist/tex/latex/tcolorbox/tcblistingsutf8.code.tex index 0b08e7c2914..039d3df2438 100644 --- a/Master/texmf-dist/tex/latex/tcolorbox/tcblistingsutf8.code.tex +++ b/Master/texmf-dist/tex/latex/tcolorbox/tcblistingsutf8.code.tex @@ -1,4 +1,4 @@ -%% The LaTeX package tcolorbox - version 3.10 (2014/07/23) +%% The LaTeX package tcolorbox - version 3.11 (2014/07/25) %% 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@set@library@version{3.10} +\tcb@set@library@version{3.11} \RequirePackage{listingsutf8}[2011/11/10] \tcbuselibrary{listings} diff --git a/Master/texmf-dist/tex/latex/tcolorbox/tcbminted.code.tex b/Master/texmf-dist/tex/latex/tcolorbox/tcbminted.code.tex index e4d078afa63..5fe0d792eed 100644 --- a/Master/texmf-dist/tex/latex/tcolorbox/tcbminted.code.tex +++ b/Master/texmf-dist/tex/latex/tcolorbox/tcbminted.code.tex @@ -1,4 +1,4 @@ -%% The LaTeX package tcolorbox - version 3.10 (2014/07/23) +%% The LaTeX package tcolorbox - version 3.11 (2014/07/25) %% tcbminted.code.tex: Code for colorboxes with listings %% %% ------------------------------------------------------------------------------------------- @@ -18,7 +18,7 @@ %% This work consists of all files listed in README %% %\makeatletter -\tcb@set@library@version{3.10} +\tcb@set@library@version{3.11} \RequirePackage{minted}[2011/09/17] diff --git a/Master/texmf-dist/tex/latex/tcolorbox/tcbskins.code.tex b/Master/texmf-dist/tex/latex/tcolorbox/tcbskins.code.tex index 304162876e4..e7bf3987387 100644 --- a/Master/texmf-dist/tex/latex/tcolorbox/tcbskins.code.tex +++ b/Master/texmf-dist/tex/latex/tcolorbox/tcbskins.code.tex @@ -1,4 +1,4 @@ -%% The LaTeX package tcolorbox - version 3.10 (2014/07/23) +%% The LaTeX package tcolorbox - version 3.11 (2014/07/25) %% tcbskins.code.tex: Code for colorboxes with different skins %% %% ------------------------------------------------------------------------------------------- @@ -17,7 +17,7 @@ %% %% This work consists of all files listed in README %% -\tcb@set@library@version{3.10} +\tcb@set@library@version{3.11} \RequirePackage{tikz}[2010/10/13] diff --git a/Master/texmf-dist/tex/latex/tcolorbox/tcbskinsjigsaw.code.tex b/Master/texmf-dist/tex/latex/tcolorbox/tcbskinsjigsaw.code.tex index bad37440165..3d2a52de33c 100644 --- a/Master/texmf-dist/tex/latex/tcolorbox/tcbskinsjigsaw.code.tex +++ b/Master/texmf-dist/tex/latex/tcolorbox/tcbskinsjigsaw.code.tex @@ -1,4 +1,4 @@ -%% The LaTeX package tcolorbox - version 3.10 (2014/07/23) +%% The LaTeX package tcolorbox - version 3.11 (2014/07/25) %% tcbskinsjigsaw.code.tex: Code for colorboxes with different skins %% %% ------------------------------------------------------------------------------------------- @@ -17,7 +17,7 @@ %% %% This work consists of all files listed in README %% -\tcb@set@library@version{3.10} +\tcb@set@library@version{3.11} \tcbuselibrary{skins} diff --git a/Master/texmf-dist/tex/latex/tcolorbox/tcbtheorems.code.tex b/Master/texmf-dist/tex/latex/tcolorbox/tcbtheorems.code.tex index f37769e543a..5a81541df03 100644 --- a/Master/texmf-dist/tex/latex/tcolorbox/tcbtheorems.code.tex +++ b/Master/texmf-dist/tex/latex/tcolorbox/tcbtheorems.code.tex @@ -1,4 +1,4 @@ -%% The LaTeX package tcolorbox - version 3.10 (2014/07/23) +%% The LaTeX package tcolorbox - version 3.11 (2014/07/25) %% tcbtheorems.code.tex: Code for theorems in colorboxes %% %% ------------------------------------------------------------------------------------------- @@ -18,7 +18,7 @@ %% This work consists of all files listed in README %% %\makeatletter -\tcb@set@library@version{3.10} +\tcb@set@library@version{3.11} \RequirePackage{amsmath} diff --git a/Master/texmf-dist/tex/latex/tcolorbox/tcbxparse.code.tex b/Master/texmf-dist/tex/latex/tcolorbox/tcbxparse.code.tex index c2361961ffd..d7575c5a242 100644 --- a/Master/texmf-dist/tex/latex/tcolorbox/tcbxparse.code.tex +++ b/Master/texmf-dist/tex/latex/tcolorbox/tcbxparse.code.tex @@ -1,4 +1,4 @@ -%% The LaTeX package tcolorbox - version 3.10 (2014/07/23) +%% The LaTeX package tcolorbox - version 3.11 (2014/07/25) %% tcbhooks.code.tex: Code for adding hooks %% %% ------------------------------------------------------------------------------------------- @@ -18,7 +18,7 @@ %% This work consists of all files listed in README %% %\makeatletter -\tcb@set@library@version{3.10} +\tcb@set@library@version{3.11} \RequirePackage{xparse}[2013/12/31] diff --git a/Master/texmf-dist/tex/latex/tcolorbox/tcolorbox.sty b/Master/texmf-dist/tex/latex/tcolorbox/tcolorbox.sty index e581a8e76f1..937851d2499 100644 --- a/Master/texmf-dist/tex/latex/tcolorbox/tcolorbox.sty +++ b/Master/texmf-dist/tex/latex/tcolorbox/tcolorbox.sty @@ -1,4 +1,4 @@ -%% The LaTeX package tcolorbox - version 3.10 (2014/07/23) +%% The LaTeX package tcolorbox - version 3.11 (2014/07/25) %% tcolorbox.sty: Text color boxes %% %% ------------------------------------------------------------------------------------------- @@ -18,8 +18,8 @@ %% This work consists of all files listed in README %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{tcolorbox}[2014/07/23 version 3.10 text color boxes] -\def\tcb@version{3.10} +\ProvidesPackage{tcolorbox}[2014/07/25 version 3.11 text color boxes] +\def\tcb@version{3.11} \RequirePackage{pgf}[2008/01/15] \RequirePackage{verbatim}[2003/08/22] -- cgit v1.2.3