summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/beamer-contrib/themes/beamertheme-tcolorbox/beamertheme-tcolorbox-doc.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/beamer-contrib/themes/beamertheme-tcolorbox/beamertheme-tcolorbox-doc.tex')
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamertheme-tcolorbox/beamertheme-tcolorbox-doc.tex15
1 files changed, 11 insertions, 4 deletions
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamertheme-tcolorbox/beamertheme-tcolorbox-doc.tex b/macros/latex/contrib/beamer-contrib/themes/beamertheme-tcolorbox/beamertheme-tcolorbox-doc.tex
index f4ff59f91c..2ec15bdaaf 100644
--- a/macros/latex/contrib/beamer-contrib/themes/beamertheme-tcolorbox/beamertheme-tcolorbox-doc.tex
+++ b/macros/latex/contrib/beamer-contrib/themes/beamertheme-tcolorbox/beamertheme-tcolorbox-doc.tex
@@ -78,7 +78,7 @@
\url{https://github.com/samcarter/beamertheme-tcolorbox}\\
\url{https://www.ctan.org/pkg/beamertheme-tcolorbox}
}{samcarter}}
-\date{Version v0.2 \textendash{} 2022/08/27}
+\date{Version v0.3 \textendash{} 2022/08/29}
\begin{document}
\maketitle
@@ -138,13 +138,20 @@ In this simple configuration, the look and feel of the new blocks will be taken
\section{Options}
-In addition to automatically adopting settings from the other themes, one can also influence the look and feel via the two options \lstinline|rounded| and \lstinline|shadow|, which can be set to \lstinline|true| or \lstinline|false| (calling either option without explicit \lstinline|true| or \lstinline|false| will set it to \lstinline|true|).
+In addition to automatically adopting settings from the other themes, one can also influence the look and feel via these options:
+\begin{description}
+\item[rounded] controls if corners are rounded or sharp (default: \lstinline|false|)
+\item[shadow] controls if the block has a shadow (default: \lstinline|false|)
+\item[shaded] controls if there is a short colour gradient between the title and the body or if there is a sharp border between the colours (Default: \lstinline|false|; if rounded corners are activated, it is \lstinline|true|)
+\end{description}
+These options can be set to \lstinline|true| or \lstinline|false| (calling either option without explicit \lstinline|true| or \lstinline|false| will set it to \lstinline|true|).
\begin{tcolorbox}[title={}]
\begin{lstlisting}
\useinnertheme[
rounded
- shadow=false
+ shadow=false,
+ shaded
]{tcolorbox}
\end{lstlisting}
\end{tcolorbox}
@@ -190,7 +197,7 @@ Beyond these two options, the users also has the myriads of options of the tcolo
\documentclass{beamer}
\usetheme{Ilmenau}
\useinnertheme{tcolorbox}
-\tcbset{
+\tcbsetforeverylayer{
boxrule=3pt,
borderline={1pt}{0pt}{pink,dashed},
}