Stefan2902
02-04-2009, 20:15
Hallo,
ich erstelle eine Mindmap mit tikzpicture.
Der Code hierfür sieht wie folgt aus.
\begin{tikzpicture}
\path[mindmap,concept color=black,text=white]
node[concept] {Sourcing}
[clockwise from=0]
child[concept color=green!50!black] {
node[concept] {Location}
%[clockwise from=90]
child { node[concept] {Global Sourcing} }
child { node[concept] {Offshore Sourcing} }
child { node[concept] {Farshore Sourcing} }
child { node[concept] {Nearshore Sourcing} }
child { node[concept] {Onshore Sourcing} }
child { node[concept] {Onsite Sourcing} }
}
child[concept color=blue] {
node[concept] {Financial Dependencies}
%[clockwise from=-30]
child { node[concept] {Captive Outsourcing} }
child { node[concept] {Joint Venture} }
child { node[concept] {External Outsourcing} }
}
child[concept color=red] { node[concept] {Degree of external performance sourcing}
%[clockwise from=-30]
child { node[concept] {Total Outsourcing} }
child { node[concept] {Smart Outsourcing, Outtasking} }
child { node[concept] {Total Insourcing} }
}
child[concept color=orange] { node[concept] {Strategical Aspects}
%[clockwise from=-30]
child { node[concept] {Co-Sourcing} }
child { node[concept] {Transitional Outsourcing} }
child { node[concept] {Transformational Outsourcing} }
child { node[concept] {Value-added Outsourcing} }
}
child[concept color=brown] { node[concept] {Time-Scale Aspects}
%[clockwise from=-30]
child { node[concept] {Insourcing} }
child { node[concept] {Outsourcing} }
child { node[concept] {Backsourcing} }
}
child[concept color=yellow] { node[concept] {Number of Sourcing Partners}
%[clockwise from=-30]
child { node[concept] {Single Sourcing} }
child { node[concept] {Double Sourcing} }
child { node[concept] {Multi Sourcing} }
}
child[concept color=pink] { node[concept] {Degree of Business Orientation}
%[clockwise from=-30]
child { node[concept] {Infrastructure Outsourcing} }
child { node[concept] {Application Outsourcing} }
child { node[concept] {Business Process Outsourcing} }
child { node[concept] {Knowledge Process Outsourcing} }
}
;
\end{tikzpicture}
Leider ragt die Grafik ausserhalb meines Seitenrandes (Din A4 Hochformat). Ausserdem werden die Childnotes nicht immer symmetrisch um den Parentnode gruppiert.
Kennst einer von euch eine Möglichkeit die Grafik z.b. zu verkleinern und die Nodes symmetrisch zu gruppieren?
ich erstelle eine Mindmap mit tikzpicture.
Der Code hierfür sieht wie folgt aus.
\begin{tikzpicture}
\path[mindmap,concept color=black,text=white]
node[concept] {Sourcing}
[clockwise from=0]
child[concept color=green!50!black] {
node[concept] {Location}
%[clockwise from=90]
child { node[concept] {Global Sourcing} }
child { node[concept] {Offshore Sourcing} }
child { node[concept] {Farshore Sourcing} }
child { node[concept] {Nearshore Sourcing} }
child { node[concept] {Onshore Sourcing} }
child { node[concept] {Onsite Sourcing} }
}
child[concept color=blue] {
node[concept] {Financial Dependencies}
%[clockwise from=-30]
child { node[concept] {Captive Outsourcing} }
child { node[concept] {Joint Venture} }
child { node[concept] {External Outsourcing} }
}
child[concept color=red] { node[concept] {Degree of external performance sourcing}
%[clockwise from=-30]
child { node[concept] {Total Outsourcing} }
child { node[concept] {Smart Outsourcing, Outtasking} }
child { node[concept] {Total Insourcing} }
}
child[concept color=orange] { node[concept] {Strategical Aspects}
%[clockwise from=-30]
child { node[concept] {Co-Sourcing} }
child { node[concept] {Transitional Outsourcing} }
child { node[concept] {Transformational Outsourcing} }
child { node[concept] {Value-added Outsourcing} }
}
child[concept color=brown] { node[concept] {Time-Scale Aspects}
%[clockwise from=-30]
child { node[concept] {Insourcing} }
child { node[concept] {Outsourcing} }
child { node[concept] {Backsourcing} }
}
child[concept color=yellow] { node[concept] {Number of Sourcing Partners}
%[clockwise from=-30]
child { node[concept] {Single Sourcing} }
child { node[concept] {Double Sourcing} }
child { node[concept] {Multi Sourcing} }
}
child[concept color=pink] { node[concept] {Degree of Business Orientation}
%[clockwise from=-30]
child { node[concept] {Infrastructure Outsourcing} }
child { node[concept] {Application Outsourcing} }
child { node[concept] {Business Process Outsourcing} }
child { node[concept] {Knowledge Process Outsourcing} }
}
;
\end{tikzpicture}
Leider ragt die Grafik ausserhalb meines Seitenrandes (Din A4 Hochformat). Ausserdem werden die Childnotes nicht immer symmetrisch um den Parentnode gruppiert.
Kennst einer von euch eine Möglichkeit die Grafik z.b. zu verkleinern und die Nodes symmetrisch zu gruppieren?