0f45e93ad46ac5a497e906e5f082a5d45c7d9f8e
[phd-thesis.git] / intro / tosd.tex
1 \documentclass[tikz]{standalone}
2 \usetikzlibrary{pie}
3 \begin{document}
4 \begin{tikzpicture}
5 \pie[%
6 color={red,violet,teal,blue},
7 explode={0.1},
8 hide number,
9 text=inside,
10 rotate=45,
11 radius=1.8,
12 ]{%
13 25/\textcolor{white}{UI},
14 25/\textcolor{white}{Tasks},
15 25/\textcolor{white}{UoD},
16 25/\textcolor{white}{SDS}
17 }
18 \node [draw,fill=yellow,circle]{Types};
19 \end{tikzpicture}
20 \end{document}