summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-plot
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-04-29 23:55:25 +0000
committerKarl Berry <karl@freefriends.org>2010-04-29 23:55:25 +0000
commitc363fffb022f472c5236db41aca7144f23f3f439 (patch)
treee2f478b3710ba424be023fa5a8cd5e478b49389d /Master/texmf-dist/doc/generic/pst-plot
parent9af4047aaf9cd4ae3b94d2128e43e037b3547bec (diff)
pst-plot update (29apr10)
git-svn-id: svn://tug.org/texlive/trunk@18046 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-plot')
-rw-r--r--Master/texmf-dist/doc/generic/pst-plot/Changes1
-rw-r--r--Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdfbin844903 -> 844911 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex10
3 files changed, 6 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-plot/Changes b/Master/texmf-dist/doc/generic/pst-plot/Changes
index 8bf5f579757..ec501e66371 100644
--- a/Master/texmf-dist/doc/generic/pst-plot/Changes
+++ b/Master/texmf-dist/doc/generic/pst-plot/Changes
@@ -1,4 +1,5 @@
----- pst-plot.tex
+1.15 2010-04-29 - fixed bug with double definition of tickstyle
1.14 2010-04-24 - allow labels=x|y|all|none for polar plots
1.13 2010-04-15 - for log labels take care the different font size
for base and exponent
diff --git a/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdf b/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdf
index d1af2e8f31b..973bac227c2 100644
--- a/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdf
+++ b/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex b/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex
index 970ca59552b..6134e5ef2c7 100644
--- a/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex
+++ b/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex
@@ -606,13 +606,13 @@ usual way. Only the additional value \Lkeyval{inner} is valid for
\Lkeyword{trigLabels} option, the macros \Lcs{pshlabel} and
\Lcs{psvlabel} shouldn't be redefined, because the package does
it itself internally in these cases. However, if you need a
-redefinition, then do it for \Lcs{pst@@hlabel} and
-\Lcs{pst@@vlabel} with
+redefinition, then do it for \Lcs{pst@@@hlabel} and
+\Lcs{pst@@@vlabel} with
\begin{lstlisting}[style=syntax]
\makeatletter
-\def\ps@@hlabel#1{...}
-\def\ps@@vlabel#1{...}
+\def\ps@@@hlabel#1{...}
+\def\ps@@@vlabel#1{...}
\makeatother
\end{lstlisting}
@@ -630,7 +630,7 @@ redefinition, then do it for \Lcs{pst@@hlabel} and
\endfoot
\bottomrule
\endlastfoot
-\Lkeyword{axesstyle} & \Lkeyval{none}|\Lkeyval{axes}|\Lkeyval{frame}|\Lkeyval{polar}
+\Lkeyword{axesstyle} & \Lkeyval{none}|\Lkeyval{axes}|\Lkeyval{frame}|\Lkeyval{polar}|\Lkeyval{inner}
& \Lkeyval{axes} &\pageref{axesstyle}\\
\Lkeyword{barwidth} & length & 0.25cm & \pageref{barwidth}\\ %ok
\Lkeyword{ChangeOrder} & boolean & \false & \pageref{changeorder}\\