Remove sensitive information

This commit is contained in:
trémeur 2020-06-20 21:31:04 +01:00
parent cd1214000f
commit e23453c989
3 changed files with 402 additions and 0 deletions

24
snippets/latex-mode/metro Normal file
View file

@ -0,0 +1,24 @@
# 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}