*.dファイルへ出力する$(COMPILES.tex)の内容を変更
[makefiles.git] / latex_mk / sample / sanposhojo / q1_1.euk
1 box -2,-2,18,8
2 A B C triangle 13,5,12
3 circum = circle(A, B, C)
4 D = center(circum)
5 crcl1 = incircle(A, B, C)
6 E = center(crcl1)
7 F = intersection(line(A.C), perpendicular(line(A.C), D))
8 G = point(circum, arg(line(D.F)):)
9 H = midpoint(F.G)
10 crcl2 = circle(H, radius(crcl1))
11 draw
12   (A.B.C)
13   circum 0: 180:
14   crcl1; crcl2
15   A; B; C; D; E; F; G; H
16 end
17
18 label
19   A, C, B right
20   A -90:; B -90:; C 0:; D -90:; E -90:; F 90:; G 90:; H 0:
21 end