Skip to content

An inner theme for beamer which reproduces standard beamer blocks using tcolorboxes

License

Notifications You must be signed in to change notification settings

samcarter/beamertheme-tcolorbox

Repository files navigation

beamertheme-tcolorbox

GitHub GitHub tag (latest SemVer) CTAN

A beamer inner theme which reproduces standard beamer blocks using tcolorboxes.

This project is licensed under the LaTeX Project Public License v1.3c or later, see http://www.latex-project.org/lppl.txt .

The project repository, including a bug tracker, can be found at https://github.com/samcarter/beamertheme-tcolorbox .

Usage

\documentclass{beamer}

\usecolortheme{orchid}
\useinnertheme{tcolorbox}

\begin{document}

\begin{frame}
  \begin{block}{Title}
    Content
  \end{block}
\end{frame}

\end{document}

For more details, please consult the package documentation.