Releases: samcarter/beamertheme-tcolorbox
Releases · samcarter/beamertheme-tcolorbox
v0.9
Changed
- reverted workaround for using
\pause
in blocks (d8e97f7) and instead added section to the doc with workarounds the user can choose from (close #3 and #4).
v0.8
Fixed
- added
\onslide<1>
to the end of blocks to avoid problem if users use \pause
in a pgf-based environment like a tcolorbox (fix #3)
v0.6
Changed
- improved spacing of tcolorboxes on title and section pages
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 if the beamer blocks and the elements on the titlepage should be replaced with tcolorboxes
v0.4
New
- now compatible with beamer themes based on
inmargin
, e.g. the Bergen theme
Fixed
- fixed problem with boxed title showing two titles
v0.3
New
- support for nested blocks
- added option to switch shading between title and body on/off
Fixed
- fixed bug with text color of lists
v0.2
Changed
- internal changes to colour handling
- internal changes to the colour shading below the title (rounded blocks only)
- styling of normal tcolorboxes to match the colour of beamer blocks (overwriteable via
\tcbset{}
)
- using
\tcbuselibrary
to avoid possible option clashes
Fixed
- font colour for block body in default theme
v0.1
A new inner theme for beamer which reproduces standard beamer blocks using tcolorboxes. The look and feel (rounded/sharp corners, shadows and colours) will automatically adapt to which other themes are loaded.