aboutsummaryrefslogtreecommitdiff
path: root/images/qtikz-template.pgs
diff options
context:
space:
mode:
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}
+