Package: pgf
Version: 1.09-1
Severity: important
An example taken from the manual (pg. 175) fails to compile (see below). I've
tried with other examples and I get similar errors.
! Package tikz Error: I do not know what to do with the option ``clockwise from
={0}''.
See the tikz package documentation for explanation.
Type H <return> for immediate help.
...
l.12 [clockwise from=0]
! Package tikz Error: I do not know what to do with the option ``sibling angle=
{60}''.
See the tikz package documentation for explanation.
Type H <return> for immediate help.
...
l.28 ...r=orange] { node[concept] {theoretical} };
! Package tikz Error: I do not know what to do with the option ``clockwise from
={90}''.
See the tikz package documentation for explanation.
Type H <return> for immediate help.
...
l.28 ...r=orange] { node[concept] {theoretical} };
! Package tikz Error: I do not know what to do with the option ``sibling angle=
{60}''.
See the tikz package documentation for explanation.
Type H <return> for immediate help.
...
l.28 ...r=orange] { node[concept] {theoretical} };
! Package tikz Error: I do not know what to do with the option ``clockwise from
={-30}''.
See the tikz package documentation for explanation.
Type H <return> for immediate help.
...
l.28 ...r=orange] { node[concept] {theoretical} };
! Package tikz Error: I do not know what to do with the option ``sibling angle=
{60}''.
See the tikz package documentation for explanation.
Type H <return> for immediate help.
...
l.28 ...r=orange] { node[concept] {theoretical} };
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{mindmap}
\begin{document}
\begin{tikzpicture}
\path[mindmap,concept color=black,text=white]
node[concept] {Computer Science}
[clockwise from=0]
child[concept color=green!50!black] {
node[concept] {practical}
[clockwise from=90]
child { node[concept] {algorithms} }
child { node[concept] {data structures} }
child { node[concept] {pro\-gramming languages} }
child { node[concept] {software engineer\-ing} }
}
child[concept color=blue] {
node[concept] {applied}
[clockwise from=-30]
child { node[concept] {databases} }
child { node[concept] {WWW} }
}
child[concept color=red] { node[concept] {technical} }
child[concept color=orange] { node[concept] {theoretical} };
\end{tikzpicture}
\end{document}
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (800, 'unstable'), (700, 'testing'), (50, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages pgf depends on:
ii latex-xcolor 2.09-1 Easy driver-independent TeX class
ii tetex-base 3.0.dfsg.3-1 Basic TeX input files of teTeX
pgf recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]