summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pstricks/voss/bsp60.tex
blob: c748b50828e66a92304dff59c3a7261ce3284054 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
\documentclass[12pt]{article}
\usepackage{pstricks}
\usepackage{pstricks-add}
\pagestyle{empty}
\parindent=0pt

\begin{document}
\begin{center}
\bgroup
\begin{pspicture}(7.5,0.5)
  \psset{linewidth=15pt,dashNo=10}
  \pslineII[%
    linecap=1,dashColorI=yellow,%
    dashColorII=cyan](0,0.25)(7.5,0.25)%
\end{pspicture}
\egroup
\figcaption{\texttt{bsp61.tex}: Besondere Linien mit \texttt{pstricks-add}.}
\end{center}

\end{document}