Skip to content

Commit

Permalink
Actually following tex templates now
Browse files Browse the repository at this point in the history
  • Loading branch information
3b1b committed Oct 29, 2015
1 parent e97a870 commit 75954ff
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
22 changes: 22 additions & 0 deletions template.tex
Original file line number Diff line number Diff line change
@@ -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 changes: 20 additions & 0 deletions text_template.tex
Original file line number Diff line number Diff line change
@@ -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}

0 comments on commit 75954ff

Please sign in to comment.