summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-11-16 21:59:28 +0000
committerKarl Berry <karl@freefriends.org>2018-11-16 21:59:28 +0000
commit36e2079a2071dab1e6737021dca6cce7fc754e69 (patch)
tree28b627751a61295089a9f12847caa1d5883df998 /Master/texmf-dist/doc
parentaad909c632859989f4edb2a8ae379ca85f22d1f9 (diff)
pst-func (16nov18)
git-svn-id: svn://tug.org/texlive/trunk@49172 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/generic/pst-func/Changes3
-rw-r--r--Master/texmf-dist/doc/generic/pst-func/README.md7
-rw-r--r--Master/texmf-dist/doc/generic/pst-func/pst-func-doc.pdfbin3910246 -> 3912992 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pst-func/pst-func-doc.tex8
4 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-func/Changes b/Master/texmf-dist/doc/generic/pst-func/Changes
index 6631b7f9601..e8af464d75a 100644
--- a/Master/texmf-dist/doc/generic/pst-func/Changes
+++ b/Master/texmf-dist/doc/generic/pst-func/Changes
@@ -1,4 +1,6 @@
..... pst-func.tex
+0.91 2018-11-15 - new algorithm for sin/cos integral to prevent problems
+ with large values
0.90 2018-11-14 - fix bug with latest Ghostscript
0.89 2018-04-08 - added labelangle and labeldistance for \psZero,
0.88 2017-08-24 - use always URW fonts instead of PostScript,
@@ -109,6 +111,7 @@
..... pst-func.pro
+0.16 2018-11-15 - new algorithm for Si/si/Ci/ci
0.15 2013-06-10 - fix bug with wrong arrow in psBezier#
0.14 2013-06-03 - fix bug with arrow in psBezier#
0.13 2010-06-21 - run FindZeros in a local dictionary
diff --git a/Master/texmf-dist/doc/generic/pst-func/README.md b/Master/texmf-dist/doc/generic/pst-func/README.md
index e561341de8e..3297389d3e7 100644
--- a/Master/texmf-dist/doc/generic/pst-func/README.md
+++ b/Master/texmf-dist/doc/generic/pst-func/README.md
@@ -7,7 +7,7 @@
- psFourier
- psBessel
- psSi and pssi (integral sin)
-- psCi (integral cosin)
+- psCi and \psci (integral cosin)
- psIntegral
- psCumIntegral
- psConv
@@ -21,7 +21,7 @@
- psTDist for Student's t-distribution
- psBetaDist for Beta distribution
- psWeibull for Weibull distribution
-- psLame (Lam\`e\ Curve - a superellipse)
+- psLame (Lamé Curve - a superellipse)
- psThomae (popcorn function)
- psWeierstrass (original and modified)
- psplotImp (plotting implicit defined functions)
@@ -44,7 +44,4 @@ PSTricks is PostScript Tricks, the documentation cannot be run
with pdftex, use the sequence latex->dvips->ps2pdf or
pdflatex with package auto-pst-pdf or xelatex.
-hvoss@tug.org
-
%% $Id: README 897 2014-03-21 08:06:41Z herbert $
-
diff --git a/Master/texmf-dist/doc/generic/pst-func/pst-func-doc.pdf b/Master/texmf-dist/doc/generic/pst-func/pst-func-doc.pdf
index 94a83645b63..ea5c1d52bf5 100644
--- a/Master/texmf-dist/doc/generic/pst-func/pst-func-doc.pdf
+++ b/Master/texmf-dist/doc/generic/pst-func/pst-func-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/generic/pst-func/pst-func-doc.tex b/Master/texmf-dist/doc/generic/pst-func/pst-func-doc.tex
index bd34476ee19..3003c3c0856 100644
--- a/Master/texmf-dist/doc/generic/pst-func/pst-func-doc.tex
+++ b/Master/texmf-dist/doc/generic/pst-func/pst-func-doc.tex
@@ -1184,11 +1184,11 @@ The integral sin and cosin are defined as
\begin{LTXexample}[pos=t]
\psset{xunit=0.5}
-\begin{pspicture}(-14,-4.5)(14,2)
- \psaxes[dx=1cm,Dx=2]{->}(0,0)(-13.1,-4)(13,2)
+\begin{pspicture}(-15,-4.5)(15,2)
+ \psaxes[dx=1cm,Dx=2]{->}(0,0)(-14.1,-4)(14,2)
\psplot[plotpoints=1000]{-12.5}{12.5}{ x RadtoDeg sin x div }
- \psSi[plotpoints=1500,linecolor=red,linewidth=1pt]{-12.5}{12.5}
- \pssi[plotpoints=1500,linecolor=blue,linewidth=1pt]{-12.5}{12.5}
+ \psSi[plotpoints=1500,linecolor=red,linewidth=1pt]{-13.5}{13.5}
+ \pssi[plotpoints=1500,linecolor=blue,linewidth=1pt]{-13.5}{13.5}
\rput(-5,1.5){\color{red}$Si(x)=\int\limits_{0}^x \frac{\sin(t)}{t}\dt$}
\rput(8,-1.5){\color{blue}$si(x)=-\int\limits_{x}^{\infty} \frac{\sin(t)}{t}\dt=Si(x)-\frac{\pi}{2}$}
\rput(8,.5){$f(x)= \frac{\sin(t)}{t}$}