Vielleicht so:
Code:
\documentclass[draft]{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{tikz}
\usetikzlibrary{mindmap}
\begin{document}
\begin{figure}
\centering
\begin{tikzpicture}
[scale=.8,transform shape,mindmap,text=white,concept color=black,
every node/.style={concept},
level 1 concept/.append style={sibling angle=45,font=\small},
level 2 concept/.append style={sibling angle=40,font=\tiny}]
\node {Sourcing} [clockwise from=0]
child[concept color=green!50!black] {
node at (90:2) {Location} [clockwise from=90]
child { node {Global Sourcing} }
child { node {Offshore Sourcing} }
child { node {Farshore Sourcing} }
child { node {Nearshore Sourcing} }
child { node {Onshore Sourcing} }
child { node {Onsite Sourcing} }
}
child[concept color=yellow] {
node {Number of Sourcing Partners} [clockwise from=0]
child { node {Single Sourcing} }
child { node {Double Sourcing} }
child { node {Multi Sourcing} }
}
child[concept color=brown] {
node {Time-Scale Aspects} [clockwise from=-45]
child { node {Insourcing} }
child { node {Outsourcing} }
child { node {Backsourcing} }
}
child[concept color=orange] {
node {Strategical Aspects} [clockwise from=-90]
child { node {Co-Sourcing} }
child { node {Transitional Outsourcing} }
child { node {Transforma\-tional Out\-sourcing} }
child { node {Value-added Outsourcing} }
}
child[concept color=red] {
node {Degree of external performance sourcing} [clockwise from=200]
child { node {Total Outsourcing} }
child { node {Smart Outsourcing, Outtasking} }
child { node {Total Insourcing} }
}
child[concept color=blue] {
node {Financial Dependencies} [clockwise from=150]
child { node {Captive Outsourcing} }
child { node {Joint Venture} }
child { node {External Outsourcing} }
}
child[concept color=pink] {
node {Degree of Business Orientation} [clockwise from=90]
child { node {Infrastruc\-ture Out\-sourcing} }
child { node {Application Outsourcing} }
child { node {Business Process Outsourcing} }
child { node {Knowledge Process Outsourcing} }
};
\end{tikzpicture}
\caption{Mindmap}
\end{figure}
\end{document}
Irgendwie haut mich die mindmap insgesamt nicht so vom Hocker.
(Edit: Also die TikZ-Library, nicht deine.
)
Netter Link dazu: http://www.statistiker-wg.de/pgf/tutorials/mindmap.htm
Gruß
Marc
Lesezeichen