From f7f745abd023abcc4786bec4f598ed57d2819da5 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 7 Feb 2016 22:46:51 +0000 Subject: pstricks (7feb16) git-svn-id: svn://tug.org/texlive/trunk@39615 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/generic/pstricks/Changes.generic | 3 +- .../texmf-dist/doc/generic/pstricks/pst-news16.pdf | Bin 0 -> 40084 bytes .../texmf-dist/doc/generic/pstricks/pst-news16.tex | 61 +++++++++++++++++++++ .../texmf-dist/tex/generic/pstricks/pstricks.tex | 20 +++---- 4 files changed, 73 insertions(+), 11 deletions(-) create mode 100644 Master/texmf-dist/doc/generic/pstricks/pst-news16.pdf create mode 100644 Master/texmf-dist/doc/generic/pstricks/pst-news16.tex (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/generic/pstricks/Changes.generic b/Master/texmf-dist/doc/generic/pstricks/Changes.generic index a1a16dd2d7a..a8dcdfee729 100644 --- a/Master/texmf-dist/doc/generic/pstricks/Changes.generic +++ b/Master/texmf-dist/doc/generic/pstricks/Changes.generic @@ -2,7 +2,8 @@ pstricks.tex -------- versions like 2.47a have only changes in other files, but not in this main package. -2.64b 2015-14-11 - fix bug in pstricks.sty +2.65 2016-02-07 - fix bug with pst@refangle +2.64b 2015-11-14 - fix bug in pstricks.sty 2.64a 2015-11-11 - new package pstricks-pdf.sty 2.64 2015-10-09 - fix for xetex and \psput@special 2.63 2015-09-11 - fix for xetex and \psput@special diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news16.pdf b/Master/texmf-dist/doc/generic/pstricks/pst-news16.pdf new file mode 100644 index 00000000000..1668b640a89 Binary files /dev/null and b/Master/texmf-dist/doc/generic/pstricks/pst-news16.pdf differ diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news16.tex b/Master/texmf-dist/doc/generic/pstricks/pst-news16.tex new file mode 100644 index 00000000000..221b089213c --- /dev/null +++ b/Master/texmf-dist/doc/generic/pstricks/pst-news16.tex @@ -0,0 +1,61 @@ +%% $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{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} + + diff --git a/Master/texmf-dist/tex/generic/pstricks/pstricks.tex b/Master/texmf-dist/tex/generic/pstricks/pstricks.tex index fcafe181116..8b55c95aa16 100644 --- a/Master/texmf-dist/tex/generic/pstricks/pstricks.tex +++ b/Master/texmf-dist/tex/generic/pstricks/pstricks.tex @@ -887,27 +887,27 @@ %\typeout{====3:#3}% %\typeout{====4:#4}% \ifx#1>\relax% node with special rotation for \uput - \global\pst@C@@rType=7\relax% + \global\pst@C@@rType=7 \else \ifcat#1a\relax% node names should start with a letter - \global\pst@C@@rType=5\relax% + \global\pst@C@@rType=5 \else \ifx#1[\relax% special node coor: [..]A - \global\pst@C@@rType=6\relax% + \global\pst@C@@rType=6 \else \ifx#1!\relax% PostScript code: x y - \global\pst@C@@rType=2\relax% + \global\pst@C@@rType=2 \else \ifx#1*\relax% algebraic PostScript code: x f(x) - \global\pst@C@@rType=4\relax% + \global\pst@C@@rType=4 \else \ifx#1+\relax% algebraic algebraic: x, f(x) - \global\pst@C@@rType=8\relax% + \global\pst@C@@rType=8 \else \ifx#4;\relax% polar coordinates - \global\pst@C@@rType=1\relax% + \global\pst@C@@rType=1 \else - \global\pst@C@@rType=0\relax% + \global\pst@C@@rType=0 \fi \fi \fi @@ -4247,7 +4247,7 @@ pop \pst@number{\wd\pst@hbox}% \pst@number{\ht\pst@hbox}% \pst@number{\dp\pst@hbox}% - \ifnum\pst@C@@rType=7\relax + \ifnum\pst@C@@rType=7 ps@refangle % CHANGED (MJS) FROM \psk@refangle\space \ifx\psk@rot\@empty\else ps@rot\space sub \fi \else @@ -4258,7 +4258,7 @@ pop %\show\pst@coor \setbox\pst@hbox=\hbox to\z@{\hss\vbox to\z@{\vss\box\pst@hbox\vss}\hss}% \setbox\pst@hbox=\psput@special\pst@hbox - \ifnum\pst@C@@rType=7\relax + \ifnum\pst@C@@rType=7 \ifx\psk@rot\@empty\else\pst@rotate{ps@rot }\pst@hbox\fi% CHANGED FROM \psk@rot (MJS) \else \ifx\psk@rot\@empty\else\pst@rotate{\psk@rot}\pst@hbox\fi% -- cgit v1.2.3