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
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

 


 


 


 


 


 

 

 


 


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: Thu Apr 18 07:26:43 CEST 2024 ; file is: 562.584224537037 days old
contact webmaster _at_ perce.de