aboutsummaryrefslogtreecommitdiff
path: root/images/pp-template
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 /images/pp-template
parent83f6af8f26bd51844d5e83640e81d9d80dc467d4 (diff)
downloadiot-workshop-ndc-2018-f64b81fed9702c41af4cec14d91f38ce5ad3384e.tar.gz
iot-workshop-ndc-2018-f64b81fed9702c41af4cec14d91f38ce5ad3384e.tar.bz2
iot-workshop-ndc-2018-f64b81fed9702c41af4cec14d91f38ce5ad3384e.tar.xz
iot-workshop-ndc-2018-f64b81fed9702c41af4cec14d91f38ce5ad3384e.zip
o Moving everything under slides.
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}'