diff options
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/generic/pstricks/pst-news22.pdf | bin | 0 -> 79717 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/pstricks/pst-news22.tex | 66 |
2 files changed, 66 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news22.pdf b/Master/texmf-dist/doc/generic/pstricks/pst-news22.pdf Binary files differnew file mode 100644 index 00000000000..22cf5daf6fb --- /dev/null +++ b/Master/texmf-dist/doc/generic/pstricks/pst-news22.pdf diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news22.tex b/Master/texmf-dist/doc/generic/pstricks/pst-news22.tex new file mode 100644 index 00000000000..bfc5e2b7a12 --- /dev/null +++ b/Master/texmf-dist/doc/generic/pstricks/pst-news22.tex @@ -0,0 +1,66 @@ +%% $Id: pst-news22.tex 595 2022-08-30 18:08:22Z herbert $ +\RequirePackage{pdfmanagement-testphase} +\DeclareDocumentMetadata{} +\documentclass[11pt,english,BCOR=10mm,DIV=12,bibliography=totoc,parskip=false,headings=small, + headinclude=false,footinclude=false,twoside,usegeometry,dvipsnames]{pst-doc} + +\usepackage{libertinus} +\usepackage{hvlogos} +\listfiles +%\usepackage[svgnames,dvipsnames,x11names,pspdf=-dALLOWPSTRANSPARENCY]{pstricks-pdf} +\usepackage{showexpl,pst-arrow,pst-plot,pst-geometrictools} +\lstset{explpreset={pos=l,width=-99pt,overhang=0pt,hsep=\columnsep,vsep=\bigskipamount,rframe={},extendedchars}, + escapechar=?} + +\usepackage{biblatex} +\addbibresource{PSTricks.bib} +\def\Lcs#1{\texttt{\textbackslash#1}} +\begin{document} + +\title{\texttt{News -- \the\year}\\ \Large new macros and bugfixes for the basic package.} +\author{Herbert Voß} +\date{\today} + +\settitle + +\tableofcontents + +\part{\texttt{pstricks} -- package} + + +%-------------------------------------------------------------------------------------- +\section{\texttt{pstricks.tex} (v. 3.14 -- 2022/08/30)} +%-------------------------------------------------------------------------------------- + +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} + + +\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} + + + + + + +\nocite{*} +\printbibliography + + +\end{document} + |