diff options
author | Karl Berry <karl@freefriends.org> | 2012-10-17 00:54:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-10-17 00:54:25 +0000 |
commit | 1b9a60f4032a22fb0059c0dce245273099ba5bab (patch) | |
tree | a07a15c64fd73b7283a5b0b3077aeabe049c4cdc /Master/texmf-dist/doc/generic/pst-tools | |
parent | 305b1f89f31f104e84e5d0bb003db37df5f2641f (diff) |
pst-tools (16oct12)
git-svn-id: svn://tug.org/texlive/trunk@27986 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-tools')
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-tools/Changes | 11 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-tools/pst-tools-doc.pdf | bin | 64396 -> 67428 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-tools/pst-tools-doc.tex | 27 |
3 files changed, 36 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-tools/Changes b/Master/texmf-dist/doc/generic/pst-tools/Changes index 5aeb1c66b82..680a2891f1a 100644 --- a/Master/texmf-dist/doc/generic/pst-tools/Changes +++ b/Master/texmf-dist/doc/generic/pst-tools/Changes @@ -1,4 +1,6 @@ ..... pst-tools.tex +0.02 2012-10-16 - added option postString and stripSpaces + to macro \psPrintValue 0.01 2012-01-01 - first CTAN version @@ -6,5 +8,10 @@ 2012-01-01 first version -..... pst-tools.pro -0.01 2012-01-01 first version +---- pst-tools.pro +0.03 2012-10-16 - added function /rightTrim + - moved file from pstricks base to pst-tools +0.02 2012-01-01 moved some stuff from pst-func.pro +0.01 2011-04-23 initial version (hv) + + diff --git a/Master/texmf-dist/doc/generic/pst-tools/pst-tools-doc.pdf b/Master/texmf-dist/doc/generic/pst-tools/pst-tools-doc.pdf Binary files differindex e72d2331947..1af154fe372 100644 --- a/Master/texmf-dist/doc/generic/pst-tools/pst-tools-doc.pdf +++ b/Master/texmf-dist/doc/generic/pst-tools/pst-tools-doc.pdf diff --git a/Master/texmf-dist/doc/generic/pst-tools/pst-tools-doc.tex b/Master/texmf-dist/doc/generic/pst-tools/pst-tools-doc.tex index 8ca374ace13..1c4e3a73582 100644 --- a/Master/texmf-dist/doc/generic/pst-tools/pst-tools-doc.tex +++ b/Master/texmf-dist/doc/generic/pst-tools/pst-tools-doc.tex @@ -41,6 +41,8 @@ There are the following valid options for \Lcs{psPrintValue}: \textrm{name} & \textrm{value} & \textrm{default}\\\hline \Lkeyword{PSfont} & PS font name & Times & only valid \PS font names are possible, e.g. \Lps{Times-Roman}, \Lps{Helvetica}, \Lps{Courier}, \Lps{AvantGard}, \Lps{Bookman}\\ +\Lkeyword{postString} & <string> & \{\} & will be appended to the number string\\ +\Lkeyword{trimSpaces} & <boolean> & false & will strip spaces on the right\\ \Lkeyword{fontscale} & <number> & 10 & the font scale in pt\\ \Lkeyword{valuewidth} & <number> & 10 & the width of the string for the converted real number; if it is too small, no value is printed\\ @@ -109,6 +111,31 @@ Pay attention, in algebraic notation angles must be in radian and not degrees. \makebox[6em]{\psPrintValue[PSfont=Palatino-Roman]{\rA,sin(x)^2+cos(x)^2}}\\} \end{lstlisting} + + +\begin{center} +foo \makebox[2em][l]{\psPrintValue[dot]{3.14 10 mul round 10 div}}bar\\3pt +foo \makebox[2em][l]{\psPrintValue[dot,PSfont=Symbol, + postString=\string\260]{3.14 10 mul round 10 div}}bar\\3pt +foo \makebox[3.5em][l]{\psPrintValue[dot,PSfont=Symbol,decimals=6, + postString=\string\260]{3.14 dup mul}}bar +\end{center} + +\bigskip + +\begin{lstlisting} +foo \makebox[2em][l]{\psPrintValue[dot]{3.14 10 mul round 10 div}}bar\\3pt +foo \makebox[2em][l]{\psPrintValue[dot,PSfont=Symbol, + postString=\string\260]{3.14 10 mul round 10 div}}bar\\3pt +foo \makebox[3.5em][l]{\psPrintValue[dot,PSfont=Symbol,decimals=6, + postString=\string\260]{3.14 dup mul}}bar +\end{lstlisting} + + + + + + \clearpage \section{List of all optional arguments for \texttt{pst-tools}} |