aboutsummaryrefslogtreecommitdiff
path: root/images/pp-template
diff options
context:
space:
mode:
Diffstat (limited to 'images/pp-template')
-rwxr-xr-ximages/pp-template28
1 files changed, 0 insertions, 28 deletions
diff --git a/images/pp-template b/images/pp-template
deleted file mode 100755
index 8021025..0000000
--- a/images/pp-template
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/bin/bash
-echo '\documentclass[preview]{standalone}
-\usepackage{blindtext}
-\usepackage[utf8]{inputenc}
-\usepackage{tikz}
-\usetikzlibrary{
- angles,
- arrows,
- backgrounds,
- calc,
- chains,
- decorations,
- decorations.pathmorphing,
- decorations.pathreplacing,
- decorations.text,
- fit,
- positioning,
- quotes,
- shapes.arrows,
- shapes.geometric,
- shapes.symbols,
-}
-
-\usepackage{fontspec}
-\setsansfont{Verdana}
-\begin{document}'
-cat -
-echo '\end{document}'