diff options
Diffstat (limited to 'doc/thesis/tex')
-rw-r--r-- | doc/thesis/tex/docmacros.sty | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/thesis/tex/docmacros.sty b/doc/thesis/tex/docmacros.sty index 2dacdf4..cc25068 100644 --- a/doc/thesis/tex/docmacros.sty +++ b/doc/thesis/tex/docmacros.sty @@ -2,7 +2,6 @@ \ProvidesPackage{tex/docmacros}[2021/09/27 v0.1 Document Macros] \RequirePackage{amsmath} -\RequirePackage{amsthm} % Probability \DeclareMathOperator{\expectation}{E} @@ -16,3 +15,7 @@ % Functions \DeclareMathOperator{\sinc}{sinc} + +% Linear operators +\DeclareMathOperator{\fourier}{\mathcal{F}} +\DeclareMathOperator{\hilbert}{\mathcal{H}} |