[pstricks] doubleline

Herbert Voss LaTeX at zedat.fu-berlin.de
Thu May 3 16:02:43 CEST 2007


Peter Trubitz wrote:
> Hallo, wie kann ich das Ende einer doubleline-Gerade (siehe unter)  
> mit einem "Halbkreis" schließen, damit sie nicht so >>abgehackt<<  
> aussieht? Kennt jemand eine Lösung? Ich habe in der Anleitung zu  
> pstricks nichts gefunden?
>   
this is an english speaken group ...

please provide minimal working examples.

\documentclass{minimal}
\usepackage{pstricks}

\begin{document}

    \begin{pspicture}(5,4)
        \psline[linewidth=10pt,linecolor=red,arrows=c-c](5,4)
       
\psline[linewidth=1.5pt,doubleline=true,doublesep=10pt,doublecolor=red](5,4)
    \end{pspicture}

\end{document}

Herbert



More information about the PSTricks mailing list