It may look too broad, but each time I want to draw something using tikz, it turns just into the hell, cause I always have to keep in mind all the coordinates I want. Well, for the square like this
\draw (0,0) -- (4,0) -- (4,4) -- (0,4) -- (0,0);
Thats not a problem, but for complicated things it is really difficult. Is not there a way to easier the work?
positioninglibrary? See https://tex.stackexchange.com/questions/69439 for example. There you can use\node[above right] (AnotherNode) {Text};– Dr. Manuel Kuehner Jun 11 '17 at 11:01cycleinstead of repeating the last point, although the reason shows up better with acute triangles. – John Kormylo Jun 11 '17 at 15:36