%% $Id: pst-news15.tex 163 2015-07-26 07:20:23Z herbert $ \documentclass[11pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false,smallheadings headexclude,footexclude,oneside]{pst-doc} \listfiles \let\Lfile\LFile \usepackage[utf8]{inputenc} \usepackage{pst-node,pst-plot} \let\pstnodeFV\fileversion \let\pstnodeFD\filedate \usepackage{pst-solides3d} \usepackage{pst-node} \usepackage{pstricks-add} \usepackage{xkvview} \renewcommand\bgImage{\psscalebox{15}{\color{blue!20}\the\year}} \def\textat{\char064} \lstset{explpreset={pos=l,width=-99pt,overhang=0pt,hsep=\columnsep,vsep=\bigskipamount,rframe={}}, escapechar=?} \begin{document} %\psset{PstDebug=1} \title{\texttt{News -- \the\year}\\ \Large new macros and bugfixes for the basic package \nxLFile{pstricks}} \author{Herbert Voß} \date{\today} \maketitle \clearpage \tableofcontents \clearpage \part{\texttt{pstricks} -- package} %-------------------------------------------------------------------------------------- \section{\texttt{pstricks.sty} -- \texttt{pstricks-pdf.sty}} %-------------------------------------------------------------------------------------- %-------------------------------------------------------------------------------------- \section{\texttt{pstricks.tex} (\pstricksFV -- \pstricksFD)} %-------------------------------------------------------------------------------------- This version fixes a bug with \verb|pst@refangle| which is used inside PostScript. \begin{LTXexample}[pos=t] \begin{pspicture}(-1,-1)(10,4) \psparametricplot[algebraic]{0}{9}{t^2/9 | sin(t)+1}% \pscurvepoints{0}{9}{(t^2)/9 | sin(t)+1}{P}% \pspolylineticks[metricInitValue=1,ticksize=-2pt 2pt,Os=1,Ds=.2]{P}{ ds }{1}{56}% \pspolylineticks[metricInitValue=1,Os=1,Ds=2]{P}{ ds }{0}{6}% \multido{\iA=1+1,\iB=3+2}{5}{\Put{6pt;(PNormal\iA)}(PTick\iA){\tiny \iB}} \end{pspicture} \end{LTXexample} \clearpage \nocite{*} \bibliographystyle{plain} \bibliography{PSTricks} \printindex \end{document}