1
0
Fork 0

Add Literature section

This commit is contained in:
Alexander Hess 2020-10-04 23:00:15 +02:00
commit 3849e5fd3f
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
15 changed files with 878 additions and 3 deletions

View file

@ -6,4 +6,9 @@
% Make opening quotes look different than closing quotes.
\usepackage[english=american]{csquotes}
\MakeOuterQuote{"}
\MakeOuterQuote{"}
% Define helper commands.
\usepackage{bm}
\newcommand{\mat}[1]{\bm{#1}}
\newcommand{\norm}[1]{\left\lVert#1\right\rVert}