diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2018-04-20 09:44:25 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2018-04-20 09:53:27 +0200 |
commit | a1035c3f39c0952e09571be076bf6a4cb2fb966c (patch) | |
tree | f3859fac3328b4d722f2d14a2c28ef0d2a142180 /images/pp-template | |
parent | eb0cfce8013d4bfcd45cc1162cce865e655ac459 (diff) | |
download | iot-workshop-ndc-2018-a1035c3f39c0952e09571be076bf6a4cb2fb966c.tar.gz iot-workshop-ndc-2018-a1035c3f39c0952e09571be076bf6a4cb2fb966c.tar.bz2 iot-workshop-ndc-2018-a1035c3f39c0952e09571be076bf6a4cb2fb966c.tar.xz iot-workshop-ndc-2018-a1035c3f39c0952e09571be076bf6a4cb2fb966c.zip |
wip
Diffstat (limited to 'images/pp-template')
-rwxr-xr-x | images/pp-template | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/images/pp-template b/images/pp-template index 33fa981..8021025 100755 --- a/images/pp-template +++ b/images/pp-template @@ -3,7 +3,23 @@ echo '\documentclass[preview]{standalone} \usepackage{blindtext} \usepackage[utf8]{inputenc} \usepackage{tikz} -\usetikzlibrary{arrows,decorations.pathmorphing,backgrounds,fit,positioning,shapes.symbols,chains,shapes.geometric,shapes.arrows,calc} +\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} |