8000 GitHub - ambropo/JambroBeamerTheme: JambroBeamerTheme
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ambropo/JambroBeamerTheme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jambro Beamer theme

Ambrogio Cesa-Bianchi's theme for Beamer. This version: 1.1

Features

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.

arrow arrow red night

Getting Started

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.

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}
    This is a frame using Jambro
  \end{frame}
\end{document}

License

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

About

JambroBeamerTheme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0