quotentoter
30-07-2009, 16:33
hallo community,
ich möchte gerne mit tikz ein diagramm erstellen, aber bei dem Beispiel
\begin{tikzpicture}[node distance=5mm and 5mm,
terminal/.style={
% The Shape:
rectangle,minimum size=6mm,rounded corners=3mm,
%The Rest:
very thick,draw=black!50,
top color=white,bottom color=black!20,
font=\ttfamily}]
\node (X) [terminal] {Umbruch};
\node (y) [terminal,right=of X] {y};
\end{tikzpicture}
kommt die Fehlermeldung
thesis.tex:417:Package PGF Math Error: Unknown function `of'. \node (y) [terminal,right=of X]
bis jetzt hab ich nur das paket tikz geladen ohne option.das beispiel ist aus dem pgfmanual. da finde ich leider keine hinweise warum das beispiel bei mir nicht funktioniert?
Vielen Dank und Grüsse
ich möchte gerne mit tikz ein diagramm erstellen, aber bei dem Beispiel
\begin{tikzpicture}[node distance=5mm and 5mm,
terminal/.style={
% The Shape:
rectangle,minimum size=6mm,rounded corners=3mm,
%The Rest:
very thick,draw=black!50,
top color=white,bottom color=black!20,
font=\ttfamily}]
\node (X) [terminal] {Umbruch};
\node (y) [terminal,right=of X] {y};
\end{tikzpicture}
kommt die Fehlermeldung
thesis.tex:417:Package PGF Math Error: Unknown function `of'. \node (y) [terminal,right=of X]
bis jetzt hab ich nur das paket tikz geladen ohne option.das beispiel ist aus dem pgfmanual. da finde ich leider keine hinweise warum das beispiel bei mir nicht funktioniert?
Vielen Dank und Grüsse