By the way, you'll find templates for OOImpress and KPresenter via that link, too.
To use the Oxygen-style theme:
\documentclass{beamer}
\usetheme{oxygen}
\begin{document}
\begin{frame}
...
\end{frame}
...
\end{document}
\usetheme{oxygen}
\begin{document}
\begin{frame}
...
\end{frame}
...
\end{document}
Sample output:
To use the Air theme and the output:
\documentclass{beamer}
\usetheme{air}
...
\usetheme{air}
...
There's also a PNG image which can be used as background for presentations at the link above (desenho.png). To use this with the default beamer theme, do:
\documentclass{beamer}
\setbeamertemplate{background}{\includegraphics[width=\paperwidth,height=\paperheight]{desenho}}
...
\setbeamertemplate{background}{\includegraphics[width=\paperwidth,height=\paperheight]{desenho}}
...
Happy LaTeXing!
Great! Thanks for sharing!
ReplyDeletedankee
ReplyDelete