summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/pst-math
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-12 23:46:03 +0000
committerKarl Berry <karl@freefriends.org>2006-01-12 23:46:03 +0000
commit873660d1a83ece926fe7206288dda9c36b349c1b (patch)
treea48f77125c309a355b5d0eb58d6b24446abe9d62 /Master/texmf-dist/tex/generic/pst-math
parent2939242967231097459df0fc3150fabc2f639111 (diff)
generic 1
git-svn-id: svn://tug.org/texlive/trunk@613 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/pst-math')
-rw-r--r--Master/texmf-dist/tex/generic/pst-math/pst-math.tex67
1 files changed, 67 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/generic/pst-math/pst-math.tex b/Master/texmf-dist/tex/generic/pst-math/pst-math.tex
new file mode 100644
index 00000000000..c7047acf789
--- /dev/null
+++ b/Master/texmf-dist/tex/generic/pst-math/pst-math.tex
@@ -0,0 +1,67 @@
+%%
+%% This is file `pst-math.tex',
+%%
+%% IMPORTANT NOTICE:
+%%
+%% Package `pst-math.tex'
+%%
+%% Christophe Jorssen <christophe.jorssen@libre.fr.invalid>
+%% ('libre' is the french word for 'free', to contact me)
+%%
+%% This program can be redistributed and/or modified under the terms
+%% of the LaTeX Project Public License Distributed from CTAN archives
+%% in directory CTAN:/macros/latex/base/lppl.txt.
+%%
+%% DESCRIPTION:
+%% `pst-math' is a PSTricks package to enhance math in PSTricks
+%%
+%%
+\def\RCS$#1: #2 ${\expandafter\def\csname RCS#1\endcsname{#2}}
+\RCS$Revision: 1.1 $ \RCS$Date: 2004-07-06 23:43:03+02 $
+
+\def\fileversion{0.2}
+
+\message{`pst-math' v\fileversion\space (Rev \RCSRevision, \RCSDate), C.Jorssen}
+
+\csname PSTmathLoaded\endcsname
+\let\PSTmathLoaded\endinput
+%
+% Require PSTricks
+%
+\ifx\PSTricksLoaded\endinput\else\input pstricks.tex\fi
+
+\ifx\DeclareNewPSOperator\undefined
+\else
+ \DeclareNewPSOperator{DegToRad}
+ \DeclareNewPSOperator{RadToDeg}
+ \DeclareNewPSOperator{COS}
+ \DeclareNewPSOperator{SIN}
+ \DeclareNewPSOperator{TAN}
+ \DeclareNewPSOperator{tan}
+ \DeclareNewPSOperator{ATAN}
+ \DeclareNewPSOperator{ACOS}
+ \DeclareNewPSOperator{acos}
+ \DeclareNewPSOperator{ASIN}
+ \DeclareNewPSOperator{asin}
+ \DeclareNewPSOperator{EXP}
+ \DeclareNewPSOperator{COSH}
+ \DeclareNewPSOperator{SINH}
+ \DeclareNewPSOperator{TANH}
+ \DeclareNewPSOperator{ACOSH}
+ \DeclareNewPSOperator{ASINH}
+ \DeclareNewPSOperator{ATANH}
+ \DeclareNewPSOperator{SINC}
+ \DeclareNewPSOperator{GAUSS}
+ \DeclareNewPSOperator{GAMMALN}
+ \DeclareNewPSOperator{BETA}
+ \DeclareNewPSOperator{BESSEL_J0}
+ \DeclareNewPSOperator{BESSEL_Y0}
+ \DeclareNewPSOperator{BESSEL_J1}
+ \DeclareNewPSOperator{BESSEL_Y1}
+\fi
+
+\pstheader{pst-math.pro}
+%
+\def\pstPI#1{\ifcase#1\or3.141593\or1.570796\or1.047198\fi}
+%
+\endinput