summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pstricks/voss/bsp39.tex
blob: 00ed30003c79b2ab2cf982b47867fafde3f60454 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
\documentclass{article}
\usepackage{pstricks}
\pagestyle{empty}
\parindent=0pt

\begin{document}

\psset{griddots=0,subgriddiv=5}
\xdefinecolor{orange}{cmyk}{0,0.61,0.87,0}
\begin{pspicture}(10,5)
  \psgrid[subgriddiv=10,gridlabels=0,%
     gridwidth=1pt,gridcolor=orange,%
     subgridwidth=0.1pt,subgridcolor=orange]
\end{pspicture} 

\end{document}