Your message dated Fri, 9 May 2014 22:55:34 +0200
with message-id <20140509205534.GA6220@PC17>
and subject line Re: Bug#395471: pgf: mindmap library not working
has caused the Debian Bug report #395471,
regarding pgf: mindmap library not working
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
395471: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=395471
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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: LANG=it_IT@euro, LC_CTYPE=it_IT@euro (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


--- End Message ---
--- Begin Message ---
On 27.10.06 Mattia Monga ([email protected]) wrote:

Hi,

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=395471

> 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}''.
> 
As found out this was never a bug, but a missing tikzlibrary.

-> Closing.

Hiimar
-- 
sigmentation fault

--- End Message ---

Reply via email to