summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox-example.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-05-08 22:44:24 +0000
committerKarl Berry <karl@freefriends.org>2014-05-08 22:44:24 +0000
commit1e84af656d85ead0ddce5b7b00f799f28bc11ab5 (patch)
treec66b3e248e8b924c83f82f1ab9b41e0e8c6f0e22 /Master/texmf-dist/doc/latex/tcolorbox/tcolorbox-example.tex
parentc5778aa8ea29b815c23121b64498d6ff17698765 (diff)
tcolorbox (8may14)
git-svn-id: svn://tug.org/texlive/trunk@33921 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/tcolorbox/tcolorbox-example.tex')
-rw-r--r--Master/texmf-dist/doc/latex/tcolorbox/tcolorbox-example.tex10
1 files changed, 9 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox-example.tex b/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox-example.tex
index 4072f2d5c67..b1ed837ee2c 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 2.80 (2014/03/31)
+%% The LaTeX package tcolorbox - version 3.00 (2014/05/08)
%% tcolorbox-example.tex: an example for tcolorbox
%%
%% -------------------------------------------------------------------------------------------
@@ -74,6 +74,14 @@
\end{tcolorbox}
+\begin{tcolorbox}[enhanced,attach boxed title to top center={yshift=-3mm,yshifttext=-1mm},
+ colback=blue!5!white,colframe=blue!75!black,colbacktitle=red!80!black,
+ title=My title,fonttitle=\bfseries,
+ boxed title style={size=small,colframe=red!50!black} ]
+ This box uses a \textit{boxed title}. The box of the title can
+ be formatted independently from the main box.
+\end{tcolorbox}
+
\clearpage
%----------------------------------------------------------