summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-11-04 23:09:30 +0000
committerKarl Berry <karl@freefriends.org>2011-11-04 23:09:30 +0000
commitb19d9736b1233678daaf4e8d5538b129be4de268 (patch)
tree10bc3c48370295b32045c095b18b0bc4f741fc1d /Master/texmf-dist/doc
parentffce06db898f19860fcf9d4106cf822b1f2f8cd0 (diff)
pst-func 0.74 (3nov11)
git-svn-id: svn://tug.org/texlive/trunk@24491 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/pst-func-doc.bib2
-rw-r--r--Master/texmf-dist/doc/generic/pst-func/pst-func-doc.pdfbin2308053 -> 2307418 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pst-func/pst-func-doc.tex17
4 files changed, 9 insertions, 13 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-func/Changes b/Master/texmf-dist/doc/generic/pst-func/Changes
index 171c278a870..9ee7327794e 100644
--- a/Master/texmf-dist/doc/generic/pst-func/Changes
+++ b/Master/texmf-dist/doc/generic/pst-func/Changes
@@ -1,5 +1,6 @@
..... pst-func.tex
-0.73 2011-10-21 - add \psMod Bessel function
+0.74 2011-11-02 - make \psLorenz work in a correct way
+0.73 2011-10-21 - add \psModBessel function
0.72 2011-04-23 - allow option comma for all functions
- use helper function dot2comma
0.71 2010-11-03 - allow option dotstyle for \psGaussI
diff --git a/Master/texmf-dist/doc/generic/pst-func/pst-func-doc.bib b/Master/texmf-dist/doc/generic/pst-func/pst-func-doc.bib
index 93973ad3893..96838e3a2db 100644
--- a/Master/texmf-dist/doc/generic/pst-func/pst-func-doc.bib
+++ b/Master/texmf-dist/doc/generic/pst-func/pst-func-doc.bib
@@ -150,7 +150,7 @@
@Book{PSTricks2-UIT,
author = {Herbert Vo\ss},
- title = {PSTricks -- Graphics for \LaTeX},
+ title = {PSTricks -- Graphics for \TeX\ and \LaTeX},
publisher = {UIT},
year = {2011},
address = {Cambridge}
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 1d6d70cd557..398502608b7 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 a5b0cb884dc..bf5ff55929d 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,4 +1,4 @@
-%% $Id: pst-func-doc.tex 584 2011-10-21 20:34:22Z herbert $
+%% $Id: pst-func-doc.tex 599 2011-11-03 19:38:28Z herbert $
\documentclass[11pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false,
smallheadings, headexclude,footexclude,oneside]{pst-doc}
\usepackage[utf8]{inputenc}
@@ -1551,17 +1551,12 @@ $L_h=sum_(i=1)^(h)x_i^{\prime}$.
\begin{LTXexample}[pos=t,preset=\centering]
-\begin{filecontents*}{Lorenz.dat}
-0.50 0.025
-0.10 0.275
-0.3 0.2
-0.09 0.270
-0.01 0.230
-\end{filecontents*}
\psset{lly=-6mm,llx=-5mm}
\psgraph[Dx=0.2,Dy=0.2,axesstyle=frame](0,0)(1,1){6cm}{6cm}
\psline[linestyle=dashed](1,1)
-\psLorenz*[linecolor=blue!30,linewidth=1.5pt]{Lorenz.dat}
+\psLorenz*[linecolor=blue!30,linewidth=1.5pt]{0.50 0.10 0.3 0.09 0.01 }
+\psLorenz[linecolor=blue!30,plotstyle=bezier]{0.50 0.10 0.3 0.09 0.01 }
+\psLorenz[linecolor=red,linewidth=1.5pt]{0.50 0.10 0.3 0.09 0.01 }
\endpsgraph
\end{LTXexample}
@@ -1573,8 +1568,8 @@ origin of the coordinate system.
\psset{lly=-13mm,llx=-5mm}
\psgraph[Dx=0.2,Dy=0.2,axesstyle=frame](0,0)(1,1){6cm}{6cm}
\psline[linestyle=dashed](1,1)
-\psLorenz[linewidth=1.5pt,Gini]{Lorenz.dat}
-\psLorenz[plotstyle=dots,dotstyle=square,dotscale=1.5]{Lorenz.dat}
+\psLorenz[linewidth=1.5pt,Gini]{0.025 0.275 0.2 0.270 0.230}
+\psLorenz[plotstyle=dots,dotstyle=square,dotscale=1.5]{0.025 0.275 0.2 0.270 0.230}
\endpsgraph
\end{LTXexample}