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