mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-25 06:18:05 +02:00
adjusted colors
This commit is contained in:
parent
936e76e115
commit
be51ade19c
2 changed files with 7 additions and 6 deletions
Binary file not shown.
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
|
@ -10,17 +10,18 @@
|
||||||
\tkzDefPoint(60:5){X}
|
\tkzDefPoint(60:5){X}
|
||||||
\tkzDefPoint(150:5){Y}
|
\tkzDefPoint(150:5){Y}
|
||||||
|
|
||||||
\tkzDrawArc[color=black, thick, fill=gray!20](O,B)(A)
|
\tkzDrawArc[color=black, thick, fill=gray!10](O,B)(A)
|
||||||
|
|
||||||
% Avoid too long edges of polygon
|
% Avoid too long edges of polygon
|
||||||
\tkzClipPolygon(A,B,M,N)
|
\tkzClipPolygon(A,B,M,N)
|
||||||
\tkzClipCircle(O,B)
|
\tkzClipCircle(O,B)
|
||||||
|
|
||||||
\tkzDrawPolygon[fill=red,fill opacity=0.5](A,B,X)
|
% Draw polygons and mark right angle
|
||||||
\tkzMarkRightAngle(A,X,B)
|
\tkzDrawPolygon[fill=red,fill opacity=0.3](A,B,X)
|
||||||
|
\tkzMarkRightAngle[very thick](A,X,B)
|
||||||
|
|
||||||
\tkzDrawPolygon[fill=blue,fill opacity=0.5](A,B,Y)
|
\tkzDrawPolygon[fill=green,fill opacity=0.3](A,B,Y)
|
||||||
\tkzMarkRightAngle(A,Y,B)
|
\tkzMarkRightAngle[very thick](A,Y,B)
|
||||||
|
|
||||||
% lines should not colored
|
% lines should not colored
|
||||||
\tkzDrawPolygon(A,B,X)
|
\tkzDrawPolygon(A,B,X)
|
||||||
|
@ -28,4 +29,4 @@
|
||||||
|
|
||||||
\tkzDrawArc[color=black, thick](O,B)(A)
|
\tkzDrawArc[color=black, thick](O,B)(A)
|
||||||
\end{tikzpicture}
|
\end{tikzpicture}
|
||||||
\end{document}
|
\end{document}
|
Loading…
Add table
Add a link
Reference in a new issue