summaryrefslogtreecommitdiff
path: root/info/mathtrip/src/angle.sty
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-10-02 03:04:14 +0000
committerNorbert Preining <norbert@preining.info>2022-10-02 03:04:14 +0000
commit097f244236b682cc77c6ecf25be4150091d8daf9 (patch)
tree26998e72d2b56a87033d9fb72923258fc93ebe53 /info/mathtrip/src/angle.sty
parent4043e29dc8ac56047ac45f872a2ea1f3031b6b05 (diff)
CTAN sync 202210020304
Diffstat (limited to 'info/mathtrip/src/angle.sty')
-rw-r--r--info/mathtrip/src/angle.sty26
1 files changed, 26 insertions, 0 deletions
diff --git a/info/mathtrip/src/angle.sty b/info/mathtrip/src/angle.sty
new file mode 100644
index 0000000000..fa16d225b0
--- /dev/null
+++ b/info/mathtrip/src/angle.sty
@@ -0,0 +1,26 @@
+%This package is used to draw the figure of an angle with
+%
+%It accept 3 options (pstricks,tikz and inclusion) to determine how
+%the drawing should be done.
+
+\newbox\AngleBox
+
+%Value (in degrees) of the theta angle shown in the trigonometric
+%circle (in page 4) and in the three point angle in page 5.
+\providecommand\ThetaAngle{35}
+
+\ifcase\DrawMethod
+ %TikZ
+ %length of the base of the angle.
+ \newlength{\anglebase}
+ %and the length of the other side of the angle
+ \newlength{\angleside}
+
+ %Radius of the circle for drwaing a point
+ \newlength{\PointRadius}
+\or
+ %Inclusion
+ \relax
+\else
+ \relax
+\fi