@@ -9,7 +9,7 @@ \chapter{三角関数}
99 --(C)node[midway,right=5pt]{$ \sin \theta $ }--cycle node[midway, above left=5pt]{1};
1010 \draw (P)--($ (A)!(P)!(B)$ );
1111 \draw (P)--($ (B)!(P)!(C)$ );
12- \draw (0.3,0)arc(0:{atan(4/3)}:0.3)node[midway , above right]{$ \theta $ };
12+ \draw (0.3,0)arc(0:{atan(4/3)}:0.3)node[pos=0.2 , above right]{$ \theta $ };
1313 \draw [decorate, decoration={brace, mirror, raise=4pt}](A)--(B);
1414 \draw [decorate, decoration={brace, mirror, raise=4pt}](B)--(C);
1515 \draw [decorate, decoration={brace, mirror, raise=4pt}](C)--(A);
@@ -35,14 +35,14 @@ \chapter{三角関数}
3535 \draw [->] (-2.5,0)--(2.5,0);
3636 \draw [->] (0,-2.5)--(0,2.5);
3737 \draw (0,0)circle[radius=2];
38- \draw [-Stealth](0.5,0) arc(0:\a :0.5);
39- \ node [above, font=\small ]at(0.6,0) {$ \theta $ };
38+ \draw [-Stealth](0.5,0) arc(0:\a :0.5)
39+ node[pos=0.2, above right , font=\small ]{$ \theta $ };
4040 \draw (0,0)--(\a :2);
4141 \draw [-Stealth](0.3,0) arc(0:180-\a :0.3);
4242 \node [above, font=\small ]at(-0.1,0.3){$ \pi -\theta $ };
4343 \draw (0,0)--(180-\a :2);
44- \draw [-stealth](0.4,0) arc(0:-\a :0.4);
45- \ node [below, font=\small ]at(0.55,0.1) {$ -\theta $ };
44+ \draw [-stealth](0.4,0) arc(0:-\a :0.4)
45+ node[pos=0.2, below right , font=\small ]{$ -\theta $ };
4646 \draw (0,0)--(-\a :2);
4747 \draw [dashed](\a :2)--(-\a :2);
4848 \draw [dashed](\a :2)--(180-\a :2);
0 commit comments