Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/defeo/beamer-uvsq
- Owner: defeo
- Created: 2013-05-24T13:53:12.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-10T15:32:36.000Z (about 11 years ago)
- Last Synced: 2024-04-15T03:04:11.046Z (7 months ago)
- Size: 457 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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}
```