Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/defeo/beamer-uvsq

UVSQ beamer template
https://github.com/defeo/beamer-uvsq

Last synced: about 4 hours ago
JSON representation

UVSQ beamer template

Awesome Lists containing this project

README

        

beamer-uvsq
===========

UVSQ beamer template

Dependencies
------------
- fontenc
- uop (optima fonts)
- concmath (for mathematics)
- trajan (trajan font for title page)

Usage
-----

```latex
\documentclass{beamer}

\mode{
\usetheme{uvsq}
}

\begin{document}

% The beamer template should do this automatically for the title page,
% but I haven't managed to do it yet
\setbeamertemplate{navigation symbols}{}
\frame[plain]{\titlepage}

\end{document}

```