Last active
December 28, 2015 00:59
-
-
Save r351574nc3/7417235 to your computer and use it in GitHub Desktop.
KD 2013 LaTeX Beamer Templates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| \usebackgroundtemplate% | |
| {% | |
| \includegraphics[width=\paperwidth,height=\paperheight]{images/header.png}% | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| \usebackgroundtemplate{\includegraphics[width=\paperwidth]{images/title.png}}% | |
| \begin{frame}[plain] | |
| \titlepage | |
| \end{frame} | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment