summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/graphics/trig.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-11-13 23:57:15 +0000
committerKarl Berry <karl@freefriends.org>2014-11-13 23:57:15 +0000
commit3e547f01cff20101db9b8b4b211fcf7adfe7191f (patch)
tree7862f83e052a0d1a178eaf30a08678eb901c39e3 /Master/texmf-dist/source/latex/graphics/trig.dtx
parente0056016e425d97e79d80fdee01acf4cd84c1d8d (diff)
latex2e (13nov14)
git-svn-id: svn://tug.org/texlive/trunk@35577 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/graphics/trig.dtx')
-rw-r--r--Master/texmf-dist/source/latex/graphics/trig.dtx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/graphics/trig.dtx b/Master/texmf-dist/source/latex/graphics/trig.dtx
index 05101136910..8fc2c845cdb 100644
--- a/Master/texmf-dist/source/latex/graphics/trig.dtx
+++ b/Master/texmf-dist/source/latex/graphics/trig.dtx
@@ -49,7 +49,7 @@
%
% These macros implement the trigonometric functions, sin, cos and tan.
% In each case two commands are defined. For instance the command
-% |\CalculateSin{33}| may be isued at some point, and then anywhere
+% |\CalculateSin{33}| may be issued at some point, and then anywhere
% later in the document, the command |\UseSin{33}| will return the
% decimal expansion of $\sin(33^\circ)$.
%
@@ -208,7 +208,7 @@
% \end{macro}
%
% \begin{macro}{\TG@reduce}
-% Repeatedly use one of the the relatations
+% Repeatedly use one of the the relations
% $\sin(x)=\sin(180-x)=\sin(-180-x)$ to get $x$ in the range $-90 \leq
% x\leq 90$. Then call |\TG@series|.
% \begin{macrocode}