2020-10-04 22:24:38 +02:00
|
|
|
% Use the document width more effectively.
|
|
|
|
\usepackage[margin=2.5cm]{geometry}
|
|
|
|
|
2020-10-04 23:39:20 +02:00
|
|
|
% Enable captions for figures and tables.
|
|
|
|
\usepackage{caption}
|
|
|
|
|
2020-11-30 18:48:01 +01:00
|
|
|
% Enable math formulae.
|
|
|
|
\usepackage{amsmath}
|
|
|
|
|
2020-10-04 23:39:20 +02:00
|
|
|
% Enable diagonal lines in tables.
|
|
|
|
\usepackage{static/slashbox}
|
|
|
|
|
2020-10-04 23:58:46 +02:00
|
|
|
% Enable multiple lines in a table row
|
|
|
|
\usepackage{multirow}
|
|
|
|
|
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}}
|
2020-10-04 23:58:46 +02:00
|
|
|
\newcommand{\norm}[1]{\left\lVert#1\right\rVert}
|
|
|
|
\newcommand{\thead}[1]{\textbf{#1}}
|