von Herr T. » Mi 1. Mai 2013, 11:27
Hallo Latex Freunde,
ich habe folgendes Baumdiagramm erstellt und möchte gern wissen wie ich die senkrechten Striche seitlich verschieben kann. ...sie sollen an der linken Seite starten!...????????
\begin{center}
\begin{tikzpicture}[
kestchen/.style={top color=white, bottom color=yellow!15, rectangle, draw=black, align=center},
left/.style={grow=down,xshift=1em,anchor=west,
edge from parent path={(\tikzparentnode.south) |- (\tikzchildnode.west)},
->,draw,>=latex},
first/.style={level distance=7ex},
second/.style={level distance=12ex},
third/.style={level distance=17ex},
]
\node[kestchen]{Mehrphasenmodelle}
child[level distance=8ex,sibling distance=75mm,edge from parent/.style={->,draw,>=latex}]
{node[kestchen]{disperse\\ Mehrphasensysteme}
child[left,first] {node[kestchen]{Algebraic Slip Modell}}
child[left,second] {node[kestchen]{Euler Euler Modell}}
child[left,third] {node[kestchen]{Granulare Phasen}}
}
child[level distance=8ex,sibling distance=75mm,edge from parent/.style={->,draw,>=latex}]
{node[kestchen] {separierte\\ Mehrphasenströmungen}
child[left,first] {node[kestchen]{Volume of Fluid Modell}}
}
;
\end{tikzpicture}
\end{center}
Hallo Latex Freunde,
ich habe folgendes Baumdiagramm erstellt und möchte gern wissen wie ich die senkrechten Striche seitlich verschieben kann. ...sie sollen an der linken Seite starten!...????????
\begin{center}
\begin{tikzpicture}[
kestchen/.style={top color=white, bottom color=yellow!15, rectangle, draw=black, align=center},
left/.style={grow=down,xshift=1em,anchor=west,
edge from parent path={(\tikzparentnode.south) |- (\tikzchildnode.west)},
->,draw,>=latex},
first/.style={level distance=7ex},
second/.style={level distance=12ex},
third/.style={level distance=17ex},
]
\node[kestchen]{Mehrphasenmodelle}
child[level distance=8ex,sibling distance=75mm,edge from parent/.style={->,draw,>=latex}]
{node[kestchen]{disperse\\ Mehrphasensysteme}
child[left,first] {node[kestchen]{Algebraic Slip Modell}}
child[left,second] {node[kestchen]{Euler Euler Modell}}
child[left,third] {node[kestchen]{Granulare Phasen}}
}
child[level distance=8ex,sibling distance=75mm,edge from parent/.style={->,draw,>=latex}]
{node[kestchen] {separierte\\ Mehrphasenströmungen}
child[left,first] {node[kestchen]{Volume of Fluid Modell}}
}
;
\end{tikzpicture}
\end{center}