summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-08-21 22:20:10 +0000
committerKarl Berry <karl@freefriends.org>2013-08-21 22:20:10 +0000
commit66351081be858f6a874f17c3fa746a8f2c613cdf (patch)
tree629e5d1a8f8d1b6c19148309f426051920aa5295
parent25ba460f71a0b0e6fcb53990a9a743fa8c12cf79 (diff)
pstricks (21aug13)
git-svn-id: svn://tug.org/texlive/trunk@31493 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/Changes.generic1
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/README109
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/pst-news13.pdfbin98174 -> 98219 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/pst-news13.tex2
-rw-r--r--Master/texmf-dist/tex/generic/pstricks/config/dvips.cfg1
-rw-r--r--Master/texmf-dist/tex/generic/pstricks/pstricks.tex6
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds7
-rw-r--r--Master/tlpkg/tlpsrc/pstricks.tlpsrc1
8 files changed, 119 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks/Changes.generic b/Master/texmf-dist/doc/generic/pstricks/Changes.generic
index 92d0276ad85..0a61e657449 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.46 2013-08-20 - fixed bug with \pstcustomize (delete a line)
2.45 2013-07-08 - moved the overlay part into pst-ovl
- added \@tfor macros if used without \LaTeX
2.44 2013-06-24 - add macros \pssetMonochrome and \pssetGrayscale
diff --git a/Master/texmf-dist/doc/generic/pstricks/README b/Master/texmf-dist/doc/generic/pstricks/README
index 4c4f3b989f5..55f6b466806 100644
--- a/Master/texmf-dist/doc/generic/pstricks/README
+++ b/Master/texmf-dist/doc/generic/pstricks/README
@@ -1 +1,108 @@
-The Makefile generates the pdf file for pst-newsYY
+PSTricks 2013
+
+-----------------------------------------------------------------------
+PSTricks is the original work of Timothy van Zandt <tvz@econ.insead.fr>
+
+PSTricks 97 is edited by Denis Girou <Denis.Girou@idris.fr>
+and Sebastian Rahtz <sebastian.rahtz@computing-services.oxford.ac.uk>
+
+PSTricks 2004 is edited by Herbert Voss <hvoss@tug.org>
+and Rolf Niepraschk <Rolf.Niepraschk@ptb.de>
+
+PSTricks 2005-2013 is edited by Herbert Voss <hvoss@tug.org>
+
+-----------------------------------------------------------------------
+For more informations go to http://tug.org/PSTricks _and_ read the
+news articles in the doc directory!
+
+
+1 - Copyright
+ ---------
+
+COPYRIGHT 1993, 1994, 2000 by Timothy Van Zandt, <tvz@econ.insead.fr>.
+COPYRIGHT 2004, 2005 by Herbert Voss <voss@PSTricks.de> and
+ Rolf Niepraschk <Rolf.Niepraschk@ptb.de>.
+COPYRIGHT 2006-2013 by Herbert Voss <hvoss@tug.org>
+
+This program can be redistributed and/or modified under the terms
+of the LaTeX Project Public License Distributed from CTAN
+archives in directory macros/latex/base/lppl.txt.
+
+2 - Introduction
+ ------------
+
+This package is a re-release of PSTricks, incorporating all of the
+beta releases and bug fixes made up to March 1997. It is *not*
+intended as a full new release of PSTricks, but as a consolidation and
+cleaned distribution. Because Timothy van Zandt does not currently have
+enough time to work on PSTricks, he gave permission for Denis Girou,
+Sebastian Rahtz and Herbert Voss to produce this interim solution.
+
+Some new features have been added in the 2004 version, except the release
+of the small pst-fill package for filling (tiling) arbitrary regions and the
+various evolving contributions, but we have merged in all the bug fixes
+and beta addons which Timothy produced.
+
+We have renamed some of the files that make up PSTricks, for consistency.
+The multido package is now in /macros/generic/multido
+
+3 - Installation
+ ------------
+
+3.1 - (La)TeX files
+
+ a - You have to move all the files from the "generic" subdirectory
+to a directory part of your TEXINPUTS environment variable, or to add it
+in your TEXINPUTS list of paths.
+
+ b - If you are a LaTeX user (and not only a plain TeX one), you have
+to do the same thing for the "latex" subdirectory, which define LaTeX
+wrappers for all the PSTricks files.
+
+3.2 - PostScript header files
+The file pstricks.con is the current platform specific config file.
+For other platforms read the README from the config directory
+
+3.3 - Known pitfalls
+
+ a - To use the standard `color' or `xcolor' package with PSTricks, you
+must load the `pstricks.sty' package, which interface the two packages,
+loading them in the right order, and overriding some small parts of
+PSTricks to allow it to use the `color' or `xcolor' package system for
+specifying color. We STRONGLY recommend that you use this way today.
+pstricks.sty loads by default the xcolor package, but there is an option
+"noxcolor". If you are a LaTeX user then load _always_ first the
+pstricks.sty package.
+
+ b - LaTeX users must also take care that the `pstricks.sty' package is
+required in place of the `pstricks.tex' one if the `graphics' or `graphicx'
+package is also loaded.
+
+ c - Don't try to load the `color' or `xcolor' package if you use
+`pstricks.sty' or `pst-all' (it is already loaded in the correct order).
+
+4 - Contents
+ --------
+
+4.1 - Subdirectories
+
+The distribution contain the following subdirectories:
+
+contrib : various contributions
+base : main PSTricks files
+ doc : documentations (up to date ones - the obsolete/doc subdirectory
+ contain the reference documentation for the version 0.93a and
+ the additional old Beta material, which is still necessary to use...)
+ dvips : PostScript header files
+ generic : TeX generic sources
+ latex : LaTeX wrappers
+
+
+5 - Documentation
+ -------------
+There is a mailing list devoted to discussions on PSTricks usage.
+The informations to subscribe to this list and to consult the archives can
+be found on the Web page.
+
+--
+Denis Girou, Sebastian Rahtz and Herbert Voss (updated Novermber 03, 2010)
diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news13.pdf b/Master/texmf-dist/doc/generic/pstricks/pst-news13.pdf
index 7e92bc5db9e..b8a10937c8a 100644
--- a/Master/texmf-dist/doc/generic/pstricks/pst-news13.pdf
+++ b/Master/texmf-dist/doc/generic/pstricks/pst-news13.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news13.tex b/Master/texmf-dist/doc/generic/pstricks/pst-news13.tex
index 057483cd319..5cfe09e9751 100644
--- a/Master/texmf-dist/doc/generic/pstricks/pst-news13.tex
+++ b/Master/texmf-dist/doc/generic/pstricks/pst-news13.tex
@@ -1,4 +1,4 @@
-%% $Id: pst-news13.tex 800 2013-07-09 18:01:00Z herbert $
+%% $Id: pst-news13.tex 808 2013-07-15 08:16:58Z herbert $
\documentclass[11pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false,smallheadings
headexclude,footexclude,oneside]{pst-doc}
\listfiles
diff --git a/Master/texmf-dist/tex/generic/pstricks/config/dvips.cfg b/Master/texmf-dist/tex/generic/pstricks/config/dvips.cfg
index 08f7a66be78..197ce54ace5 100644
--- a/Master/texmf-dist/tex/generic/pstricks/config/dvips.cfg
+++ b/Master/texmf-dist/tex/generic/pstricks/config/dvips.cfg
@@ -37,6 +37,7 @@
%% If you want to include your own customizations to pstricks.tex, then
%% uncomment the \pstcustomize command, and include your modifications
%% after \pstcustomize. These will be read in after pstricks.tex.
+
%\pstcustomize
\endinput
diff --git a/Master/texmf-dist/tex/generic/pstricks/pstricks.tex b/Master/texmf-dist/tex/generic/pstricks/pstricks.tex
index d8d129996ee..1919c78facd 100644
--- a/Master/texmf-dist/tex/generic/pstricks/pstricks.tex
+++ b/Master/texmf-dist/tex/generic/pstricks/pstricks.tex
@@ -1,4 +1,3 @@
-%% $Id: pst-fp.tex 259 2010-01-17 09:51:50Z herbert $
%% pstricks.tex
%% COPYRIGHT 1993, 1994, 1999 by Timothy Van Zandt, tvz@nwu.edu.
%% COPYRIGHT 2000-2003 by Denis Girou.
@@ -111,8 +110,8 @@
\input pgffor.code.tex
\let\pgfforeach\foreach
%
-\def\fileversion{2.45}
-\def\filedate{2013/07/09}
+\def\fileversion{2.46}
+\def\filedate{2013/08/20}
\catcode`\@=11\relax
\pst@addfams{pstricks}
%
@@ -4255,6 +4254,7 @@ pop
\@namedef{pspicture*}{\pspicture*}
\@namedef{endpspicture*}{\endpspicture}
%
+\ifx\pstcustomize\relax \input pstricks.con \fi
\catcode`\@=\PstAtCode\relax
%
\endinput
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 92db576c761..b982f0c29f6 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -4082,11 +4082,12 @@ sub MAKEpstricks {
#
my $docdir = "$DEST/doc/generic/pstricks";
&SYSTEM ("$MV doc $docdir");
+ &SYSTEM ("$MV README $docdir");
#
# move multiple Changes files out of runtime.
- &runjob("$MV generic/Changes $docdir/Changes.generic");
- &runjob("$MV latex/Changes $docdir/Changes.latex");
- &runjob("$MV dvips/Changes $docdir/Changes.dvips");
+ &SYSTEM("$MV generic/Changes $docdir/Changes.generic");
+ &SYSTEM("$MV latex/Changes $docdir/Changes.latex");
+ &SYSTEM("$MV dvips/Changes $docdir/Changes.dvips");
#
&xmkdir ("$DEST/dvips");
&SYSTEM ("$MV dvips $DEST/dvips/pstricks");
diff --git a/Master/tlpkg/tlpsrc/pstricks.tlpsrc b/Master/tlpkg/tlpsrc/pstricks.tlpsrc
index e69de29bb2d..4fa623ac0bc 100644
--- a/Master/tlpkg/tlpsrc/pstricks.tlpsrc
+++ b/Master/tlpkg/tlpsrc/pstricks.tlpsrc
@@ -0,0 +1 @@
+catalogue pstricks-base