This commit is contained in:
2018-02-06 17:14:08 +01:00
parent 00754a00da
commit a7fcf64cfe
2 changed files with 133 additions and 11 deletions

View File

@@ -82,6 +82,7 @@
\usepackage{algorithm}
\usepackage{algpseudocode}
\usepackage{subcaption}
\usepackage{bm} % bold math symbols with \bm
% replacement for the SI package
@@ -105,7 +106,9 @@
\newcommand{\dop} [1]{\ensuremath{ \mathop{\mathrm{d}#1} }}
\newcommand{\R} {\ensuremath{ \mathbf{R} }}
\newcommand{\Z} {\ensuremath{ \mathbf{Z} }}
\newcommand{\expp} [1]{\ensuremath{ \exp \left( #1 \right) }}
\newcommand{\landau}[1]{\ensuremath{ \mathcal{O}\left( #1 \right) }}
\newcommand{\qq} [1]{``#1''}