diff options
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} |