diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/pstricks/voss/bsp60.tex')
-rw-r--r-- | Master/texmf-dist/doc/generic/pstricks/voss/bsp60.tex | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks/voss/bsp60.tex b/Master/texmf-dist/doc/generic/pstricks/voss/bsp60.tex new file mode 100644 index 00000000000..c748b50828e --- /dev/null +++ b/Master/texmf-dist/doc/generic/pstricks/voss/bsp60.tex @@ -0,0 +1,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} |