From 3752410bb3c24fc2232e5f0c11e8ed1e73d754b8 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Sun, 12 Dec 2021 17:05:16 +0100 Subject: Create SVG from Tikz pictures --- doc/poster/pictures/sketch.tex | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 doc/poster/pictures/sketch.tex (limited to 'doc/poster/pictures/sketch.tex') 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} -- cgit v1.2.1