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.

24 lines
437 B
Plaintext

# 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}
\title{$1}
\author{$2}
\date{$3}
\begin{document}
\frame{\titlepage}
$0
\end{document}