« Return to Thread: Distance between nodes

Distance between nodes

by Stefan Mayer-2 :: Rate this Message:

Reply to Author | View in Thread

Hi,

why is the distance of the last node different from the nodes before?
I thought the node distance=5em should control the distance?

Regards,
Stefan

\documentclass{article}

\usepackage{tikz}

\begin{document}
\begin{tikzpicture}[
standard/.style={fill=blue!25,rounded corners,text width=10em,node
distance=5em}
]
\node[standard] (1) {Literaturrecherche, Einbetten der Arbeit in
theoretischen Kontext};

\node[standard] (2) [below of=1] {Ableitung von Forschungsfragen und
Hypothesen};

\node[standard] (3) [below of=2] {Methoden: Versuchsplanung,
Operationalisierung, Mess- \& Testtherorie};

\node[standard] (4) [below of=3] {Auswertung: Datenanalyse,
Signifikanzprüfung};

\node[standard] (5) [below of=4] {Transparenz der Interpretation};
\end{tikzpicture}
\end{document}

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
pgf-users mailing list
pgf-users@...
https://lists.sourceforge.net/lists/listinfo/pgf-users

 « Return to Thread: Distance between nodes