PSTricks package update: pst-fun

Today an update of the PSTricks related package pst-fun was released. pst-fun is aimed at drawing funny objects like bird, fish, ant, kangaroo, dog and faces, of course with different size, rotation etc. It may be useful for testing other PSTricks macros and could be more entertaining than simple dots or geometrical shapes. I’ve made a simple compilable example for testing:

\documentclass[a4paper,10pt]{article}
\usepackage[margin=3.5cm]{geometry}
\usepackage{pst-fun}
\begin{document}
\begin{pspicture}[showgrid=true](0,-1.5)(13,4)
  \put(1,1){\psBill}
  \put(3,2){\psBird[Branch]}
\end{pspicture}
\end{document}

And here’s a screenshot of the output:

pst-fun test output

If you want to see it in vector graphics quality you can find the corresponding pdf output here.

In the documentation to pst-fun you will find more explanation accompanied by examples.

23. June 2008 by stefan
Categories: Graphics | Leave a comment

Leave a Reply