From e1e6029ed0c563038b5c22934eb1bae29def8e5b Mon Sep 17 00:00:00 2001 From: Emily Lotte Date: Sun, 30 Jun 2024 15:51:37 +0000 Subject: Add S-Bahn Rhein-Neckar --- shape.tex | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) (limited to 'shape.tex') diff --git a/shape.tex b/shape.tex index bcd3b0c..9227940 100644 --- a/shape.tex +++ b/shape.tex @@ -25,33 +25,39 @@ \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] {}; + \node[stop9, name=nine, below=4.5cm of six.west, anchor=west] {}; + \node[stop10, name=ten, below=4.5cm of nine.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,five,six} { + \foreach\shape in {one,two,three,four,five,six,nine,ten} { \foreach\anchor/\placement in {% % Custom anchors one half/below, two half/below, two quarter/above, three quarter/above, - south one half/left, - south two half/right, - south two quarter/below left, - south three quarter/below right, - north one half/left, - north two half/right, - north two quarter/above left, - north three quarter/above right, + % south one half/left, + % south two half/right, + % south two quarter/below left, + % south three quarter/below right, + % north one half/left, + % 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, + % north three sixth/above, + % south three sixth/below, four sixth/above, - north four sixth/above, - south four sixth/below, + % north four sixth/above, + % south four sixth/below, % Standard anchors + five tenth/above, + six tenth/above, + four eighth/above, + five eighth/above, south/below, north/above, west/left, -- cgit v1.2.3