summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-11-15 22:20:36 +0000
committerKarl Berry <karl@freefriends.org>2018-11-15 22:20:36 +0000
commit2f440ca3dc3a3aa309df9143dfe3ce0c8cc29e7a (patch)
treecc5fe1fc7b35e0a8610e0d90b15073fade66656f /Master/texmf-dist/doc/generic
parent32c0c7bb05daec4ed2c82cef7f06599e92579aa9 (diff)
pst-func (15nov18)
git-svn-id: svn://tug.org/texlive/trunk@49166 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic')
-rw-r--r--Master/texmf-dist/doc/generic/pst-func/Changes1
-rw-r--r--Master/texmf-dist/doc/generic/pst-func/pst-func-doc.pdfbin3911316 -> 3910246 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pst-func/pst-func-doc.tex14
3 files changed, 8 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-func/Changes b/Master/texmf-dist/doc/generic/pst-func/Changes
index 3fa24cd4261..6631b7f9601 100644
--- a/Master/texmf-dist/doc/generic/pst-func/Changes
+++ b/Master/texmf-dist/doc/generic/pst-func/Changes
@@ -1,4 +1,5 @@
..... pst-func.tex
+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,
eg Helvetica->NimbusSanL
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 3711135db29..94a83645b63 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 00bac51fcf1..bd34476ee19 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}(-15,-4.5)(15,2)
- \psaxes[dx=1cm,Dx=2]{->}(0,0)(-15.1,-4)(15,2)
- \psplot[plotpoints=1000]{-14.5}{14.5}{ x RadtoDeg sin x div }
- \psSi[plotpoints=1500,linecolor=red,linewidth=1pt]{-14.5}{14.5}
- \pssi[plotpoints=1500,linecolor=blue,linewidth=1pt]{-14.5}{14.5}
+\begin{pspicture}(-14,-4.5)(14,2)
+ \psaxes[dx=1cm,Dx=2]{->}(0,0)(-13.1,-4)(13,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}
\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}$}
@@ -1199,8 +1199,8 @@ The integral sin and cosin are defined as
\begin{LTXexample}[pos=t]
\psset{xunit=0.5}
-\begin{pspicture*}(-15,-4.2)(15,4.2)
- \psaxes[dx=1cm,Dx=2]{->}(0,0)(-15.1,-4)(15,4)
+\begin{pspicture*}(-13,-4.2)(13,4.2)
+ \psaxes[dx=1cm,Dx=2]{->}(0,0)(-12.1,-4)(12,4)
\psplot[plotpoints=1000]{-14.5}{14.5}{ x RadtoDeg cos x Div }
\psCi[plotpoints=500,linecolor=red,linewidth=1pt]{-11.5}{11.5}
\psci[plotpoints=500,linecolor=blue,linewidth=1pt]{-11.5}{11.5}