summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/beamertheme-tcolorbox
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-05-03 20:11:45 +0000
committerKarl Berry <karl@freefriends.org>2023-05-03 20:11:45 +0000
commit07cb205c4484207a7b0dd07d4e9b8ad4554c1dbc (patch)
treeadeb5536d616a58b182abe3e67abd5d21fac77d1 /Master/texmf-dist/doc/latex/beamertheme-tcolorbox
parent383724fa53e42086a4482cb6fdf45a4b73a3a6ff (diff)
beamertheme-tcolorbox (3may23)
git-svn-id: svn://tug.org/texlive/trunk@67000 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/beamertheme-tcolorbox')
-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.pdfbin177229 -> 177469 bytes
-rw-r--r--Master/texmf-dist/doc/latex/beamertheme-tcolorbox/beamertheme-tcolorbox-doc.tex10
3 files changed, 7 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/beamertheme-tcolorbox/README.md b/Master/texmf-dist/doc/latex/beamertheme-tcolorbox/README.md
index f950f9b51b9..91f07c76630 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/09/14 version v0.5
+Current version: 2023/05/03 version v0.6
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 6c7f2c6a11c..db3b3548348 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 1adec46b48c..8bd7fc2fa45 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
@@ -86,7 +86,7 @@
\url{https://github.com/samcarter/beamertheme-tcolorbox}\\
\url{https://www.ctan.org/pkg/beamertheme-tcolorbox}
}{samcarter}}
-\date{Version v0.5 \textendash{} 2022/09/14}
+\date{Version v0.6 \textendash{} 2023/05/03}
\begin{document}
\maketitle
@@ -142,6 +142,8 @@ In this simple configuration, the look and feel of the new blocks will be taken
\end{document}
\end{tcblisting}
+Additional settings done by user, like e.g. \lstinline|\setbeamertemplate{blocks}[rounded]|, won't be taken into account and the \lstinline|tcolorbox| inner theme should be loaded after such modifications.
+
\section{Options}
In addition to automatically adopting settings from other themes, one can also explicitly influence the look and feel via these options:
@@ -184,7 +186,7 @@ If one for example likes the Antibes theme, but prefers the blocks to have shado
\end{document}
\end{tcblisting}
-Beyond these two options, the users also has the myriads of options of the tcolobox package to their disposal, e.g.\ via \lstinline|\tcbset{...}|:
+Beyond these two options, the users also has the myriads of options of the tcolobox package to their disposal, e.g.\ via \lstinline|\tcbset{...}| or \lstinline|\tcbsetforeverylayer{...}|:
\begin{tcblisting}{
listing and comment,
@@ -197,8 +199,8 @@ Beyond these two options, the users also has the myriads of options of the tcolo
\usetheme{Ilmenau}
\useinnertheme{tcolorbox}
\tcbsetforeverylayer{
- boxrule=3pt,
- borderline={1pt}{0pt}{pink,dashed},
+ borderline={1pt}{0pt}{
+ black,dashed}
}
\begin{document}
\begin{frame}