[pstricks] define linestyles

Herbert Voss LaTeX at zedat.fu-berlin.de
Sun May 7 13:17:01 CEST 2006


na199 at gmx.de wrote:
> Try this:
> 
> \documentclass{article}
> \usepackage{pstricks}
> %longdash-dot example
> \begin{document}
> \begin{pspicture}(-1,-1)(14.33,5)
> {
> \SpecialCoor
> \psline[linewidth=.5pt]{->}(![5 2 .5 2] 2 setdash 0 0)(!3.33 3.1)(!4 2)

no need for SpcialCoor

\begin{pspicture}(-1,-1)(14.33,5)
   \psset{dash=5pt 2pt .5pt 2pt,linestyle=dashed}
   \psline[linewidth=.5pt]{->}(0,0)(3.33,3.1)(4,2)
\end{pspicture}


Herbert





More information about the PSTricks mailing list