2020-10-04 22:24:38 +02:00
|
|
|
% Use the document width more effectively.
|
|
|
|
\usepackage[margin=2.5cm]{geometry}
|
|
|
|
|
2020-10-04 21:29:02 +02:00
|
|
|
\usepackage[acronym]{glossaries}
|
2020-10-04 22:24:38 +02:00
|
|
|
\makeglossaries
|
|
|
|
|
2020-10-04 23:39:20 +02:00
|
|
|
% Enable captions for figures and tables.
|
|
|
|
\usepackage{caption}
|
|
|
|
|
|
|
|
% Enable diagonal lines in tables.
|
|
|
|
\usepackage{static/slashbox}
|
|
|
|
|
2020-10-04 22:24:38 +02:00
|
|
|
% Make opening quotes look different than closing quotes.
|
|
|
|
\usepackage[english=american]{csquotes}
|
2020-10-04 23:00:15 +02:00
|
|
|
\MakeOuterQuote{"}
|
|
|
|
|
|
|
|
% Define helper commands.
|
|
|
|
\usepackage{bm}
|
|
|
|
\newcommand{\mat}[1]{\bm{#1}}
|
|
|
|
\newcommand{\norm}[1]{\left\lVert#1\right\rVert}
|