From bbf0196c4f77bc7dbc8a021a09d30b40b2168427 Mon Sep 17 00:00:00 2001 From: Naoki Pross Date: Tue, 12 Oct 2021 19:35:21 +0200 Subject: Block diagram of communication and start AM and QAM --- doc/thesis/Fading.tex | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'doc/thesis/Fading.tex') diff --git a/doc/thesis/Fading.tex b/doc/thesis/Fading.tex index e913fcf..deb6abc 100644 --- a/doc/thesis/Fading.tex +++ b/doc/thesis/Fading.tex @@ -30,6 +30,18 @@ \addbibresource{Fading.bib} +%% Pretty figures +\usepackage{tikz} + +\usetikzlibrary{ + calc, + backgrounds +} + +\pgfdeclarelayer{background} +\pgfdeclarelayer{foreground} +\pgfsetlayers{background,main,foreground} + \begin{document} \hypersetup{pageanchor = false} -- cgit v1.2.1