A LaTeX Beamer presentation theme for Bates College, featuring official Bates branding, colors, and logos.
Main.tex— Main template file with example slidesbeamerthemeldv.sty— Main theme filebeamercolortheme*.sty— Color definitions (Bates garnet)beamerfonttheme*.sty— Font settingsbeameroutertheme*.sty— Header/footer layoutimages/Bates_logo.png— Bates wordmarkimages/Bates_seal.png— Bates seal
- Download this repo as a ZIP (green Code button → Download ZIP)
- In Overleaf, click New Project → Upload Project
- Upload the ZIP — Overleaf will extract it automatically
- Edit
Main.texand compile
Requires a LaTeX distribution (TeX Live or MiKTeX) with the beamer package.
git clone https://github.com/SakinaFMZ/bates-beamer-theme.git
cd bates-beamer-theme
pdflatex Main.tex- Title slide
- Outline / Table of Contents
- Bullet point slide
- Definition and Theorem blocks
- Figure slide
- Two-column layout
- Enumerated steps
- Summary
- Q&A / closing slide
In Main.tex, update the following fields:
\title{Your Presentation Title}
\subtitle{Optional Subtitle}
\author{Your Name}
\institute{Bates College}
\date{\today}Also update the footer fields for course number and author name in the theme file.
- LaTeX with
beamerpackage - Compiles with
pdflatexorxelatex
MIT License — free to use and modify.
