diff options
author | Norbert Preining <preining@logic.at> | 2014-07-31 12:39:05 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2014-07-31 12:39:05 +0000 |
commit | a28ea11a38e0166d492eebfa724103ec32f21cd6 (patch) | |
tree | 9d88e09d6a20d640b34a1e9f548f50cf95e2bac7 /Master | |
parent | 521e1da4472a1ab26f9ea75257014e29d19f502b (diff) |
pst-math (31Jul)
git-svn-id: svn://tug.org/texlive/trunk@34786 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-math/Changes | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-math/pst-math-doc.pdf | bin | 201046 -> 208365 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-math/pst-math-doc.tex | 14 | ||||
-rw-r--r-- | Master/texmf-dist/dvips/pst-math/pst-math.pro | 7 | ||||
-rw-r--r-- | Master/texmf-dist/source/generic/pst-math/Makefile | 69 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/pst-math/pst-math.tex | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/pst-math/pst-math.sty | 4 |
7 files changed, 20 insertions, 82 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-math/Changes b/Master/texmf-dist/doc/generic/pst-math/Changes index 7e4617fabe8..14b9fe45432 100644 --- a/Master/texmf-dist/doc/generic/pst-math/Changes +++ b/Master/texmf-dist/doc/generic/pst-math/Changes @@ -1,4 +1,5 @@ ..... pst-math.pro +0.63 2014-07-30 - added the arc secans functions 0.61 2010-10-02 - moved vasicek into pst-func to make the probability available as parameter 0.6 2010-09-29 - added the inverse normal function @@ -12,6 +13,3 @@ ..... pst-math.sty - -..... pst-math.tex -0.23 2009-08-27 define \pstPi# on TeX level diff --git a/Master/texmf-dist/doc/generic/pst-math/pst-math-doc.pdf b/Master/texmf-dist/doc/generic/pst-math/pst-math-doc.pdf Binary files differindex 52313f6a5f0..f477e992aa9 100644 --- a/Master/texmf-dist/doc/generic/pst-math/pst-math-doc.pdf +++ b/Master/texmf-dist/doc/generic/pst-math/pst-math-doc.pdf diff --git a/Master/texmf-dist/doc/generic/pst-math/pst-math-doc.tex b/Master/texmf-dist/doc/generic/pst-math/pst-math-doc.tex index d5f1f1c4330..6e8b69f283d 100644 --- a/Master/texmf-dist/doc/generic/pst-math/pst-math-doc.tex +++ b/Master/texmf-dist/doc/generic/pst-math/pst-math-doc.tex @@ -118,7 +118,9 @@ operators \Lps{ACOS}, \Lps{ASIN} and \Lps{ATAN} defined by \emph{Stack} & \emph{Operator} & \emph{Result} & \emph{Description} \\\hline num & \Lps{ACOS} & angle & Return \Index{arccosine} of \textsf{num} in radians \\ num & \Lps{ASIN} & angle & Return \Index{arcsine} of \textsf{num} in radians \\ -num & \Lps{ATAN} & angle & Return \Index{arctangent} of \textsf{num} in radians \\\hline +num & \Lps{ATAN} & angle & Return \Index{arctangent} of \textsf{num} in radians \\ +num & \Lps{ASEC} & angle & Return \Index{arcsecans} of \textsf{num} in radians \\ +num & \Lps{ACSC} & angle & Return \Index{arccosecans} of \textsf{num} in radians \\\hline \end{tabular} \end{center} @@ -134,11 +136,17 @@ argument on the stack. \psaxes[labels=x,Dy=\pstPI2]{->}(0,0)(-5,-2)(5,4) \uput[0](!0 PI){$\pi$} \uput[0](!0 PI 2 div){$\frac{\pi}2$} \uput[0](!0 PI 2 div neg){$-\frac{\pi}2$} -\psplot[linewidth=1.5pt,linecolor=blue]{-1}{1}{x ACOS} \psplot[linecolor=red]{-1}{1}{x ASIN} -\psplot[linewidth=1.5pt,linecolor=green]{-5}{5}{x ATAN} +\psset{linewidth=1.5pt,yMaxValue=4} +\psplot[linecolor=blue]{-1}{1}{x ACOS} \psplot[linecolor=red]{-1}{1}{x ASIN} +\psplot[linecolor=green]{-5}{5}{x ATAN} +\psplot[linestyle=dashed,linecolor=cyan,arrows=-*]{-5}{-1}{x ASEC} +\psplot[linestyle=dashed,linecolor=cyan,arrows=*-]{1}{5}{x ASEC} +\psplot[linestyle=dashed,linecolor=magenta,arrows=-*]{-5}{-1}{x ACSC} +\psplot[linestyle=dashed,linecolor=magenta,arrows=*-]{1}{5}{x ACSC} \end{pspicture} \end{LTXexample} +\clearpage \section{Hyperbolic trigonometry} \LPack{pst-math} introduces hyperbolic trigonometric postscript operators diff --git a/Master/texmf-dist/dvips/pst-math/pst-math.pro b/Master/texmf-dist/dvips/pst-math/pst-math.pro index cf2f7d21168..c5e2c1b03e1 100644 --- a/Master/texmf-dist/dvips/pst-math/pst-math.pro +++ b/Master/texmf-dist/dvips/pst-math/pst-math.pro @@ -3,9 +3,8 @@ % % Author : Christophe JORSSEN % Author : Herbert Voß <hvoss@tug.org> -% Created the : Sat 20 March 2004 -% Last Mod : $Date: 2010/10/02 $ -% Version : 0.62 $ +% Last Mod : $Date: 2014/07/30 $ +% Version : 0.63 $ % /PI 3.14159265359 def /ENeperian 2.71828182846 def @@ -20,8 +19,10 @@ /ATAN {neg -1 atan 180 sub DegToRad} bind def /ACOS {dup dup mul neg 1 add sqrt exch atan DegToRad} bind def /acos {dup dup mul neg 1 add sqrt exch atan} bind def +/ASEC {1 exch Div ACOS} bind def /ASIN {neg dup dup mul neg 1 add sqrt neg atan 180 sub DegToRad} bind def /asin {neg dup dup mul neg 1 add sqrt neg atan 180 sub} bind def +/ACSC {1 exch Div ASIN} bind def % /EXP {ENeperian exch exp} bind def % diff --git a/Master/texmf-dist/source/generic/pst-math/Makefile b/Master/texmf-dist/source/generic/pst-math/Makefile deleted file mode 100644 index d43113f5ddc..00000000000 --- a/Master/texmf-dist/source/generic/pst-math/Makefile +++ /dev/null @@ -1,69 +0,0 @@ -# `Makefile' for `pst-func.pdf', hv, 2006/08/11 - -.SUFFIXES : .tex .ltx .dvi .ps .pdf .eps - -PACKAGE = pst-math - -MAIN = $(PACKAGE)-doc - -LATEX = latex - -ARCHNAME = $(MAIN)-$(shell date +%y%m%d) - -ARCHFILES = $(PACKAGE).sty $(PACKAGE).tex $(PACKAGE).pro $(MAIN).tex README Changes Makefile - -TDS = ~/PSTricks/PSTricks-TDS - -all : doc clean tds clean -doc: $(MAIN).pdf - -$(MAIN).pdf : $(MAIN).ps - GS_OPTIONS=-dAutoRotatePages=/None ps2pdf $< - -$(MAIN).ps : $(MAIN).dvi - dvips $< - -$(MAIN).dvi : $(MAIN).tex - $(LATEX) $< - $(LATEX) $< - if ! test -f $(basename $<).glo ; then touch $(basename $<).glo; fi - if ! test -f $(basename $<).idx ; then touch $(basename $<).idx; fi - makeindex -s gglo.ist -t $(basename $<).glg -o $(basename $<).gls \ - $(basename $<).glo - makeindex -s pst-doc.ist -t $(basename $<).ilg -o $(basename $<).ind \ - $(basename $<).idx - bibtex $(basename $<) - $(LATEX) $< - $(LATEX) $< - -clean : - $(RM) $(addprefix $(MAIN), .log .aux .bbl .blg .glg .glo .gls .ilg .idx .ind .tmp .toc .out ) - $(RM) $(addprefix $(MAIN), .dvi .ps .xcp) - -veryclean : clean - $(RM) $(addprefix $(MAIN), .pdf .bbl .blg) - -arch : - zip $(ARCHNAME).zip $(ARCHFILES) - -tds: - cp -u Changes $(TDS)/doc/generic/$(PACKAGE)/ - cp -u README $(TDS)/doc/generic/$(PACKAGE)/ - cp -u $(MAIN).pdf $(TDS)/doc/generic/$(PACKAGE)/ -# - cp -u Changes $(TDS)/tex/latex/$(PACKAGE)/ - cp -u $(PACKAGE).sty $(TDS)/tex/latex/$(PACKAGE)/ -# - cp -u Changes $(TDS)/tex/generic/$(PACKAGE)/ - cp -u $(PACKAGE).tex $(TDS)/tex/generic/$(PACKAGE)/ -# - cp -u Changes $(TDS)/dvips/$(PACKAGE)/ - cp -u $(PACKAGE).pro $(TDS)/dvips/$(PACKAGE)/ -# - cp -u Changes $(TDS)/source/$(PACKAGE)/ - cp -u $(MAIN).tex $(TDS)/source/$(PACKAGE)/ - cp -u $(MAIN).bib $(TDS)/source/$(PACKAGE)/ - cp -u Makefile $(TDS)/source/$(PACKAGE)/ - - -# EOF diff --git a/Master/texmf-dist/tex/generic/pst-math/pst-math.tex b/Master/texmf-dist/tex/generic/pst-math/pst-math.tex index e4318acb50b..8513092287e 100644 --- a/Master/texmf-dist/tex/generic/pst-math/pst-math.tex +++ b/Master/texmf-dist/tex/generic/pst-math/pst-math.tex @@ -20,8 +20,8 @@ \csname PSTmathLoaded\endcsname \let\PSTmathLoaded\endinput \ifx\PSTricksLoaded\endinput\else\input pstricks.tex\fi -\def\fileversion{0.62} -\def\filedate{2010/10/20} +\def\fileversion{0.63} +\def\filedate{2014/07/30} \message{`pst-math' v\fileversion\space, (CJ,hv)} \pstheader{pst-math.pro} diff --git a/Master/texmf-dist/tex/latex/pst-math/pst-math.sty b/Master/texmf-dist/tex/latex/pst-math/pst-math.sty index 17732963802..442aa606b7e 100644 --- a/Master/texmf-dist/tex/latex/pst-math/pst-math.sty +++ b/Master/texmf-dist/tex/latex/pst-math/pst-math.sty @@ -1,9 +1,9 @@ -\ProvidesPackage{pst-math}[2009/01/20 package wrapper for PSTricks pst-math.tex] +\ProvidesPackage{pst-math}[2014/07/30 package wrapper for PSTricks pst-math.tex] \input pst-math.tex \ProvidesFile{pst-math.tex} [\filedate\space v\fileversion\space `PST-math' (hv)] \IfFileExists{pst-math.pro}{% \ProvidesFile{pst-math.pro} - [2010/10/02 v. 0.61, PostScript prologue file (hv)] + [2014/07/30 v. 0.63, PostScript prologue file (hv)] \@addtofilelist{pst-math.pro}}{}% \endinput |