summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.abstract.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.abstract.tex')
-rw-r--r--Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.abstract.tex32
1 files changed, 32 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.abstract.tex b/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.abstract.tex
new file mode 100644
index 00000000000..7d8ae3860b1
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.abstract.tex
@@ -0,0 +1,32 @@
+% !TeX root = tcolorbox.tex
+% include file of tcolorbox.tex (manual of the LaTeX package tcolorbox)
+\begin{center}
+\vspace*{5mm}\par
+{\bfseries\LARGE The \texttt{tcolorbox} package\par}
+{\large Manual for version \version\ (\datum)\par}\bigskip
+{\large Thomas F.~Sturm%
+ \footnote{Prof.~Dr.~Dr.~Thomas F.~Sturm, Institut f\"{u}r Mathematik und Informatik,
+ Universit\"{a}t der Bundeswehr M\"{u}nchen, D-85577 Neubiberg, Germany;
+ email: \href{mailto:thomas.sturm@unibw.de}{thomas.sturm@unibw.de}} }
+\end{center}
+\bigskip
+\begin{absquote}
+ \begin{center}\bfseries Abstract\end{center}
+ |tcolorbox| provides an environment for colored and framed text boxes with a
+ 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
+ saving and reuse of source code and text parts.
+\end{absquote}
+
+\begin{tcolorbox}[breakable,skin=enhanced,title={Contents},fonttitle=\bfseries\Large,
+ colback=yellow!10!white,colframe=red!50!black,before=\par\bigskip\noindent,
+ watermark color=yellow!75!red!25!white,
+ watermark text={\bfseries\Large Contents},
+ frame style={drop shadow}
+ ]
+\makeatletter
+\@starttoc{toc}
+\makeatother
+\end{tcolorbox}