1 Apr 2007 17:03
minmap and beamer
Adrian Green <harvardsommer <at> gmx.net>
2007-04-01 15:03:48 GMT
2007-04-01 15:03:48 GMT
Hi,
I'd like to use a mindmap on a beamer slide, just a node and three
children. While it is easy to generate the node/children, the picture as
a whole is slighly too large to fit on the slide. Yet I haven't been
able to find a option to 'scale' the mindmap picture or two decrease the
size of the central node. Any advice would be greatly appreciated.
minimal example:
\documentclass{beamer}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usetheme{AnnArbor}
\usepackage{tikz}
\usetikzlibrary{mindmap,trees}
\begin{document}
\begin{frame}
\frametitle{Text goes here}
\tikzstyle{every annotation}=[fill=black!20]
\begin{tikzpicture}
\path[mindmap,concept color=blue,text=white]
node[concept]{Text}
[clockwise from=330]
child[concept color=green!50!black]{%
node[concept](trans){trans}}
child[concept color=red!50!black]{%
node[concept](viral){viral}}
(Continue reading)
RSS Feed