aboutsummaryrefslogtreecommitdiffstats
path: root/doc/thesis/Fading.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/thesis/Fading.tex')
-rw-r--r--doc/thesis/Fading.tex11
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/thesis/Fading.tex b/doc/thesis/Fading.tex
index ecb80d6..074048d 100644
--- a/doc/thesis/Fading.tex
+++ b/doc/thesis/Fading.tex
@@ -8,7 +8,7 @@
paper = a4, twoside, openright, BCOR = 5mm,
headinclude, footexclude,
% font size
- fontsize = 11pt, parskip = half,
+ fontsize = 11pt,
% style of empty pages (after chapters)
cleardoublepage = empty,
% extra sections
@@ -25,15 +25,18 @@
\usepackage{tex/docstyle}
%% Pretty figures
-\usepackage{circuitikz} % Electric diagrams
-\usepackage{pgfplots} % Pretty plots
-\usepackage{tikz} % Pretty drawings
+\usepackage{circuitikz} % Electric diagrams
+\usepackage{pgfplots} % Pretty plots
+\usepackage{tikz} % Pretty drawings
+\usepackage{tikz-3dplot} % More dimensions!
\usetikzlibrary{
calc,
positioning,
backgrounds,
+ decorations.pathreplacing,
matrix,
+ arrows,
}
\pgfdeclarelayer{background}
\pgfdeclarelayer{foreground}