% Fix for standalone with lualatex
|
|
\usepackage{luatex85} % Fix for standalone with lualatex
|
|
|
|
% Path magic
|
|
\providecommand{\figurepath}{.}
|
|
|
|
% Locale
|
|
\usepackage{fontspec}
|
|
\usepackage{unicode-math}
|
|
\setmainfont{Open Sans}[Scale=1.35]
|
|
\setsansfont{Open Sans}[Scale=1.35]
|
|
\setmathfont{Libertinus Math}[Scale=1.5]
|
|
\usepackage{microtype}
|
|
|
|
% Babel
|
|
\usepackage[utf8]{luainputenc}
|
|
\usepackage{csquotes}
|
|
\usepackage[main=english]{babel}
|
|
\selectlanguage{english}
|
|
|
|
% Stuff
|
|
\usepackage{amsmath}
|
|
\usepackage{amssymb}
|
|
\usepackage{mathtools}
|