LaTeX Beamer Slides Theme for the University of Santiago (USACH)
A LaTeX beamer template for presentations of the University of Santiago.
Overview | Usage | Features | Compilation | License
Not convinced? Have a look at the demo slides. ShareLatex Project
The following code shows a minimal example of a Beamer presentation using Metropolis.
\documentclass{beamer}
\usetheme{metropolis} % Use metropolis theme
\title{A minimal example}
\date{\today}
\author{Matthias Vogelgesang}
\institute{Centre for Modern Beamer Themes}
\begin{document}
\maketitle
\section{First Section}
\begin{frame}{First Frame}
Hello, world!
\end{frame}
\end{document}
Detailed information on using Metropolis can be found in the manual.
- High quality logo in pdf included at top right of the slides.
- Backup slide section.
- Tables generated by CSV file via PGFplots.
- Automatic generation of plots.
In the root folder, type: latexmk
latexmk
This runs LaTeX on all .tex files in the current directory using the output format specified by the latexmkrc file.
The theme itself is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. This means that if you change the theme and re-distribute it, you must retain the copyright notice header and license it under the same CC-BY-SA license. This does not affect the presentation that you create with the theme.