Ambrogio Cesa-Bianchi's theme for Beamer.
Jambro a relatively minimal theme with only an outline of the presentation's sections in the footline. Its main feature is to allow annotation of text, figures, and tables using arrows (Tikz) and handwritten-like text (Augie):
The theme supports different colors (blue is default, red can be specified) and a night mode:
To use the theme, simply download the beamerthemejambro.sty
to the folder containing your presentation. Then load the theme using \usetheme{jambro}
in the preamble of your Beamer document.
A slide deck (Demo.pdf
and corresponding Demo.tex
file) provides more information on the features of the theme and a series of examples.
The following code shows a minimal example of a Beamer presentation using jambro.
\documentclass{beamer}
\usetheme{jambro}
\title{A minimal example}
\date{\today}
\author{Ambrogio Cesa-Bianchi}
\begin{document}
\maketitle
\begin{frame}{Example}
Hello, world!
\end{frame}
\end{document}
The theme is licensed under a GNU General Public License v3.0