diff --git a/build/trees1.pdf b/build/trees1.pdf index 6e26114..b90f559 100644 Binary files a/build/trees1.pdf and b/build/trees1.pdf differ diff --git a/trees1.tex b/trees1.tex index 8867731..157dd97 100644 --- a/trees1.tex +++ b/trees1.tex @@ -1,4 +1,4 @@ -\documentclass[border=0.5cm]{standalone} +\documentclass[border=0.3cm]{standalone} \usepackage{tikz} \usetikzlibrary{shapes.geometric, arrows} \tikzstyle{block} = [rectangle, rounded corners, minimum width=3cm, minimum height=1cm,text centered, draw=red, fill=white] @@ -9,7 +9,8 @@ \node (stop) [block, below of=start] {Stop}; \node (other) [block, right of=stop, xshift=2cm] {Other}; \draw [arrow] (start) -- (stop); -\draw [arrow] (start) -- (other); +\draw [arrow] (start) -| (other); +\draw [arrow] (other) -- (stop); \end{tikzpicture} \end{document}