You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# name: latex-metropolis
|
|
|
|
# key: metro
|
|
|
|
# --
|
|
|
|
\documentclass{beamer}
|
|
|
|
|
|
|
|
\usetheme[numbering=fraction,progressbar=foot]{metropolis}
|
|
|
|
\usefonttheme{professionalfonts}
|
|
|
|
\usepackage{mathspec}
|
|
|
|
\setsansfont[BoldFont={Fira Sans},
|
|
|
|
Numbers={OldStyle}]{Fira Sans Light}
|
|
|
|
\setmathsfont(Digits)[Numbers={Lining, Proportional}]{Fira Sans Light}
|
|
|
|
\metroset{block=fill}
|
|
|
|
|
|
|
|
% uncomment and expand this if there's a bibliography:
|
|
|
|
% latexbib
|
|
|
|
|
|
|
|
\title{$1}
|
|
|
|
\author{$2}
|
|
|
|
\date{$3}
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
\frame{\titlepage}
|
|
|
|
|
|
|
|
$0
|
|
|
|
|
|
|
|
% \begin{frame}[allowframebreaks]
|
|
|
|
% \printbibliography
|
|
|
|
% \end{frame}
|
|
|
|
|
|
|
|
\end{document}
|