diff options
author | Nao Pross <np@0hm.ch> | 2021-10-31 01:45:18 +0200 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-10-31 01:46:37 +0200 |
commit | 49d784994700b19480947263b1b56202703b126b (patch) | |
tree | 95fc9245eb65d32d24d7124c8c3def34846d9a2e /doc/thesis/tex | |
parent | Fix math error in QAM, improve QAM modulator diagram, rename (wrong) QPSK to PSK (diff) | |
download | Fading-49d784994700b19480947263b1b56202703b126b.tar.gz Fading-49d784994700b19480947263b1b56202703b126b.zip |
Restructure QAM section
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 0005e76..4c71004 100644 --- a/doc/thesis/tex/docmacros.sty +++ b/doc/thesis/tex/docmacros.sty @@ -3,6 +3,7 @@ \RequirePackage{mathtools} \RequirePackage{amsmath} +\RequirePackage{amssymb} \RequirePackage{bm} % Probability |