An open API service indexing awesome lists of open source software.

https://github.com/gmartinezramirez-old/beamer-template-usach

:blue_book: [Active] [WiP] LaTeX beamer template for presentations of the University of Santiago.
https://github.com/gmartinezramirez-old/beamer-template-usach

beamer mtheme template usach

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# LaTeX Beamer Slides Theme for the [University of Santiago](http://www.usach.cl/) (USACH)
A LaTeX beamer template for presentations of the University of Santiago.


Overview
|
Usage
|
Features
|
Compilation
|
License

## Overview
Not convinced? Have a look at the [demo slides][].
[ShareLatex Project][]

![Sample](https://github.com/gmartinezramirez/Beamer-Template-USACH/blob/master/beamer-usach-theme-collage.png)

## Usage
The following code shows a minimal example of a Beamer presentation using
Metropolis.

```latex
\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.

## Compilation
In the root folder, type: latexmk

```bash
latexmk
```
This runs LaTeX on all .tex files in the current directory using the output format specified by the latexmkrc file.

## License

The theme itself is licensed under a [Creative Commons Attribution-ShareAlike
4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/). 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.

[demo slides]: https://github.com/gmartinezramirez/Beamer-Template-USACH/blob/master/example.pdf
[manual]: http://mirrors.ctan.org/macros/latex/contrib/beamer-contrib/themes/metropolis/doc/metropolistheme.pdf
[CTAN]: http://ctan.org/pkg/beamertheme-metropolis
[ShareLaTeX Project]: https://es.sharelatex.com/project/58b8693df4fb0156658cb512