summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-01-04 23:11:17 +0000
committerKarl Berry <karl@freefriends.org>2010-01-04 23:11:17 +0000
commit8f1f9f3a91cb32dba7d54d3fda4f0f8831d153d4 (patch)
treea6874019ffe7e0f77eacdcc929fabd79f8e91a8d /Master/texmf-dist/doc/generic
parent7fb3ea723158a76babde0aab3cdba966693cfd10 (diff)
pst-func 0.63 (4jan10)
git-svn-id: svn://tug.org/texlive/trunk@16597 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic')
-rw-r--r--Master/texmf-dist/doc/generic/pst-func/Changes6
-rw-r--r--Master/texmf-dist/doc/generic/pst-func/pst-func-doc.pdfbin2865093 -> 2849265 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pst-func/pst-func-doc.tex19
3 files changed, 14 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-func/Changes b/Master/texmf-dist/doc/generic/pst-func/Changes
index 51c913f08f7..83b92f89549 100644
--- a/Master/texmf-dist/doc/generic/pst-func/Changes
+++ b/Master/texmf-dist/doc/generic/pst-func/Changes
@@ -1,4 +1,7 @@
..... pst-func.tex
+0.63 2010-01-04 - fixed bug with Bezier definition
+0.62 2009-12-01 - fixed bug with \pst@Shift in \psGaussI
+0.61 2009-11-30 - fixed bug with \psGaussI
0.60 2009-10-08 - modified \psPrintValue to allow algebraic function mode
- fix bug with algebraic=true for all macros with \psplot
which need postfix code
@@ -68,6 +71,9 @@
..... pst-func.pro
+0.12 2010-01-04 rename Points to BezierPoints to prevent clash with
+ pstricks.pro
+0.11 2009-05-05 cosmetic changes
0.10 2009-01-08 added ChebyshevT and ChebyshevU (first and second kind)
0.09 2008-03-22 added Bernstein code for Bernstein polynomials
0.08 2008-03-21 added BezierCurve code for Bezier curves of up to
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 ccedb089716..bb23b30c4f6 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 d121a0b1399..5ada7d63722 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
@@ -1,26 +1,25 @@
-%% $Id: pst-func-doc.tex 137 2009-10-08 18:15:14Z herbert $
+%% $Id: pst-func-doc.tex 244 2010-01-04 13:48:01Z herbert $
\documentclass[11pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false,
smallheadings, headexclude,footexclude,oneside]{pst-doc}
\usepackage[utf8]{inputenc}
\usepackage{pst-func}
\let\pstFuncFV\fileversion
-\usepackage{pstricks-add}
\usepackage{pst-math}
+\usepackage{pstricks-add}
\renewcommand\bgImage{%
\psset{yunit=4cm,xunit=3}
\begin{pspicture}(-2,-0.2)(2,1.4)
- \psaxes[Dy=0.25]{->}(0,0)(-2,0)(2,1.25)
- \uput[-90](6,0){x}\uput[0](0,1){y}
+ \psaxes[Dy=0.25]{->}(0,0)(-2,0)(2,1.25)[$x$,0][$y$,90]
\rput[lb](1,0.75){\textcolor{red}{$\sigma =0.5$}}
\rput[lb](1,0.5){\textcolor{blue}{$\sigma =1$}}
\rput[lb](-2,0.5){$f(x)=\dfrac{1}{\sigma\sqrt{2\pi}}\,e^{-\dfrac{(x-\mu)^2}{2\sigma{}^2}}$}
\psGauss[linecolor=red, linewidth=2pt]{-1.75}{1.75}%
- \psGaussI[linewidth=1pt,yunit=0.75]{-2}{2}%
+ \psGaussI[linewidth=1pt]{-2}{2}%
\psGauss[linecolor=cyan, mue=0.5, linewidth=2pt]{-1.75}{1.75}%
\psGauss[sigma=1, linecolor=blue, linewidth=2pt]{-1.75}{1.75}
\end{pspicture}}
-\lstset{pos=t,wide=true,language=PSTricks,
+\lstset{language=PSTricks,
morekeywords={psGammaDist,psChiIIDist,psTDist,psFDist,psBetaDist,psPlotImpl},basicstyle=\footnotesize\ttfamily}
%
\def\pshlabel#1{\footnotesize#1}
@@ -47,9 +46,6 @@
All should be already part of your local \TeX\ installation. If not, or in case
of having older versions, go to \url{http://www.CTAN.org/} and load the newest version.
-{\itshape If \LPack{pstricks-add} is loaded together with the package \LPack{pst-func} then the \Lkeyword{InsideArrow}
- of the \Lcs{psbezier} macro doesn't work!}
-
\vfill\noindent
Thanks to: \\
Rafal Bartczuk,
@@ -64,6 +60,7 @@ Rafal Bartczuk,
Lars Kotthoff,
Buddy Ledger,
Manuel Luque,
+ Patrice Mégret,
Jose-Emilio Vila-Forcen,
Timothy Van Zandt,
Michael Zedler,
@@ -445,7 +442,6 @@ valid for the \Lcs{psPolynomial} macro, except \verb+x0+, which can also be used
options can be set in the usual way with \Lcs{psset}.
-
\bigskip
\begin{LTXexample}
\psset{yunit=0.5cm,xunit=2cm}
@@ -464,6 +460,7 @@ options can be set in the usual way with \Lcs{psset}.
\end{LTXexample}
%$
+
\begin{LTXexample}
\psset{yunit=0.5cm,xunit=2cm}
\begin{pspicture*}(-3,-5)(3,10)
@@ -913,7 +910,7 @@ and is predefined with 5.
\rput[lb](1,0.5){\textcolor{blue}{$\sigma =1$}}
\rput[lb](-2,0.5){$f(x)=\dfrac{1}{\sigma\sqrt{2\pi}}\,e^{-\dfrac{(x-\mu)^2}{2\sigma{}^2}}$}
\psGauss[linecolor=red, linewidth=2pt]{-1.75}{1.75}%
- \psGaussI[linewidth=1pt,yunit=0.75]{-2}{2}%
+ \psGaussI[linewidth=1pt]{-2}{2}%
\psGauss[linecolor=cyan, mue=0.5, linewidth=2pt]{-1.75}{1.75}%
\psGauss[sigma=1, linecolor=blue, linewidth=2pt]{-1.75}{1.75}
\end{pspicture}