summaryrefslogtreecommitdiff
path: root/graphics/pstricks/base/doc/pst-news22.tex
blob: bfc5e2b7a12512046aea59d41a864311d0f86751 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
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}