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