Remove sensitive information
This commit is contained in:
parent
cd1214000f
commit
e23453c989
3 changed files with 402 additions and 0 deletions
24
snippets/latex-mode/metro
Normal file
24
snippets/latex-mode/metro
Normal 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}
|
Loading…
Add table
Add a link
Reference in a new issue