Guest User

Untitled

a guest
Jan 21st, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{pstricks}
  3. begin{document}
  4. psset{unit=0.1}
  5. begin{pspicture}(20,65)(50,80)
  6. psline{-}(20,68)(50,68)
  7. put(27,70){$37^circ$}
  8. psarc{-}(20,68){6.5}{0}{37}
  9. rput{37}(20,68){psline{-}(0,0)(30,0)}
  10. end{pspicture}
  11. end{document}
Add Comment
Please, Sign In to add comment