3 Jan 14:31
Re: Mindmaps problems
Till Tantau <tantau <at> tcs.uni-luebeck.de>
2007-01-03 13:31:18 GMT
2007-01-03 13:31:18 GMT
Hi all,
you need to include the trees library. This library defines the
sibling angle and clockwise from stuff.
Best regards,
Till
Am 03.01.2007 um 14:16 schrieb Agustin E. Bolzan:
> Dear tikz users,
>
> I was trying to use the mindmap library and started testing the
> following simple examples from the manual:
>
> The first one:
>
> \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} }
(Continue reading)
RSS Feed