diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ab883e..b9a83f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ ### Changed +### Fixed + + +## [v0.2] + +### New + +### Changed + - internal changes to colour handling and colour shading below the title - styling tcolorboxes to match the colour of normal blocks (overwriteable via `\tcbset{}`) - using `\tcbuselibrary` to avoid possible option clashes @@ -22,5 +31,6 @@ ------ -[Unreleased]: https://github.com/samcarter/beamertheme-tcolorbox/compare/v0.1...HEAD +[Unreleased]: https://github.com/samcarter/beamertheme-tcolorbox/compare/v0.2...HEAD +[v0.2]: https://github.com/samcarter/beamertheme-tcolorbox/compare/v0.1...v0.2 [v0.1]: https://github.com/samcarter/beamertheme-tcolorbox/compare/v0.0...v0.1 diff --git a/README.md b/README.md index b94e808..5049c78 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A beamer inner theme which reproduces standard beamer blocks using tcolorboxes -Current version: 2022/08/26 version v0.1 +Current version: 2022/08/27 version v0.2 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/beamerinnerthemetcolorbox.sty b/beamerinnerthemetcolorbox.sty index 27294f9..3d5aaf5 100644 --- a/beamerinnerthemetcolorbox.sty +++ b/beamerinnerthemetcolorbox.sty @@ -12,7 +12,7 @@ % See http://www.latex-project.org/lppl.txt % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\ProvidesPackage{beamerinnerthemetcolorbox}[2022/08/26 version v0.1 Beamer blocks with tcolorboxes] +\ProvidesPackage{beamerinnerthemetcolorbox}[2022/08/27 version v0.2 Beamer blocks with tcolorboxes] \RequirePackage{tcolorbox} \tcbuselibrary{skins,hooks} diff --git a/beamertheme-tcolorbox-doc.tex b/beamertheme-tcolorbox-doc.tex index be04fc5..f4ff59f 100644 --- a/beamertheme-tcolorbox-doc.tex +++ b/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.1 \textendash{} 2022/08/26} +\date{Version v0.2 \textendash{} 2022/08/27} \begin{document} \maketitle @@ -216,4 +216,4 @@ \section{Caveats and known issues} \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} -\end{document} \ No newline at end of file +\end{document} diff --git a/documentation.pdf b/documentation.pdf index a7f1c3d..2dcbeb4 100644 Binary files a/documentation.pdf and b/documentation.pdf differ