Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.15 KB

File metadata and controls

25 lines (20 loc) · 1.15 KB

What is it?

A Beamer theme.

Requirements

You must also install the Libertinus fonts. Refer to these instructions if you don't know how to install fonts on your system.

This theme uses fontspec and expects that you will typeset your slides using XeTeX.

Installation

Clone this repository and move the .sty files and header.png to your $TEXMFHOME/tex/latex directory, creating it if it doesn't exist. If you don't know where $TEXMFHOME is check your LaTeX distribution documentation, or run kpsewhich -var-value TEXMFHOME in a terminal.

Use

For basic use just put \usetheme{mspp} in the preamble.

A handful of new commands are provided. \msppsectiontitle{} can be used to set a frame title for the section outline pages. For example, you may wish to set msppsectiontitle{Outline}. In addition, colored text can be inserted using alertb{} ... \alerte{}. See mspp_theme_demo.tex for examples.