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.tex10
1 files changed, 5 insertions, 5 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 2ec15bdaaf..234082375d 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
@@ -1,4 +1,3 @@
-% !TeX document-id = {ba2bf522-7c7a-4e0b-b68d-dc54a96e4f4a}
% !TeX TS-program = latexmk -time -pdf -pdflatex="pdflatex -synctex=1 -interaction=nonstopmode -shell-escape %%O %%S" % | txs:///view-log | txs:///view-pdf
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -78,7 +77,7 @@
\url{https://github.com/samcarter/beamertheme-tcolorbox}\\
\url{https://www.ctan.org/pkg/beamertheme-tcolorbox}
}{samcarter}}
-\date{Version v0.3 \textendash{} 2022/08/29}
+\date{Version v0.4 \textendash{} 2022/09/06}
\begin{document}
\maketitle
@@ -140,6 +139,7 @@ In this simple configuration, the look and feel of the new blocks will be taken
In addition to automatically adopting settings from the other themes, one can also influence the look and feel via these options:
\begin{description}
+\item[inmargin] controls if the block titles are placed in the left sidebar instead of the top of the block, e.g. for themes like \lstinline|Bergen| (default: \lstinline|false|)
\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|)
@@ -149,9 +149,10 @@ These options can be set to \lstinline|true| or \lstinline|false| (calling eithe
\begin{tcolorbox}[title={}]
\begin{lstlisting}
\useinnertheme[
- rounded
+ rounded,
shadow=false,
- shaded
+ shaded,
+ inmargin=false
]{tcolorbox}
\end{lstlisting}
\end{tcolorbox}
@@ -219,7 +220,6 @@ Beyond these two options, the users also has the myriads of options of the tcolo
\section{Caveats and known issues}
\begin{itemize}
-\item the tcolorbox inner theme is not yet optimised for the \lstinline|inmargin| inner theme, which is e.g.\ used by the Bergen theme
\item at the moment, this theme only applies to blocks. Things like the title page, which directly use beamercolorboxes, won't be replaced by tcolorboxes
\end{itemize}