diff options
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/latex/tcolorbox/CHANGES | 6 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/tcolorbox/README | 7 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/tcolorbox/README.TEXLIVE | 8 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/tcolorbox/tcolorbox-example.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.pdf | bin | 740774 -> 0 bytes | |||
-rw-r--r-- | Master/texmf-dist/tex/latex/tcolorbox/tcblistings.code.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/tcolorbox/tcbtheorems.code.tex | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/tcolorbox/tcolorbox.sty | 4 |
8 files changed, 23 insertions, 10 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 Binary files differdeleted file mode 100644 index ab71b415697..00000000000 --- a/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.pdf +++ /dev/null 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] |