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

Miscellenous
TUG logo

Main page

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

Statistics

 


the 7th edition, total of 960 colored pages

 


2nd edition, 212 pages, includes 32 color pages

 


 


 


 


 


 


 


 


the 2nd edition, total of 960 pages, includes 32 color pages
auto-pst-pdf |  Graphical User Interfaces |  LuaLaTeX and auto-pst-pdf |  TeX basic macros |  TeXnikCenter | 


TeXnicCenter

With the GUI TeXnikCenter use the output format LaTeX=>PS=>PDF. If you do not have it in your list, get it from perce.de and import it into TeXnikCenter by Output (Format) - define output profile (Ausgabeprofil definieren). Remember that you have to update the paths for the programs!

lualatex

When running your document with lualatex and package auto-pst-pdf you have to use the package ifluatex:
\RequirePackage{ifluatex}
\documentclass{article}

\ifluatex
  \usepackage{fontspec}
  \setmainfont{TeX Gyre Pagella}
\else
  \usepackage{tgpagella}
  \usepackage{pstricks}
\fi
  \usepackage{auto-pst-pdf}

\begin{document}

\paragraph{Hier ein pstricks-Bild}
\begin{pspicture}(5,3)
  \pspolygon[fillstyle=vlines](0,0)(5,3)(3,0)
\end{pspicture}

\end{document} 

local time: Sun Apr 19 13:59:52 CEST 2026 ; file is: 1293.85724537037 days old
contact webmaster _at_ perce.de