diff options
author | Nao Pross <np@0hm.ch> | 2021-10-31 00:20:51 +0200 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-10-31 00:29:54 +0200 |
commit | adc00a39baff866a3b68b52ffc55a4aae71e61c4 (patch) | |
tree | e4898c12f2199cba12507f7ed6a611c0f1093ddf /doc/thesis/tex | |
parent | Doku Implementation Teil angefangen. (diff) | |
download | Fading-adc00a39baff866a3b68b52ffc55a4aae71e61c4.tar.gz Fading-adc00a39baff866a3b68b52ffc55a4aae71e61c4.zip |
Fix math error in QAM, improve QAM modulator diagram, rename (wrong) QPSK to PSK
Diffstat (limited to 'doc/thesis/tex')
-rw-r--r-- | doc/thesis/tex/docmacros.sty | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/thesis/tex/docmacros.sty b/doc/thesis/tex/docmacros.sty index 433fe19..0005e76 100644 --- a/doc/thesis/tex/docmacros.sty +++ b/doc/thesis/tex/docmacros.sty @@ -1,6 +1,7 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{tex/docmacros}[2021/09/27 v0.1 Document Macros] +\RequirePackage{mathtools} \RequirePackage{amsmath} \RequirePackage{bm} |