Ambrogio Cesa-Bianchi's theme for Beamer. This version: 1.1
Jambro is a custom Beamer theme designed with a strong focus on clarity and readability. It features a clean, minimalist layout, a subtle and professional color palette, modern typography, and a spacious design that makes it especially well suited for academic and policy-oriented presentations.
Its main features include annotation tools for text, figures, and tables using TikZ-based arrows and handwritten-style fonts (e.g., Augie), as well as highlighting, underlining, and boxing elements with pencil-like effects. The theme supports different colors (blue is default, red can be specified), a night mode, different fonts, and a handout mode with notes.
To use the theme, simply download the beamerthemejambro.sty
to the folder containing your presentation (or install it in your local TeX tree). 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}
This is a frame using Jambro
\end{frame}
\end{document}
The theme is licensed under a GNU General Public License v3.0