Hi,
I'm trying to use some tikz mindmaps in beamer frames. But the result is too big to fit the frame. Is there any way how to scale down the picture.
Example:
\begin{tikzpicture}
\path[mindmap,concept color=black,text=white]
node[concept] {{Your Staff}}
[clockwise from=90]
child[concept color=green!50!black] {node[concept] {1. Collect}}
child[concept color=blue] {node[concept] {2...
2009-06-01 18:43:29 UTC in The LaTeX Beamer Class