diff options
author | Karl Berry <karl@freefriends.org> | 2010-04-29 23:55:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-04-29 23:55:25 +0000 |
commit | c363fffb022f472c5236db41aca7144f23f3f439 (patch) | |
tree | e2f478b3710ba424be023fa5a8cd5e478b49389d /Master/texmf-dist/doc/generic | |
parent | 9af4047aaf9cd4ae3b94d2128e43e037b3547bec (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')
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-plot/Changes | 1 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdf | bin | 844903 -> 844911 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex | 10 |
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 Binary files differindex 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 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}\\ |