From 3e86fb2e2d187220efb2038a26e68a37f1dc6ff5 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Mon, 1 Nov 2021 15:37:41 +0100 Subject: Draw figure for frequency selective channels --- doc/thesis/Fading.tex | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/thesis/Fading.tex') diff --git a/doc/thesis/Fading.tex b/doc/thesis/Fading.tex index b80b9e7..1844ceb 100644 --- a/doc/thesis/Fading.tex +++ b/doc/thesis/Fading.tex @@ -30,14 +30,20 @@ \usepackage{tikz} % Pretty drawings \usepackage{tikz-3dplot} % More dimensions! +\pgfplotsset{compat=1.17} \usetikzlibrary{ + external, calc, positioning, backgrounds, decorations.pathreplacing, + decorations.markings, matrix, arrows, } +% \tikzexternalize[ + % mode=graphics if exists, + % figure list=true] \pgfdeclarelayer{background} \pgfdeclarelayer{foreground} \pgfsetlayers{background,main,foreground} -- cgit v1.2.1