summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-02-17 23:51:15 +0000
committerKarl Berry <karl@freefriends.org>2012-02-17 23:51:15 +0000
commit5e31aca84faf9b8fb5cd3f59dd9e97acbdb002f6 (patch)
treec5c056732ab8205e402463baf201028a83ca388a
parenta69b15cf3facf494018380ff8153eac0d456c195 (diff)
no source tcolorbox doc, author does not want to provide
git-svn-id: svn://tug.org/texlive/trunk@25418 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/tcolorbox/CHANGES6
-rw-r--r--Master/texmf-dist/doc/latex/tcolorbox/README7
-rw-r--r--Master/texmf-dist/doc/latex/tcolorbox/README.TEXLIVE8
-rw-r--r--Master/texmf-dist/doc/latex/tcolorbox/tcolorbox-example.tex2
-rw-r--r--Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.pdfbin740774 -> 0 bytes
-rw-r--r--Master/texmf-dist/tex/latex/tcolorbox/tcblistings.code.tex2
-rw-r--r--Master/texmf-dist/tex/latex/tcolorbox/tcbtheorems.code.tex4
-rw-r--r--Master/texmf-dist/tex/latex/tcolorbox/tcolorbox.sty4
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds3
9 files changed, 25 insertions, 11 deletions
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 <thomas dot sturm at unibw dot de>
@@ -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 <thomas dot sturm at unibw dot de>
@@ -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
--- a/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.pdf
+++ /dev/null
Binary files 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