diff options
author | Norbert Preining <norbert@preining.info> | 2022-10-24 03:03:39 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2022-10-24 03:03:39 +0000 |
commit | 74697976d2ffe935077542593ccbb18a00603251 (patch) | |
tree | ca88ce389275df22be5c2c843de613d8003bf684 /graphics/pstricks/base/doc | |
parent | 588d4f81788b3a24bd9bd480ec40bb55be4d1da1 (diff) |
CTAN sync 202210240303
Diffstat (limited to 'graphics/pstricks/base/doc')
-rw-r--r-- | graphics/pstricks/base/doc/pst-news22.pdf | bin | 79990 -> 93124 bytes | |||
-rw-r--r-- | graphics/pstricks/base/doc/pst-news22.tex | 46 |
2 files changed, 27 insertions, 19 deletions
diff --git a/graphics/pstricks/base/doc/pst-news22.pdf b/graphics/pstricks/base/doc/pst-news22.pdf Binary files differindex 92159f537f..fd93b6e939 100644 --- a/graphics/pstricks/base/doc/pst-news22.pdf +++ b/graphics/pstricks/base/doc/pst-news22.pdf diff --git a/graphics/pstricks/base/doc/pst-news22.tex b/graphics/pstricks/base/doc/pst-news22.tex index bfc5e2b7a1..9d8c674368 100644 --- a/graphics/pstricks/base/doc/pst-news22.tex +++ b/graphics/pstricks/base/doc/pst-news22.tex @@ -1,4 +1,4 @@ -%% $Id: pst-news22.tex 595 2022-08-30 18:08:22Z herbert $ +%% $Id: pst-news21.tex 382 2021-12-29 19:19:18Z herbert $ \RequirePackage{pdfmanagement-testphase} \DeclareDocumentMetadata{} \documentclass[11pt,english,BCOR=10mm,DIV=12,bibliography=totoc,parskip=false,headings=small, @@ -27,35 +27,43 @@ \part{\texttt{pstricks} -- package} +This version of the News was run with \verb|lualatex| \emph{without} using Ghostscript. +The PDF file was created in a direkt way by Lua. If you run \texttt{lualatex} then the +packahe \texttt{luapstricks} is automatically loaded. + + +%-------------------------------------------------------------------------------------- +\section{\texttt{pstricks.sty}} +%-------------------------------------------------------------------------------------- +The optional argument \texttt{gsfonts} can be used to load only the symbol font from GhostScript. +Otherwise the one from URW or the system is used, which is the default. + + %-------------------------------------------------------------------------------------- -\section{\texttt{pstricks.tex} (v. 3.14 -- 2022/08/30)} +\section{\texttt{pstricks.tex} (v. 3.17 -- 2022/10/22)} %-------------------------------------------------------------------------------------- -Bugfix for \Lcs{psdots*}: -\begin{LTXexample}[width=5cm] -\begin{pspicture}[showgrid=true](3,2) - \psdot[dotstyle=pentagon,dotscale=5](1.5,1.5) - \psdots[dotsize=.4cm,dotstyle=square, - linecolor=red](0,0)(0.5,0)(1,1)(1.5,1)(2,2)(2.5,2) - \psdots*(2.5,0.6)\psdot(2.5,0.2) -\end{pspicture} -\end{LTXexample} +\subsection{pgf library} +This version fixes a problem with the upcoming pgf from which PSTricks uses the \Lcs{foreach} +command as \Lcs{pgfforeach}. -\begin{LTXexample}[width=5cm] -\begin{pspicture}[showgrid=true](3,2) - \psdot*[dotstyle=pentagon,dotscale=5](1.5,1.5) - \psdots*[dotsize=.4cm,dotstyle=square, - linecolor=red](0,0)(0.5,0)(1,1)(1.5,1)(2,2)(2.5,2) - \psdots*(2.5,0.6)\psdot(2.5,0.2) -\end{pspicture} -\end{LTXexample} +\subsection{Arrows} +There are new arrow types and a new optional argument \Lkeyword{tipcolor}. +Checking \Lkeyword{tipcolor} can be suppressed by setting +\begin{verbatim} +\makeatletter +\ps@check@tipcplor{} +\makeatother +\end{verbatim} +This is only needed in some rare cases, e.g. \Lcs{pscustom} with \Lcs{code} and +color setting on PS level. \nocite{*} |