Add LaTeX presentation template
This commit is contained in:
parent
64ec3e5a29
commit
d8877cdc1d
1 changed files with 15 additions and 0 deletions
15
templates/presentation.tex
Normal file
15
templates/presentation.tex
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
\documentclass{beamer}
|
||||||
|
|
||||||
|
\author[thor,bar]{A. U. Thor\\and\\Foo Bar}
|
||||||
|
\title{Fooing a bar}
|
||||||
|
|
||||||
|
\begin{document}
|
||||||
|
\begin{frame}
|
||||||
|
\maketitle
|
||||||
|
\end{frame}
|
||||||
|
\begin{frame}
|
||||||
|
\frametitle{This is a cool title}
|
||||||
|
\framesubtitle{Not as cool, but still cool, this is a subtitle}
|
||||||
|
Hello World!
|
||||||
|
\end{frame}
|
||||||
|
\end{document}
|
Loading…
Reference in a new issue