Skip to content

[Active] [WiP] LaTeX beamer template for presentations of the University of Santiago.

License

Notifications You must be signed in to change notification settings

pjaraherrera/Beamer-Template-USACH

 
 

Repository files navigation

LaTeX Beamer Slides Theme for the University of Santiago (USACH)

A LaTeX beamer template for presentations of the University of Santiago.

Overview | Usage | Features | License

Overview

Not convinced? Have a look at the demo slides. ShareLatex Project

Sample

Usage

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.

Features

  • 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.

License

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.

About

[Active] [WiP] LaTeX beamer template for presentations of the University of Santiago.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 100.0%