From 21931e0b497d6d49eefeeeac2d8868bd604676ad Mon Sep 17 00:00:00 2001 From: Aada Date: Thu, 20 Jun 2024 13:35:01 +0200 Subject: Add more anchors --- shape.tex | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'shape.tex') 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, -- cgit v1.2.3