diff --git a/CHANGELOG.md b/CHANGELOG.md index dffcf28..06fd5fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ ### New +### Changed + +### Fixed + + +## [v0.5] + +### New + - now also patches title, section etc. pages to use tcolorboxes instead of beamer boxes - new option `showtitle` to switch on/off if an empty block title should be shown - new options `blocks` and `titlepage` which controll of the beamer blocks and the elements on the titlepage should be replaced with tcolorboxes @@ -60,7 +69,8 @@ ------ -[Unreleased]: https://github.com/samcarter/beamertheme-tcolorbox/compare/v0.4...HEAD +[Unreleased]: https://github.com/samcarter/beamertheme-tcolorbox/compare/v0.5...HEAD +[v0.5]: https://github.com/samcarter/beamertheme-tcolorbox/compare/v0.4...v0.5 [v0.4]: https://github.com/samcarter/beamertheme-tcolorbox/compare/v0.3...v0.4 [v0.3]: https://github.com/samcarter/beamertheme-tcolorbox/compare/v0.2...v0.3 [v0.2]: https://github.com/samcarter/beamertheme-tcolorbox/compare/v0.1...v0.2 diff --git a/README.md b/README.md index 17b1e7e..f950f9b 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/09/06 version v0.4 +Current version: 2022/09/14 version v0.5 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 35fe72f..7878e56 100644 --- a/beamerinnerthemetcolorbox.sty +++ b/beamerinnerthemetcolorbox.sty @@ -12,7 +12,7 @@ % See http://www.latex-project.org/lppl.txt % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\ProvidesPackage{beamerinnerthemetcolorbox}[2022/09/06 version v0.4 Beamer blocks with tcolorboxes] +\ProvidesPackage{beamerinnerthemetcolorbox}[2022/09/14 version v0.5 Beamer blocks with tcolorboxes] \RequirePackage{tcolorbox} \tcbuselibrary{skins,hooks} diff --git a/beamertheme-tcolorbox-doc.tex b/beamertheme-tcolorbox-doc.tex index 53a1690..1adec46 100644 --- a/beamertheme-tcolorbox-doc.tex +++ b/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.4 \textendash{} 2022/09/06} +\date{Version v0.5 \textendash{} 2022/09/14} \begin{document} \maketitle diff --git a/documentation.pdf b/documentation.pdf index 07d7d84..6c7f2c6 100644 Binary files a/documentation.pdf and b/documentation.pdf differ