A Beamer theme.
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.
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.
For basic use just put \usetheme{iqss}
in the preamble.
A handful of new commands are provided. \iqsssectiontitle{}
can be used to set a frame title for the section outline pages. For example, you may wish to set iqsssectiontitle{Outline}
. In addition, colored text can be inserted using alertb{} ... \alerte{}
. See beamer-demo.tex for examples.