PSTricks - Graphics for T<span class="e">e</span>X and L<span class="a">a</span>T<span class="e">e</span>X


Welcome to the PSTricks web site

Using PSTricks and TikZ
TUG logo

Main page

Index
Bug list
Documentation
Doc errors
Examples
2D Gallery
3D Gallery
Packages
References
CTAN
Search CTAN:
Germany
USA

Statistics

 


Extended translation of the the 5th edition

 


the 7th edition, total of 960 colored pages

 


2nd edition, 212 pages, includes 32 color pages

 


 


 


 


 


 

 

 


 





\documentclass{article}
\usepackage{auto-pst-pdf}
\ifpdf
  \usepackage{tikz}
\else
  \usepackage{pst-plot}
\fi
\begin{document}

\begin{pspicture}[showgrid](4,4)
\psdot[dotscale=10](2,2)
\end{pspicture}

\tikz\draw (0,0) -- (1,3) -- (3,0);

\end{document}

Using lualatex instead of pdflatex makes more sense here:

\RequirePackage{pdfmanagement-testphase}
\DocumentMetadata{}
\documentclass{article}
\usepackage{tikz}
\usepackage{pst-plot}

\begin{document}

\begin{pspicture}[showgrid](4,4)
\psdot[dotscale=10](2,2)
\end{pspicture}

\tikz\draw (0,0) -- (1,3) -- (3,0);

\end{document}

local time: Sat Apr 20 18:09:13 CEST 2024 ; file is: 565.03068287037 days old
contact webmaster _at_ perce.de