summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.skins.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-03-31 22:28:56 +0000
committerKarl Berry <karl@freefriends.org>2014-03-31 22:28:56 +0000
commit0b84dfe8877345df35ceb87ec739c298dcc72b92 (patch)
tree5249c2f500210cb8b8d27fbc6fb594a91b5545e7 /Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.skins.tex
parentc17623666aa19d3dda7d2ba547d2a877df300d76 (diff)
tcolorbox (31mar14)
git-svn-id: svn://tug.org/texlive/trunk@33340 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.skins.tex')
-rw-r--r--Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.skins.tex28
1 files changed, 26 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.skins.tex b/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.skins.tex
index 256e66803f6..6709336a0b2 100644
--- a/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.skins.tex
+++ b/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.skins.tex
@@ -767,6 +767,12 @@ This example uses a public domain picture from\\
\clearpage
+\begin{docTcbKey}{watermark shrink}{=\meta{fraction}}{no default, initially unset}
+ Identically to \refKey{/tcb/watermark zoom}, but the watermark
+ never gets enlarged. Thus, the watermark keeps its original size or is shrunk.
+\end{docTcbKey}
+
+
\begin{docTcbKey}{watermark overzoom}{=\meta{fraction}}{no default, initially unset}
Sets the overzoom value for a watermark. The overzoom respects the aspect ratio.
The value $1.0$ means to fill the whole box until the watermark touches
@@ -1811,7 +1817,7 @@ from converting to draft mode.
\begin{docCommand}{tcbinterruptdraftmode}{}
If the compilation is in \emph{draft mode}, the \emph{draft mode} is deactivated
until a following \refCom{tcbcontinuedraftmode} is detected.\par
- If the compilation is not in \emph{draft mode}, no happens and a following
+ If the compilation is not in \emph{draft mode}, nothing happens and a following
\refCom{tcbcontinuedraftmode} will not start the \emph{draft mode}.
\begin{marker}
The pair |\tcbinterruptdraftmode| and |\tcbcontinuedraftmode| cannot
@@ -3664,6 +3670,24 @@ The \mylib{skins} library adds some image fill options to the vast option set of
\end{docTikzKey}
+\begin{docTikzKey}{fill image scale}{=\meta{fraction}}{no default, initially |1.0|}
+ Stretches, zooms, overzooms or shrinks the image to the given \meta{fraction} of the
+ width and height of the current path.
+\begin{dispExample}
+\begin{tikzpicture}
+\path[draw,fill zoom image=goldshade.png]
+ (0,0) rectangle +(2,2);
+
+\path[draw,fill zoom image=goldshade.png,fill image scale=0.75]
+ (3,0) rectangle +(2,2);
+
+\path[draw,fill zoom image=goldshade.png,fill image scale=1.5]
+ (6,0) rectangle +(2,2);
+\end{tikzpicture}
+\end{dispExample}
+\end{docTikzKey}
+
+
\begin{docTikzKey}{fill image options}{=\meta{graphics options}}{no default, initially empty}
The \meta{graphics options} are given to the underlying \docAuxCommand*{includegraphics} command
for the image fill options. This can be just together with
@@ -3681,7 +3705,7 @@ The \mylib{skins} library adds some image fill options to the vast option set of
\end{docTikzKey}
-\begin{dispExample*}{sbs,lefthand ratio=0.6,center lower,
+\begin{dispExample*}{sbs,lefthand ratio=0.6,center lower,fonttitle=\bfseries,
title=Image blending example}
\begin{tikzpicture}[every node/.style=
{circle,minimum width=2cm}]