[pstricks] Line join styles and rotated ellipses

Herbert Voss Herbert.Voss at alumni.TU-Berlin.DE
Fri Nov 19 18:47:23 CET 2004


eugene.ressler at frontiernet.net wrote:

> 1.  Is there a general way to control line join style (mitre, round,
> angle) without \\pscustom as shown on Herbert Voss's excellent web
> page?

\documentclass[a4paper,12pt]{article}
\usepackage{pstricks}
\pagestyle{empty}

\begin{document}

\begin{pspicture}(3,3)
\psline[linewidth=20pt](0,0)(1,3)(2,0)(3,3)
\end{pspicture}
\begin{pspicture}(3,3)
\pstVerb{1 setlinejoin}
\psline[linewidth=20pt](0,0)(1,3)(2,0)(3,3)
\end{pspicture}
\begin{pspicture}(3,3)
\pstVerb{2 setlinejoin}
\psline[linewidth=20pt](0,0)(1,3)(2,0)(3,3)
\end{pspicture}

\end{document}


> 2.  Is there a nice way to get a rotated ellipse where a hatch fill
> pattern edge-matches with similar patterns in the rest of the picture?

sorry, but I don't understand here

Herbert


-- 
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes




More information about the PSTricks mailing list