summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-08-03 17:42:08 +0000
committerKarl Berry <karl@freefriends.org>2014-08-03 17:42:08 +0000
commitb425e73e73597d25c058662c7dbf6ee559cbdda5 (patch)
treed0b7d531f6c467374927873ff108bd83ac542cdb /Master/texmf-dist/doc
parent74510109164a78fa88e5f0f095dc7bc92c833968 (diff)
tcolorbox
git-svn-id: svn://tug.org/texlive/trunk@34818 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/latex/tcolorbox/CHANGES11
-rw-r--r--Master/texmf-dist/doc/latex/tcolorbox/README2
-rw-r--r--Master/texmf-dist/doc/latex/tcolorbox/tcolorbox-example.pdfbin361326 -> 361348 bytes
-rw-r--r--Master/texmf-dist/doc/latex/tcolorbox/tcolorbox-example.tex2
-rw-r--r--Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.breakable.tex22
-rw-r--r--Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.coreoptions.tex4
-rw-r--r--Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.theorems.tex2
-rw-r--r--Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.pdfbin4415793 -> 4415072 bytes
-rw-r--r--Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.tex8
9 files changed, 34 insertions, 17 deletions
diff --git a/Master/texmf-dist/doc/latex/tcolorbox/CHANGES b/Master/texmf-dist/doc/latex/tcolorbox/CHANGES
index 07424410ea2..6acd6031241 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.11 (2014/07/25)
+%% The LaTeX package tcolorbox - version 3.12 (2014/07/29)
%%
%% -------------------------------------------------------------------------------------------
%% Copyright (c) 2006-2014 by Prof. Dr. Dr. Thomas F. Sturm <thomas dot sturm at unibw dot de>
@@ -574,3 +574,12 @@ version 3.10 (2014/07/23)
version 3.11 (2014/07/25)
- regresssion: vertical space at end of breakable boxes was not removed
- example file updated with new features
+
+version 3.12 (2014/07/29)
+- text color implementation changed to circumvent xelatex color problems
+- multicol vs. twocolumn detection fixed
+- code for breakable boxes without height limit improved
+- before box \noindent is replaced by \parindent=0pt (bidi package compatibilty)
+- library 'breakable':
+ * new option: 'vfill before first'
+
diff --git a/Master/texmf-dist/doc/latex/tcolorbox/README b/Master/texmf-dist/doc/latex/tcolorbox/README
index e6204c72f52..aa3167bb975 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.11 (2014/07/25)
+%% The LaTeX package tcolorbox - version 3.12 (2014/07/29)
%%
%% -------------------------------------------------------------------------------------------
%% Copyright (c) 2006-2014 by Prof. Dr. Dr. Thomas F. Sturm <thomas dot sturm at unibw dot de>
diff --git a/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox-example.pdf b/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox-example.pdf
index 8ac602c81bf..3f6068330cd 100644
--- a/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox-example.pdf
+++ b/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox-example.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox-example.tex b/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox-example.tex
index e47b0756299..1a3fc077aca 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.11 (2014/07/25)
+%% The LaTeX package tcolorbox - version 3.12 (2014/07/29)
%% tcolorbox-example.tex: an example for tcolorbox
%%
%% -------------------------------------------------------------------------------------------
diff --git a/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.breakable.tex b/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.breakable.tex
index baf13947484..91dbc9a5c76 100644
--- a/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.breakable.tex
+++ b/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.breakable.tex
@@ -93,9 +93,9 @@ parameters. The differences are:
the applied algorithm has (virtually) no height limit for boxes, but
very likely the compiler memory will have to be increased for boxes longer
than 300 pages (depending on compiler settings and box content).
- But it is recommended to use \docValue{unlimited} for critical large boxes only,
- since there \emph{may} be a single interline space deviation (lost glue) around
- every 2300cm, e.\,g.\ a \refCom{tcbline*} \emph{may} get lost.
+ But it is recommended to use \docValue{unlimited} for critical large boxes only.
+ %,since there \emph{may} be a single interline space deviation (lost glue) around
+ %every 2300cm, e.\,g.\ a \refCom{tcbline*} \emph{may} get lost.
\item You can nest an unbreakable |tcolorbox| inside another |tcolorbox|,
even inside a breakable one.
But you cannot not nest a breakable box inside a breakable box.
@@ -129,8 +129,9 @@ parameters. The differences are:
The maximal total height of the upper and of the lower part is
about 65536pt (ca.\,2300cm or ca.\,90 pages) apiece.
\item\docValue{unlimited}: Experimental code for unlimited total height of
- breakable boxes. There \emph{may} be a single interline space deviation (lost glue) around
- every 2300cm. For boxes longer than 300 pages (or even shorter ones) the
+ breakable boxes.
+ %There \emph{may} be a single interline space deviation (lost glue) around every 2300cm.
+ For boxes longer than 300 pages (or even shorter ones) the
compiler memory will have to be increased.
\end{itemize}
@@ -200,8 +201,7 @@ parameters. The differences are:
Breakable boxes inside a |multicols| environment need special attendance.
They are broken by default at |\textheight|.
The |break at| option can be used to insert better break points by hand.
-\par\medskip
-\begin{tcolorbox}[enhanced jigsaw,size=small,before=\noindent,
+\begin{tcolorbox}[enhanced jigsaw,size=small,vfill before first,
colframe=red,colback=yellow!10!white,before title=\raggedright,
title={Broken box inside a |multicols| environment},fonttitle=\bfseries,
enforce breakable,% use only breakable in the real world!
@@ -374,6 +374,14 @@ and \refKey{/tcb/enlarge bottom at break by}.
\end{docTcbKey}
+\begin{docTcbKey}{vfill before first}{\colOpt{=true\textbar false}}{default |true|, initially |false|}
+ Inserts a |\vfill| at the begin of the \emph{first} partial box to move this
+ partial box to the end of the current page. This may be used as an alternative
+ to \refKey{/tcb/height fixed for}|=|\docValue{first} to get justified
+ columns or pages. The |\vfill| is not inserted, if the box gets not
+ actually broken.
+\end{docTcbKey}
+
\clearpage
\subsection{Breakable boxes and the \texttt{multicol} package}\label{subsec:multicol}
\begin{multicols}{2}
diff --git a/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.coreoptions.tex b/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.coreoptions.tex
index 7b27f9d791f..03569b2014d 100644
--- a/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.coreoptions.tex
+++ b/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.coreoptions.tex
@@ -2079,7 +2079,7 @@ This behavior is controlled by the keys |before| and |after|.
recommended, if the package |parskip| \emph{is} used and there is no better
idea for |before| and |after|.
\begin{dispListing}
-\tcbset{parskip/.style={before={\par\pagebreak[0]\noindent},
+\tcbset{parskip/.style={before={\par\pagebreak[0]\parindent=0pt},
after={\par}}}
\end{dispListing}
\end{docTcbKey}
@@ -2089,7 +2089,7 @@ This behavior is controlled by the keys |before| and |after|.
recommended, if the package |parskip| is \emph{not} used and there is no better
idea for |before| and |after|.
\begin{dispListing}
-\tcbset{noparskip/.style={before={\par\smallskip\pagebreak[0]\noindent},
+\tcbset{noparskip/.style={before={\par\smallskip\pagebreak[0]\parindent=0pt},
after={\par\smallskip}}}
\end{dispListing}
\end{docTcbKey}
diff --git a/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.theorems.tex b/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.theorems.tex
index de33ade7e07..e0d98e5e927 100644
--- a/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.theorems.tex
+++ b/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.theorems.tex
@@ -903,7 +903,7 @@ Here, using |\Vref| resulting in \Vref{theo:meanvaluetheorem} is more interestin
attach boxed title to top center={yshift=-2mm},
boxed title style={boxrule=0.4pt},varwidth boxed title}{theo}
-\begin{YetAnotherTheorem}{Mittelwertsatz f\"{u}r $n$ Variable}{mittelwertsatz_n2}%
+\begin{YetAnotherTheorem}{Mittelwertsatz f\"{u}r $n$ Variable}{mittelwertsatz_n3}%
Es sei $n\in\mathbb{N}$, $D\subseteq\mathbb{R}^n$ eine offene Menge und
$f\in C^{1}(D,\mathbb{R})$. Dann gibt es auf jeder Strecke
$[x_0,x]\subset D$ einen Punkt $\xi\in[x_0,x]$, so dass gilt
diff --git a/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.pdf b/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.pdf
index ad4fa7483e9..0260b9a31a6 100644
--- a/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.pdf
+++ b/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.tex b/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.tex
index fb90629fcff..7a305b322fd 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.11 (2014/07/25)
+%% The LaTeX package tcolorbox - version 3.12 (2014/07/29)
%% tcolorbox.tex: Manual
%%
%% -------------------------------------------------------------------------------------------
@@ -103,8 +103,8 @@
\newtcolorbox{marker}[1][]{marker,#1}
-\def\version{3.11}%
-\def\datum{2014/07/25}%
+\def\version{3.12}%
+\def\datum{2014/07/29}%
\makeindex
\hypersetup{
@@ -305,7 +305,7 @@
%\tcbset{draftmode}
-%\includeonly{tcolorbox.doc.theorems}
+%\includeonly{tcolorbox.doc.breakable}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%