von Konz1 » Mi 25. Okt 2017, 08:57
Hallo zusammen! =)
Ich versuche es mal mit einem Minimalbeispiel aus dem o.g. Link.
% A simple Tree
% Author: Stefan Kottwitz
% https://www.packtpub.com/hardware-and-creative/latex-cookbook
\documentclass[border=10pt]{standalone}
%%%<
\usepackage{verbatim}
%%%>
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}[sibling distance=10em,
every node/.style = {shape=rectangle, rounded corners,
draw, align=center,
top color=white, bottom color=white}]]
\node {A2}
child { node {A3} }
child { node {A4} }
child { node {A5}
child { node {A6} }
child { node {first left,\\centered,\\last right} } };
\end{tikzpicture}
\end{document}
So ganz funktioniert es leider nicht.
Insbesondere:
- die Ordnung der Kästen passt nicht,
- ich bekomme keine Beschriftung der Pfeile hin,
- ich bekomme keine "Pfeilspitzen" hin.
Ich hoffe, Ihr könnt mir bitte helfen. =)
Lieben Dank vorab!
LG,
Laura
Hallo zusammen! =)
Ich versuche es mal mit einem Minimalbeispiel aus dem o.g. Link.
[code]% A simple Tree
% Author: Stefan Kottwitz
% https://www.packtpub.com/hardware-and-creative/latex-cookbook
\documentclass[border=10pt]{standalone}
%%%<
\usepackage{verbatim}
%%%>
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}[sibling distance=10em,
every node/.style = {shape=rectangle, rounded corners,
draw, align=center,
top color=white, bottom color=white}]]
\node {A2}
child { node {A3} }
child { node {A4} }
child { node {A5}
child { node {A6} }
child { node {first left,\\centered,\\last right} } };
\end{tikzpicture}
\end{document}[/code]
So ganz funktioniert es leider nicht.
Insbesondere:
- die Ordnung der Kästen passt nicht,
- ich bekomme keine Beschriftung der Pfeile hin,
- ich bekomme keine "Pfeilspitzen" hin.
Ich hoffe, Ihr könnt mir bitte helfen. =)
Lieben Dank vorab!
LG,
Laura