CTAN Comprehensive TeX Archive Network

Directory macros/latex/contrib/beamer-contrib/themes/beamertheme-durham

README.md

Durham Beamer Theme

Version: 1.1.0
Author & Maintainer: Suhail Rizwan
License: LPPL 1.3c


Overview

The Durham Beamer Theme is a content-first Beamer theme designed for teaching, research, and structured academic presentations.

It prioritizes:

  • Structural clarity
  • Cognitive restraint
  • Predictable layout behavior
  • Accessibility support
  • Minimal visual distraction

Installation

Automatic ( Live / MiK)

Install via your package manager, then use:

\usetheme{durham}

Manual (CTAN zip)

Download the package archive and place:

beamerthemedurham.sty

in your project directory or local texmf tree.

Overleaf

Upload beamerthemedurham.sty into your project.


Compilation Engine (Lua Required)

The Durham Beamer Theme is designed to be compiled using:

  • Lua (recommended and expected)
  • XeLaTeX (generally compatible)

The theme uses professional font settings and modern font packages. For consistent typography and correct font rendering, compile your presentation with Lua.

Compilation with pdf is not officially supported and may lead to font substitution or rendering inconsistencies.


Basic Usage

\documentclass{beamer}
\usetheme{durham}

\title{My Presentation}
\author{Author Name}
\date{\today}

\begin{document}

\maketitle
\makeoutline

\section{Introduction}
\subsection{Motivation}

\begin{frame}{Slide Title}
Content here
\end{frame}

\makereferences
\makethankyou

\end{document}

Core Commands

  • \maketitle
  • \makeoutline[Optional Title]
  • \makereferences
  • \makethankyou
  • \makethankyou[Line1]
  • \makethankyou[Line1][Line2]

Theme Options

Supported:

  • accessibility
  • plain
  • invert (only valid together with plain)

Examples:

\usetheme{durham}
\usetheme[accessibility]{durham}
\usetheme[plain]{durham}
\usetheme[plain,invert]{durham}
\usetheme[accessibility,plain]{durham}
\usetheme[accessibility,plain,invert]{durham}

Unsupported:

  • invert (i.e., invert without plain)
  • accessibility + invert (when used without plain)

Design Notes

  • Outline uses bullet-based hierarchy (no numbering).
  • Section titles support math.
  • Accessibility mode enforces strict black/white palette.
  • Plain mode removes headline and footline.
  • Invert mode requires plain.
  • Thank You page supports defaults and user overrides.

Institutional Disclaimer

The color palette is inspired by publicly visible Durham University branding. This package is an independent academic contribution and is not an official or endorsed Durham University template.


Maintainer

Suhail Rizwan

Download the contents of this package in one zip archive (1.4M).

beamertheme-durham – A content-first Beamer theme for teaching, research, and long-form academic presentations

This package provides the Durham Beamer Theme, a content-first presentation theme for Beamer designed for teaching, research, and long-form academic presentations.

The theme emphasizes structural clarity, pacing awareness, and layout stability under dense textual and mathematical content. It is implemented entirely from first principles and not derived from any existing Beamer theme.

Conceptual inspiration from established themes such as Metropolis is acknowledged; no external code is reused. The color palette is inspired by the visual identity of Durham University. This package is an independent academic contribution and not an official or endorsed Durham University template.

The package includes a modular theme implementation, a demo document with compiled PDF, and a user manual.

Packagebeamertheme-durham
Version1.0 2026-02-04
LicensesThe Project Public License 1.3c
Copyright2026 Suhail Rizwan
MaintainerSuhail Rizwan
Contained inTeX Live as beamertheme-durham
MiKTeX as beamertheme-durham
TopicsPresentation
...
Guest Book Sitemap Contact Contact Author