aboutsummaryrefslogtreecommitdiff
path: root/shape.tex
diff options
context:
space:
mode:
Diffstat (limited to 'shape.tex')
-rw-r--r--shape.tex10
1 files changed, 9 insertions, 1 deletions
diff --git a/shape.tex b/shape.tex
index def5008..bcd3b0c 100644
--- a/shape.tex
+++ b/shape.tex
@@ -23,12 +23,14 @@
\node[stop2, name=two, below=4.5cm of one.west, anchor=west] {};
\node[stop3, name=three, below=4.5cm of two.west, anchor=west] {};
\node[stop4, name=four, below=4.5cm of three.west, anchor=west] {};
+ \node[stop5, name=five, below=4.5cm of four.west, anchor=west] {};
+ \node[stop6, name=six, below=4.5cm of five.west, anchor=west] {};
\draw[gray, thin]
(one.center) -- (two.one half) -- (three.one half) -- (four.one half)
(two.two half) -- (three.center) -- (four.two quarter)
(three.two half) -- (four.three quarter)
;
- \foreach\shape in {one,two,three,four} {
+ \foreach\shape in {one,two,three,four,five,six} {
\foreach\anchor/\placement in {%
% Custom anchors
one half/below,
@@ -43,6 +45,12 @@
north two half/right,
north two quarter/above left,
north three quarter/above right,
+ three sixth/above,
+ north three sixth/above,
+ south three sixth/below,
+ four sixth/above,
+ north four sixth/above,
+ south four sixth/below,
% Standard anchors
south/below,
north/above,