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 | |
parent | eb0cfce8013d4bfcd45cc1162cce865e655ac459 (diff) | |
download | iot-workshop-a1035c3f39c0952e09571be076bf6a4cb2fb966c.tar.gz iot-workshop-a1035c3f39c0952e09571be076bf6a4cb2fb966c.tar.bz2 iot-workshop-a1035c3f39c0952e09571be076bf6a4cb2fb966c.tar.xz iot-workshop-a1035c3f39c0952e09571be076bf6a4cb2fb966c.zip |
wip
Diffstat (limited to 'images')
-rwxr-xr-x | images/pp-template | 18 | ||||
-rw-r--r-- | images/qtikz-template.pgs | 32 |
2 files changed, 34 insertions, 16 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} diff --git a/images/qtikz-template.pgs b/images/qtikz-template.pgs index 34582f2..b05f8ef 100644 --- a/images/qtikz-template.pgs +++ b/images/qtikz-template.pgs @@ -7,21 +7,23 @@ \usepackage{tikz} -\usetikzlibrary{arrows, -decorations, -decorations.pathmorphing, -decorations.pathreplacing, -decorations.text, -backgrounds, -fit, -positioning, -shapes.symbols, -chains, -shapes.geometric, -shapes.arrows, -angles, -quotes, -calc} +\usetikzlibrary{ + angles, + arrows, + backgrounds, + calc, + chains, + decorations, + decorations.pathmorphing, + decorations.pathreplacing, + decorations.text, + fit, + positioning, + quotes, + shapes.arrows, + shapes.geometric, + shapes.symbols, +} \begin{document} |