22 Dec 13:17
Errors using the example from TikZ manual
Bernhard Kleine <bernhard.kleine <at> gmx.net>
2011-12-22 12:17:00 GMT
2011-12-22 12:17:00 GMT
Hi,
with the following code I encounter errors for unknown reasons. The
tutorial pages are 46-48 where the code is taken from.
As I get only digests from this list, please put myself in CC that I get
any reply faster.
Bernhard
\begin{document}
\maketitle
\begin{tikzpicture}
[transition/.style={rectangle,draw=black!50,fill=black!05,thick,inner
sep=0pt,minimum size=10mm}]
\node at (0,9) [transition] (startleft) {1};
\node at (1,9) [transition] (startmiddle) {};
\node at (2,9) [transition] (startright) {};
\node at (1,6) [transition] (nextleft) {1}
edge [<-] (startmiddle);
\node at (2,6) [transition] (nextmiddle) {L};
\node at (3,6) [transition] (nextright) {R};
\end{tikzpicture}
\\[5mm]
(Continue reading)
RSS Feed