ambropo / JambroBeamerTheme

JambroBeamerTheme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jambro Beamer theme

Ambrogio Cesa-Bianchi's theme for Beamer.

Features

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):

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 (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}

License

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

About

JambroBeamerTheme

License:GNU General Public License v3.0


Languages

Language:TeX 100.0%