From e5a6c6950568e82a64a93d21506185e09559e61b Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 9 Mar 2013 22:48:20 +0000 Subject: pstricks (9mar13) git-svn-id: svn://tug.org/texlive/trunk@29320 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/generic/pstricks/Changes.generic | 1 + .../texmf-dist/doc/generic/pstricks/pst-news13.pdf | Bin 0 -> 56896 bytes .../texmf-dist/doc/generic/pstricks/pst-news13.tex | 64 +++++++++++++++++++++ Master/texmf-dist/dvips/pstricks/pstricks.pro | 2 +- .../texmf-dist/tex/generic/pstricks/pstricks.tex | 21 +++---- 5 files changed, 77 insertions(+), 11 deletions(-) create mode 100644 Master/texmf-dist/doc/generic/pstricks/pst-news13.pdf create mode 100644 Master/texmf-dist/doc/generic/pstricks/pst-news13.tex (limited to 'Master') diff --git a/Master/texmf-dist/doc/generic/pstricks/Changes.generic b/Master/texmf-dist/doc/generic/pstricks/Changes.generic index 408e417dfad..d9d4c6ae762 100644 --- a/Master/texmf-dist/doc/generic/pstricks/Changes.generic +++ b/Master/texmf-dist/doc/generic/pstricks/Changes.generic @@ -1,4 +1,5 @@ pstricks.tex -------- +2.36 2013-02-09 - fix for introduced bug for pst@dotFill 2.35 2012-12-21 - fix for introduced bug with missing definition for \@width 2.34 2012-11-18 - make package pgffor available diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news13.pdf b/Master/texmf-dist/doc/generic/pstricks/pst-news13.pdf new file mode 100644 index 00000000000..878cabf899a Binary files /dev/null and b/Master/texmf-dist/doc/generic/pstricks/pst-news13.pdf differ diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news13.tex b/Master/texmf-dist/doc/generic/pstricks/pst-news13.tex new file mode 100644 index 00000000000..848605f92be --- /dev/null +++ b/Master/texmf-dist/doc/generic/pstricks/pst-news13.tex @@ -0,0 +1,64 @@ +%% $Id: pst-news09.tex 62 2008-11-25 19:52:07Z 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} +\usepackage{xkvview} +\let\pstnodeFV\fileversion +\let\pstnodeFD\filedate +\renewcommand\bgImage{\psscalebox{15}{\color{blue!20}2013}} +\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 -- 2013}\\ \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.tex} (\pstricksFV -- \pstricksFD)} +%-------------------------------------------------------------------------------------- + +A fix for the fill style \Lkeyval{dots} to make it work again: + +\begin{LTXexample}[width=5cm] +\pspicture(4,3) +\psframe[fillstyle=dots](4,3) +\endpspicture +\end{LTXexample} + + +\section{The PostScript header files} +\subsection{\nxLFile{pstricks.pro}} +%-------------------------------------------------------------------------------------- + +\clearpage +\part{Other packages} +\section{\texttt{pst-node} -- version \pstnodeFV\ | \pstnodeFD} + + + + + +\clearpage +\nocite{*} +\bibliographystyle{plain} +\bibliography{PSTricks} + +\printindex + + +\end{document} diff --git a/Master/texmf-dist/dvips/pstricks/pstricks.pro b/Master/texmf-dist/dvips/pstricks/pstricks.pro index e650de7f8b9..8dcda077e5c 100644 --- a/Master/texmf-dist/dvips/pstricks/pstricks.pro +++ b/Master/texmf-dist/dvips/pstricks/pstricks.pro @@ -1,7 +1,7 @@ % $Id: pstricks.pro 728 2012-11-19 14:35:21Z herbert $ % %% PostScript prologue for pstricks.tex. -%% Version 1.15, 2012/10/16 +%% Version 1.15, 2012/10/18 %% %% This program can be redistributed and/or modified under the terms %% of the LaTeX Project Public License Distributed from CTAN archives diff --git a/Master/texmf-dist/tex/generic/pstricks/pstricks.tex b/Master/texmf-dist/tex/generic/pstricks/pstricks.tex index 0f0995313e4..af63d770327 100644 --- a/Master/texmf-dist/tex/generic/pstricks/pstricks.tex +++ b/Master/texmf-dist/tex/generic/pstricks/pstricks.tex @@ -103,8 +103,8 @@ \input pgffor.code.tex \let\pgfforeach\foreach % -\def\fileversion{2.35} -\def\filedate{2012/12/21} +\def\fileversion{2.36} +\def\filedate{2013/03/09} \catcode`\@=11\relax \pst@addfams{pstricks} % @@ -917,7 +917,7 @@ \pssetlength\pst@dimb{#1}% hv 2007-10-16 g is already used in get@@angle \pst@@getangle{#2}% % \edef\pst@coor{\pst@number\pst@dimg \pst@angle \tx@PtoC}% dito - \edef\pst@coor{\pst@number\pst@dimb \pst@angle \tx@PtoC}% + \edef\pst@coor{\pst@number\pst@dimb \pst@angle \tx@PtoC }% } % \def\raw@coor#1;#2\@nil{% PostScript code @@ -1220,8 +1220,8 @@ \pst@checknum{#1}\psk@psscale} \psset[pstricks]{psscale=1} % -\def\pst@dotFill#1{% - /clipType { \ifx\relax#1\relax clip \else#1\fi} def +\def\pst@dotFill[#1]{% + /clipType { \ifx\relax#1\relax clip \else #1 \fi } def gsave \pst@number\pslinewidth SLW \pst@usecolor\pshatchcolor @@ -1230,9 +1230,9 @@ \psk@hatchwidth \tx@DotFill } -\def\psfs@dots{\pst@fill{ /SolidDot false def \pst@dotFill }} +\def\psfs@dots{\pst@fill{ /SolidDot false def \pst@dotFill[] }} \def\psfs@eodots{\pst@fill{ /SolidDot false def \pst@dotFill[eoclip] }} -\@namedef{psfs@dots*}{\pst@fill{ /SolidDot true def \pst@dotFill }} +\@namedef{psfs@dots*}{\pst@fill{ /SolidDot true def \pst@dotFill[] }} \@namedef{psfs@eodots*}{\pst@fill{ /SolidDot true def \pst@dotFill[eoclip] }} % \def\pst@penroseFill{% @@ -3972,7 +3972,7 @@ pop \if@star\pst@starbox\fi% \pstCheckCoorType{#1}% needed for \uput@vii \uput@vi% - \psput@{#1}\pst@hbox + \psput@{#1}\pst@hbox% \endgroup% \ignorespaces} % @@ -3985,7 +3985,8 @@ pop % \def\uput@vii#1#2{% \edef\pst@coor{% - \pst@number\pslabelsep + \pst@number\pslabelsep %\ifdim\pslabelsep<\z@ + neg %\fi #2% \pst@number{\wd\pst@hbox}% \pst@number{\ht\pst@hbox}% @@ -4013,7 +4014,7 @@ pop \setbox\pst@hbox=\vbox to\z@{% \ifnum#2=1\relax\vskip\pslabelsep\else\vss\fi% \hbox to\z@{% - \ifnum#1=2\relax\hskip\pslabelsep\else\hss\fi% + \ifnum#1=2\relax\hskip\pslabelsep \else\hss\fi% \box\pst@hbox% \ifnum#1=1\relax\hskip\pslabelsep\else\hss\fi}% \ifnum#2=2\relax\vskip\pslabelsep\else\vss\fi}} -- cgit v1.2.3