|
@@ -30,18 +30,18 @@
|
30
|
30
|
\begin{center}
|
31
|
31
|
\begin{tikzpicture}[scale=3]
|
32
|
32
|
|
33
|
|
-\newcounter{aKuchB}
|
34
|
|
-\newcounter{bKuchB}
|
|
33
|
+\newcounter{aKuchBnp}
|
|
34
|
+\newcounter{bKuchBnp}
|
35
|
35
|
\foreach \p/\f/\t in {
|
36
|
36
|
20/{\color{blue}36\degre{}}/{\color{blue}Lenovo},
|
37
|
37
|
30/{\color{red}40\%}/{\color{red}Apple},
|
38
|
38
|
32/{\color{green}112 P.}/{\color{green}HP},
|
39
|
39
|
18/???/andere}
|
40
|
40
|
{
|
41
|
|
- \setcounter{aKuchB}{\value{bKuchB}}
|
42
|
|
- \addtocounter{bKuchB}{\p}
|
43
|
|
- \slice{\theaKuchB/100*360}
|
44
|
|
- {\thebKuchB/100*360}
|
|
41
|
+ \setcounter{aKuchBnp}{\value{bKuchBnp}}
|
|
42
|
+ \addtocounter{bKuchBnp}{\p}
|
|
43
|
+ \slice{\theaKuchBnp/100*360}
|
|
44
|
+ {\thebKuchBnp/100*360}
|
45
|
45
|
{\p}{\f}{\t}
|
46
|
46
|
}
|
47
|
47
|
|