summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-09-06 19:40:08 +0000
committerKarl Berry <karl@freefriends.org>2022-09-06 19:40:08 +0000
commitec3c13f2553db52308896f5aefbed5250803e140 (patch)
tree07f039d3dc7239535a0b9dabcbc21e6c030e4ca8 /Master/texmf-dist/doc
parent7b72b40466b181826b828054b21ca1c9be020176 (diff)
beamertheme-tcolorbox (6sep22)
git-svn-id: svn://tug.org/texlive/trunk@64305 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/latex/beamertheme-tcolorbox/README.md2
-rw-r--r--Master/texmf-dist/doc/latex/beamertheme-tcolorbox/beamertheme-tcolorbox-doc.pdfbin180151 -> 181132 bytes
-rw-r--r--Master/texmf-dist/doc/latex/beamertheme-tcolorbox/beamertheme-tcolorbox-doc.tex10
3 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/beamertheme-tcolorbox/README.md b/Master/texmf-dist/doc/latex/beamertheme-tcolorbox/README.md
index 20a504e5a1d..17b1e7e79bf 100644
--- a/Master/texmf-dist/doc/latex/beamertheme-tcolorbox/README.md
+++ b/Master/texmf-dist/doc/latex/beamertheme-tcolorbox/README.md
@@ -2,7 +2,7 @@
A beamer inner theme which reproduces standard beamer blocks using tcolorboxes
-Current version: 2022/08/29 version v0.3
+Current version: 2022/09/06 version v0.4
This project is licensed under the LaTeX Project Public License v1.3c or later, see http://www.latex-project.org/lppl.txt
diff --git a/Master/texmf-dist/doc/latex/beamertheme-tcolorbox/beamertheme-tcolorbox-doc.pdf b/Master/texmf-dist/doc/latex/beamertheme-tcolorbox/beamertheme-tcolorbox-doc.pdf
index 754ac99b4e6..07d7d84c78a 100644
--- a/Master/texmf-dist/doc/latex/beamertheme-tcolorbox/beamertheme-tcolorbox-doc.pdf
+++ b/Master/texmf-dist/doc/latex/beamertheme-tcolorbox/beamertheme-tcolorbox-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/beamertheme-tcolorbox/beamertheme-tcolorbox-doc.tex b/Master/texmf-dist/doc/latex/beamertheme-tcolorbox/beamertheme-tcolorbox-doc.tex
index 2ec15bdaaf9..234082375dd 100644
--- a/Master/texmf-dist/doc/latex/beamertheme-tcolorbox/beamertheme-tcolorbox-doc.tex
+++ b/Master/texmf-dist/doc/latex/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}