Actually following tex templates now

This commit is contained in:
Grant Sanderson
2015-10-28 18:54:37 -07:00
parent e97a8708a5
commit 75954ff01c
2 changed files with 42 additions and 0 deletions

22
template.tex Normal file
View File

@ -0,0 +1,22 @@
\documentclass[12pt]{beamer}
\usepackage[english]{babel}
\usepackage{mathtools}
\mode<presentation>
{
\usetheme{default} % or try Darmstadt, Madrid, Warsaw, ...
\usecolortheme{default} % or try albatross, beaver, crane, ...
\usefonttheme[onlymath]{serif} % or try serif, structurebold, ...
\setbeamertemplate{navigation symbols}{}
\setbeamertemplate{caption}[numbered]
}
\begin{document}
\begin{frame}
\centering
SizeHere
\begin{align*}
YourTextHere
\end{align*}
\end{frame}
\end{document}

20
text_template.tex Normal file
View File

@ -0,0 +1,20 @@
\documentclass[12pt]{beamer}
\usepackage[english]{babel}
\usepackage{mathtools}
\mode<presentation>
{
\usetheme{default} % or try Darmstadt, Madrid, Warsaw, ...
\usecolortheme{default} % or try albatross, beaver, crane, ...
\usefonttheme[onlymath]{serif} % or try serif, structurebold, ...
\setbeamertemplate{navigation symbols}{}
\setbeamertemplate{caption}[numbered]
}
\begin{document}
\begin{frame}
\centering
SizeHere
YourTextHere
\end{frame}
\end{document}