[texhax] pstricks, \psline, linestyle

Herbert Voss LaTeX at zedat.fu-berlin.de
Tue Jan 17 20:28:46 CET 2006


Patric Glöde wrote:

> I do not manage to make invisible the customs in \pscustom of pstricks. 
> I want to create an area filled with red color but I do not want to show 
> the custom lines. I tried \psline[linestyle=none] 
> \psline[linecolor=white] or \psline[dash= 0pt] ... but this did not make 
> the line invisible.

\listfiles
\documentclass{article}
\usepackage{pstricks}

\begin{document}

\begin{pspicture}(5,5)
   \pscustom[linestyle=none,fillstyle=solid,fillcolor=red]{%
     \psccurve(0,0)(2,1)(5,4)(3,1)
   }
\end{pspicture}

\end{document}

described in the documentation!

Herbert



More information about the texhax mailing list