mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Actually following tex templates now
This commit is contained in:
parent
e97a8708a5
commit
75954ff01c
2 changed files with 42 additions and 0 deletions
22
template.tex
Normal file
22
template.tex
Normal 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
20
text_template.tex
Normal 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}
|
Loading…
Add table
Reference in a new issue