https://github.com/samcarter/beamertheme-tcolorbox
An inner theme for beamer which reproduces standard beamer blocks using tcolorboxes
https://github.com/samcarter/beamertheme-tcolorbox
beamer beamer-theme latex-package
Last synced: 9 months ago
JSON representation
An inner theme for beamer which reproduces standard beamer blocks using tcolorboxes
- Host: GitHub
- URL: https://github.com/samcarter/beamertheme-tcolorbox
- Owner: samcarter
- License: lppl-1.3c
- Created: 2022-08-25T15:27:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-30T15:22:58.000Z (over 1 year ago)
- Last Synced: 2025-01-03T10:51:39.065Z (over 1 year ago)
- Topics: beamer, beamer-theme, latex-package
- Language: TeX
- Homepage: https://ctan.org/pkg/beamertheme-tcolorbox
- Size: 1.06 MB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# beamertheme-tcolorbox
[](https://www.latex-project.org/lppl.txt)
[](https://github.com/samcarter/beamertheme-tcolorbox/releases/latest)
[](https://ctan.org/pkg/beamertheme-tcolorbox)
A beamer/ltx-talk inner theme which reproduces standard beamer blocks using tcolorboxes.
This project is licensed under the LaTeX Project Public License v1.3c or later, see https://www.latex-project.org/lppl.txt .
The project repository, including a bug tracker, can be found at https://github.com/samcarter/beamertheme-tcolorbox .
### Usage with beamer
```latex
\documentclass{beamer}
\usecolortheme{orchid}
\useinnertheme{tcolorbox}
\begin{document}
\begin{frame}
\begin{block}{Title}
Content
\end{block}
\end{frame}
\end{document}
```
### Usage with ltx-talk
```latex
\DocumentMetadata{}
\documentclass{ltx-talk}
\usepackage{talkthemetcolorbox}
\begin{document}
\maketitle
\begin{frame}
\begin{block}{Title}
Content
\end{block}
\end{frame}
\end{document}
```
For more details, please consult the [package documentation](https://github.com/samcarter/beamertheme-tcolorbox/blob/main/DOCUMENTATION.pdf).