diff options
author | Nao Pross <np@0hm.ch> | 2021-10-13 14:41:37 +0200 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-10-13 14:41:37 +0200 |
commit | 37d31c172a33f9f49eafd7fc0f2ae495870b5f8c (patch) | |
tree | 52c548daa28fcd40a5cf9621227841a6649abb5c /doc/thesis/tex | |
parent | Introduction (diff) | |
parent | Fix workflow (diff) | |
download | Fading-37d31c172a33f9f49eafd7fc0f2ae495870b5f8c.tar.gz Fading-37d31c172a33f9f49eafd7fc0f2ae495870b5f8c.zip |
Merge branch 'master' of github.com:NaoPross/Fading
Diffstat (limited to '')
-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}} |