diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic')
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-plot/Changes | 5 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.bib | 12 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdf | bin | 1339120 -> 1341687 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex | 10 |
4 files changed, 16 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-plot/Changes b/Master/texmf-dist/doc/generic/pst-plot/Changes index 395b21036bf..f4cfe7c4740 100644 --- a/Master/texmf-dist/doc/generic/pst-plot/Changes +++ b/Master/texmf-dist/doc/generic/pst-plot/Changes @@ -1,4 +1,9 @@ ----- pst-plot.tex +1.85 2017-11-12 - try to prevent overfull hbox for the x axis + used \hbox to 0pt [...\hss} + - fix bug with wrong \use@par setting for \psaxes@vii + - fix for trailing space in trigLabels + - fix for x|yLabels when starting not at the origin 1.84 2017-08-31 - fix for new introduced bug with \hbox 1.83 2017-08-29 - fix for real axes length and x|yLabels - added two more optional arguments for boxplots diff --git a/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.bib b/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.bib index b928c97e05f..24773cb3c6b 100644 --- a/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.bib +++ b/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.bib @@ -8,7 +8,7 @@ publisher = {{Addison-Wesley Publishing Company}}, edition = {2}, year = {2007}, - address = {Boston, Mass.} + location = {Boston, Mass.} } @Article{girou:01:, @@ -36,7 +36,7 @@ Title = {Post{S}cript richtig eingesetzt: vom {K}onzept zum praktischen {E}insatz}, Publisher = {IWT}, - Address = {Vaterstetten}, + location = {Vaterstetten}, year = 1989, } @@ -64,7 +64,7 @@ version = {1.42}, edition = {1}, publisher = {UIT}, year = {2011}, - address = {Cambridge -- UK} + location = {Cambridge -- UK} } @Book{LTXquick, @@ -73,7 +73,7 @@ version = {1.42}, edition = {1}, publisher = {UIT}, year = {2012}, - address = {Cambridge -- UK} + location = {Cambridge -- UK} } @Book{presentations, @@ -82,7 +82,7 @@ version = {1.42}, edition = {2}, publisher = {DANTE and Lehmanns Media}, year = {2017}, - address = {Heidelberg and Berlin} + location = {Heidelberg and Berlin} } @@ -92,6 +92,6 @@ version = {1.42}, edition = {1}, publisher = {DANTE and Lehmanns Media}, year = {2014}, - address = {Heidelberg and Berlin} + location = {Heidelberg and Berlin} } 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 c8aac1c3112..c3f94a50cf7 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 07403f64214..8123f5fd4a9 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 @@ -1,4 +1,4 @@ -% $Id: pst-plot-doc.tex 395 2017-03-21 09:24:38Z herbert $ +% $Id: pst-plot-doc.tex 641 2017-11-13 18:56:40Z herbert $ \documentclass[11pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false,smallheadings headexclude,footexclude,oneside,dvipsnames,svgnames]{pst-doc} \listfiles @@ -771,7 +771,7 @@ An example with ticks on every side of the frame and filled areas: \begin{center} \def\data{0 0 1 4 1.5 1.75 2.25 4 2.75 7 3 9} \psset{lly=-0.5cm} -\begin{psgraph}[axesstyle=none,ticks=none](0,0)(3.0,9.0){12cm}{5cm} +\begin{psgraph}[axesstyle=none,ticks=none,labels=none](0,0)(3.0,9.0){12cm}{5cm} \pscustom[fillstyle=solid,fillcolor=red!40,linestyle=none]{% \listplot{\data} \psline(3,9)(3,0)} @@ -779,7 +779,7 @@ An example with ticks on every side of the frame and filled areas: \listplot{\data} \psline(3,9)(0,9)} \listplot[linewidth=2pt]{\data} - \psaxes[axesstyle=frame,ticksize=0 5pt,xsubticks=20,ysubticks=4, + \psaxes[axesstyle=frame,ticksize=0 5pt,xsubticks=20,ysubticks=4,ticks=all,labels=all, tickstyle=inner,dy=2,Dy=2,tickwidth=1.5pt,subtickcolor=black](0,0)(3,9) \rput*(2.5,3){level 1}\rput*(1,7){level 2} \end{psgraph} @@ -788,7 +788,7 @@ An example with ticks on every side of the frame and filled areas: \begin{lstlisting} \def\data{0 0 1 4 1.5 1.75 2.25 4 2.75 7 3 9} \psset{lly=-0.5cm} -\begin{psgraph}[axesstyle=none,ticks=none](0,0)(3.0,9.0){12cm}{5cm} +\begin{psgraph}[axesstyle=none,ticks=none,labels=none](0,0)(3.0,9.0){12cm}{5cm} \pscustom[fillstyle=solid,fillcolor=red!40,linestyle=none]{% \listplot{\data} \psline(3,9)(3,0)} @@ -796,7 +796,7 @@ An example with ticks on every side of the frame and filled areas: \listplot{\data} \psline(3,9)(0,9)} \listplot[linewidth=2pt]{\data} - \psaxes[axesstyle=frame,ticksize=0 5pt,xsubticks=20,ysubticks=4, + \psaxes[axesstyle=frame,ticksize=0 5pt,xsubticks=20,ysubticks=4,ticks=all,labels=all, tickstyle=inner,dy=2,Dy=2,tickwidth=1.5pt,subtickcolor=black](0,0)(3,9) \rput*(2.5,3){level 1}\rput*(1,7){level 2} \end{psgraph} |