aboutsummaryrefslogtreecommitdiff
path: root/images/qtikz-template.pgs
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2018-04-19 08:49:17 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2018-04-19 08:49:17 +0200
commiteb0cfce8013d4bfcd45cc1162cce865e655ac459 (patch)
treee3670a57713dd4d47da408d6e460ebbbbfe95b92 /images/qtikz-template.pgs
parent7496179380cc1012c44257336d9871a5864bfcc0 (diff)
downloadiot-workshop-eb0cfce8013d4bfcd45cc1162cce865e655ac459.tar.gz
iot-workshop-eb0cfce8013d4bfcd45cc1162cce865e655ac459.tar.bz2
iot-workshop-eb0cfce8013d4bfcd45cc1162cce865e655ac459.tar.xz
iot-workshop-eb0cfce8013d4bfcd45cc1162cce865e655ac459.zip
wip
Diffstat (limited to 'images/qtikz-template.pgs')
-rw-r--r--images/qtikz-template.pgs31
1 files changed, 31 insertions, 0 deletions
diff --git a/images/qtikz-template.pgs b/images/qtikz-template.pgs
new file mode 100644
index 0000000..34582f2
--- /dev/null
+++ b/images/qtikz-template.pgs
@@ -0,0 +1,31 @@
+\documentclass[preview]{standalone}
+\usepackage{blindtext}
+\usepackage[utf8]{inputenc}
+
+\usepackage{fontspec}
+\setsansfont{Verdana}
+
+\usepackage{tikz}
+
+\usetikzlibrary{arrows,
+decorations,
+decorations.pathmorphing,
+decorations.pathreplacing,
+decorations.text,
+backgrounds,
+fit,
+positioning,
+shapes.symbols,
+chains,
+shapes.geometric,
+shapes.arrows,
+angles,
+quotes,
+calc}
+
+\begin{document}
+
+<>
+
+\end{document}
+