aboutsummaryrefslogtreecommitdiff
path: root/slides/images/qtikz-template.pgs
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2018-04-24 09:23:08 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2018-04-24 09:23:08 +0200
commitf64b81fed9702c41af4cec14d91f38ce5ad3384e (patch)
tree63e91bbcd80c75f2239e7313284fcc9b1f42f22d /slides/images/qtikz-template.pgs
parent83f6af8f26bd51844d5e83640e81d9d80dc467d4 (diff)
downloadiot-workshop-f64b81fed9702c41af4cec14d91f38ce5ad3384e.tar.gz
iot-workshop-f64b81fed9702c41af4cec14d91f38ce5ad3384e.tar.bz2
iot-workshop-f64b81fed9702c41af4cec14d91f38ce5ad3384e.tar.xz
iot-workshop-f64b81fed9702c41af4cec14d91f38ce5ad3384e.zip
o Moving everything under slides.
Diffstat (limited to 'slides/images/qtikz-template.pgs')
-rw-r--r--slides/images/qtikz-template.pgs33
1 files changed, 33 insertions, 0 deletions
diff --git a/slides/images/qtikz-template.pgs b/slides/images/qtikz-template.pgs
new file mode 100644
index 0000000..b05f8ef
--- /dev/null
+++ b/slides/images/qtikz-template.pgs
@@ -0,0 +1,33 @@
+\documentclass[preview]{standalone}
+\usepackage{blindtext}
+\usepackage[utf8]{inputenc}
+
+\usepackage{fontspec}
+\setsansfont{Verdana}
+
+\usepackage{tikz}
+
+\usetikzlibrary{
+ angles,
+ arrows,
+ backgrounds,
+ calc,
+ chains,
+ decorations,
+ decorations.pathmorphing,
+ decorations.pathreplacing,
+ decorations.text,
+ fit,
+ positioning,
+ quotes,
+ shapes.arrows,
+ shapes.geometric,
+ shapes.symbols,
+}
+
+\begin{document}
+
+<>
+
+\end{document}
+