/JambroBeamerTheme

JambroBeamerTheme

Primary LanguageTeXGNU General Public License v3.0GPL-3.0

Jambro Beamer theme

Ambrogio Cesa-Bianchi's theme for Beamer.

Features

Jambro a relatively minimal theme with only an outline of 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):

arrow arrow

The theme supports different colors (blue is default, red can be specified) and a night mode:

red night

Installation

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.

Manual and examples

A slide deck (Manual.pdf and corresponding Manual.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}

License

The theme is licensed under a GNU General Public License v3.0