2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-25 14:28:05 +02:00

adjusted colors

This commit is contained in:
Martin Thoma 2014-10-20 21:06:24 +02:00
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

Before After
Before After

View file

@ -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)