%\psset{PstDebug=1}
\title{\texttt{News -- \the\year}\\ \Large new macros and bugfixes for the
basic package \nxLFile{pstricks}}
\author{Herbert Voß}
\date{\today}
There is now a new optional argument for the package: \Loption{ckeckengine}, which will
be used in later versions.
%--------------------------------------------------------------------------------------
\section{\texttt{pstricks-tex.tex}}
%--------------------------------------------------------------------------------------
This package collects all additional latex macros which must be definied
when running PSTricks with tex. They all moved from the base \texttt{pstricks.tex} into
this new file.
Use the \Lcs{long} definition for \Lcs{@fornoop} to be compatible to the latest
changes in \LaTeX.
In old versions the macro \Lcs{rput} can't be used with the key-value setting. The latest version
of \Lfile{pstricks.tex} defines a modified \Lcs{rput} which ckecks first if a following
optional argument has the old behaviour, eg \Lcs{rput}\texttt{[lb]\{...\}} or
a key/value setting like \Lcs{rput}\texttt{[ref=lb,rot=...](...)}. However, there should be no
change in the output and, of course, it makes no sense to mix the old and new setting in \emph{one}
\Lcs{rput} macro. The setting refers only to the optional arguments which are valid for \Lcs{rput}:
\subsection{PostScript Fonts}
This version of PSTricks uses the Ghostscript fonts from URW instead of the
original base 14 fonts of PostScript. For example: instead of Helvetica we use
NimbusSanL-Regu. The URW fonts are always embedded in the created ps or pdf output.
This is not the default for the PostScript fonts. You change this setting with the optional
argument to \LPack{pstricks.sty}.
\subsection{Error message}
Using PSTricks with \Lprog{pdflatex} will work only when using package
\LPack{auto-pst-pdf} and running the \TeX-file with
The random counter can be initialized with \verb|\pstVerb{rrand srand}|.
\subsection{Optional argument \texttt{xetex}}
The output driver \Lprog{xdvipdfmx} for using \XeTeX\ or \XeLaTeX\ is not fully
compatible to \Lprog{dvips}. Especially some node operations will not work. If the
\LaTeX\ package detects a programm run with \XeLaTeX\ it automatically loads the file
\Lfile{pstricks-xetex.def} which defines some macros with a new name to keep the existing
ones. By now there is only
\Lcs{NCput}, which is the same as \Lcs{ncput}, but works with \XeLaTeX.
If someone wants to use these macros though he/she runs not \XeLaTeX\ then these macros are
available too by using the optional argument \Loption{xetex}:
A full circle has by default an angle of 360 degrees.
Setting the circle with \Lcs{degrees}\Largs{17} to another value doesn't work for the
PostScript function \texttt{PtoC} (Polat to Cartesian -- $(r,\phi)\rightarrow (x,y)$).
Now there is a \texttt{PtoCrel} for the new definition
which now takes
the setting of \Lcs{pst@angleunit} into account.
The command \Lcs{framed} was build by clockwise line sequence. Now it is the
other way round to get the same behaviour as for all other commands
with closed lines.