aboutsummaryrefslogtreecommitdiffstats
path: root/doc/poster/pictures/sketch.tex
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2021-12-12 17:05:16 +0100
committerNao Pross <np@0hm.ch>2021-12-12 17:05:16 +0100
commit3752410bb3c24fc2232e5f0c11e8ed1e73d754b8 (patch)
treef541a7d92aaed126c7d856dc736eb120e6c72882 /doc/poster/pictures/sketch.tex
parentWrite methods for poster, needs more work (diff)
downloadFading-3752410bb3c24fc2232e5f0c11e8ed1e73d754b8.tar.gz
Fading-3752410bb3c24fc2232e5f0c11e8ed1e73d754b8.zip
Create SVG from Tikz pictures
Diffstat (limited to '')
-rw-r--r--doc/poster/pictures/sketch.tex23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/poster/pictures/sketch.tex b/doc/poster/pictures/sketch.tex
new file mode 100644
index 0000000..44bb5ff
--- /dev/null
+++ b/doc/poster/pictures/sketch.tex
@@ -0,0 +1,23 @@
+\documentclass[tikz]{standalone}
+
+\usepackage{tikz} % Pretty drawings
+\usepackage{tikz-3dplot} % More dimensions!
+\usetikzlibrary{
+ external,
+ calc,
+ positioning,
+ backgrounds,
+ decorations.pathreplacing,
+ calligraphy,
+ decorations.markings,
+ matrix,
+ arrows,
+ patterns,
+}
+\pgfdeclarelayer{background}
+\pgfdeclarelayer{foreground}
+\pgfsetlayers{background,main,foreground}
+
+\begin{document}
+\include{tikz/multipath-sketch.tex}
+\end{document}