X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=latex_mk%2Ftest%2Fsanposhojo%2Fq1_1.euk;fp=latex_mk%2Ftest%2Fsanposhojo%2Fq1_1.euk;h=204f06cec8772200d640f9255fd2bf16fff577e9;hb=119ed2bf50db8ad221b1fe82756259bebe2757e5;hp=0000000000000000000000000000000000000000;hpb=2430ec1742a4ce54fac53456dda513266fa685ed;p=makefiles.git diff --git a/latex_mk/test/sanposhojo/q1_1.euk b/latex_mk/test/sanposhojo/q1_1.euk new file mode 100644 index 0000000..204f06c --- /dev/null +++ b/latex_mk/test/sanposhojo/q1_1.euk @@ -0,0 +1,21 @@ +box -2,-2,18,8 +A B C triangle 13,5,12 +circum = circle(A, B, C) +D = center(circum) +crcl1 = incircle(A, B, C) +E = center(crcl1) +F = intersection(line(A.C), perpendicular(line(A.C), D)) +G = point(circum, arg(line(D.F)):) +H = midpoint(F.G) +crcl2 = circle(H, radius(crcl1)) +draw + (A.B.C) + circum 0: 180: + crcl1; crcl2 + A; B; C; D; E; F; G; H +end + +label + A, C, B right + A -90:; B -90:; C 0:; D -90:; E -90:; F 90:; G 90:; H 0: +end