From 5e31aca84faf9b8fb5cd3f59dd9e97acbdb002f6 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 17 Feb 2012 23:51:15 +0000 Subject: no source tcolorbox doc, author does not want to provide git-svn-id: svn://tug.org/texlive/trunk@25418 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/tcolorbox/CHANGES | 6 +++++- Master/texmf-dist/doc/latex/tcolorbox/README | 7 ++++--- Master/texmf-dist/doc/latex/tcolorbox/README.TEXLIVE | 8 ++++++++ .../doc/latex/tcolorbox/tcolorbox-example.tex | 2 +- Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.pdf | Bin 740774 -> 0 bytes .../tex/latex/tcolorbox/tcblistings.code.tex | 2 +- .../tex/latex/tcolorbox/tcbtheorems.code.tex | 4 ++-- Master/texmf-dist/tex/latex/tcolorbox/tcolorbox.sty | 4 ++-- Master/tlpkg/libexec/ctan2tds | 3 ++- 9 files changed, 25 insertions(+), 11 deletions(-) create mode 100644 Master/texmf-dist/doc/latex/tcolorbox/README.TEXLIVE delete mode 100644 Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.pdf diff --git a/Master/texmf-dist/doc/latex/tcolorbox/CHANGES b/Master/texmf-dist/doc/latex/tcolorbox/CHANGES index 527571bc9b1..6ad97cdec71 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 1.01 (2012/01/26) +%% The LaTeX package tcolorbox - version 1.02 (2012/02/15) %% %% ------------------------------------------------------------------------------------------- %% Copyright (c) 2006-2012 by Prof. Dr. Dr. Thomas F. Sturm @@ -24,3 +24,7 @@ version 1.00 (2011/12/08): initial public release version 1.01 (2012/01/26): - dates amended to \RequirePackage(s) - provision of the tcolorbox.tds.zip file for easier installation + +version 1.02 (2012/02/15) +- documentation language changed from German to English +- small correction of the theorem title line appearance diff --git a/Master/texmf-dist/doc/latex/tcolorbox/README b/Master/texmf-dist/doc/latex/tcolorbox/README index 40e242785ce..b7ab210224c 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 1.01 (2012/01/26) +%% The LaTeX package tcolorbox - version 1.02 (2012/02/15) %% %% ------------------------------------------------------------------------------------------- %% Copyright (c) 2006-2012 by Prof. Dr. Dr. Thomas F. Sturm @@ -18,7 +18,7 @@ %% tcolorbox provides an environment for colored and framed text boxes with a -heading line. Optionally, such a box can be splitted in an upper and a lower +heading line. Optionally, such a box can be split in an upper and a lower part. The package tcolorbox can be used for the setting of LaTeX examples where one part of the box displays the source code and the other part shows the output. Another common use case is the setting of theorems. The package supports @@ -31,9 +31,10 @@ Contents of the package 'tcolorbox.sty' LaTeX package file (style file) 'tcblistings.code.tex' LaTeX package file (library of tcolorbox) 'tcbtheormes.code.tex' LaTeX package file (library of tcolorbox) - 'tcolorbox.pdf' Documentation for tcolorbox + 'tcolorbox.pdf' Current documentation for tcolorbox 'tcolorbox-example.tex' Example file for package usage 'tcolorbox-example.pdf' Compiled example + 'tcolorbox-german.pdf' Outdated documentation in German Installation ============ diff --git a/Master/texmf-dist/doc/latex/tcolorbox/README.TEXLIVE b/Master/texmf-dist/doc/latex/tcolorbox/README.TEXLIVE new file mode 100644 index 00000000000..7a8aa232472 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tcolorbox/README.TEXLIVE @@ -0,0 +1,8 @@ +The following files have been removed in the TeX Live installation of +the current package, typically due to duplication, lack of space, or +missing source code. You can find these files on CTAN at + http://mirror.ctan.org/macros/latex/contrib/tcolorbox +If questions or concerns, email tex-live@tug.org. + + tcolorbox-german.pdf + tcolorbox.pdf diff --git a/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox-example.tex b/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox-example.tex index 21d70fa4229..a267b636fb4 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 1.01 (2012/01/26) +%% The LaTeX package tcolorbox - version 1.02 (2012/02/15) %% tcolorbox-example.tex: an example for tcolorbox %% %% ------------------------------------------------------------------------------------------- diff --git a/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.pdf b/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.pdf deleted file mode 100644 index ab71b415697..00000000000 Binary files a/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.pdf and /dev/null differ diff --git a/Master/texmf-dist/tex/latex/tcolorbox/tcblistings.code.tex b/Master/texmf-dist/tex/latex/tcolorbox/tcblistings.code.tex index ab77faf9bd5..aad137eda3d 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 1.01 (2012/01/26) +%% The LaTeX package tcolorbox - version 1.02 (2012/02/15) %% tcblistings.code.tex: Code for colorboxes with listings %% %% ------------------------------------------------------------------------------------------- diff --git a/Master/texmf-dist/tex/latex/tcolorbox/tcbtheorems.code.tex b/Master/texmf-dist/tex/latex/tcolorbox/tcbtheorems.code.tex index f0fae34590e..7ab67ecfc2a 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 1.01 (2012/01/26) +%% The LaTeX package tcolorbox - version 1.02 (2012/02/15) %% tcbtheorems.code.tex: Code for theorems in colorboxes %% %% ------------------------------------------------------------------------------------------- @@ -23,7 +23,7 @@ \tcbset{ theorem/.code args={#1#2#3#4}{% \refstepcounter{#2}\label{#4}% - \pgfkeysalso{title={\setlength{\hangindent}{\widthof{#1~\csname the#2\endcsname:\ }}\hangafter=1 #1~\csname the#2\endcsname:\ #3}}}% + \pgfkeysalso{title={\setlength{\hangindent}{\widthof{#1~\csname the#2\endcsname:\ }}\hangafter=1 \mbox{#1~\csname the#2\endcsname:\ }#3}}}% } \newcommand{\tcbmaketheorem}[5]{% diff --git a/Master/texmf-dist/tex/latex/tcolorbox/tcolorbox.sty b/Master/texmf-dist/tex/latex/tcolorbox/tcolorbox.sty index 1b855b3d0d4..155e5a22a78 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 1.01 (2012/01/26) +%% The LaTeX package tcolorbox - version 1.02 (2012/02/15) %% tcolorbox.sty: Text color boxes %% %% ------------------------------------------------------------------------------------------- @@ -18,7 +18,7 @@ %% This work consists of all files listed in README %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{tcolorbox}[2012/01/26 version 1.01 text color boxes] +\ProvidesPackage{tcolorbox}[2012/02/15 version 1.02 text color boxes] \RequirePackage{pgf}[2008/01/15] \RequirePackage{calc}[2007/08/22] diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 941c21f9976..bfe4143a83b 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -2203,13 +2203,14 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' 'jknapltx' => 'ubbold.fd', # clash bbold's Ubbold.fd; sauter bbold fails 'linguex' => 'cgloss4e.sty', # symlink 'numericplots' => '.*\.m', # matlab - 'parnotes' => 'PNmanual.pdf', # no source + 'parnotes' => 'PNmanual.pdf', # no source 'piechartmp' => 'piechartmp.pdf', # no source 'ptptex' => '(overcite|cite|wrapfig).sty', # duplicated 'sapthesis' => '.*-ML.*\.pdf', # univ logos 'stix' => 'STIX_Font_Release_Documentation_2010.pdf', # no source 'stubs' => 'stubs.pdf', # no source 'susy' => 'susy.pdf', # no source + 'tcolorbox' => 'tcolorbox(-german)?.pdf', # no source 'toptesi' => 'logo.*', # legalities unknown 'tree-dvips' => 'avm.*', # author no response 'xskak' => 'xskak.pdf', # no source -- cgit v1.2.3