File: bsp116.tex

package info (click to toggle)
tetex-src 3.0.dfsg.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 122,292 kB
  • ctags: 2,709
  • sloc: makefile: 2,323; perl: 1,820; sh: 1,378; lisp: 448; python: 335; xml: 175; sed: 138; ansic: 138; yacc: 52
file content (19 lines) | stat: -rw-r--r-- 519 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
\documentclass[a4paper]{article}% Herbert Voss
\usepackage{pstricks}
\usepackage{multido}
\SpecialCoor
\pagestyle{empty}
\parindent=0pt

\begin{document}

\begin{pspicture*}(-5,-5)(5,5)
  \pscircle{5}
  \multido{\iA=0+1}{360}{\psline[linewidth=0.1pt](4.6;\iA)(5;\iA)}
  \multido{\iA=90+-10,\iB=0+10}{36}{\rput{-\iB}(4.3;\iA){\iB}}
  \multido{\rA=-5+2.5}{5}{\psline[linewidth=0.2pt](\rA,-5)(\rA,5)}
  \psline[linewidth=0.2pt](-5,0)(5,0)
  \pscircle[fillcolor=white,fillstyle=solid]{0.1}
\end{pspicture*}

\end{document}