Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2014
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. documentclass[twoside,a4paper]{tufte-handout}
  2. %documentclass{article} %uncomment this to see what's happening
  3. usepackage{tikz}
  4.  
  5. begin{document}
  6. begin{tikzpicture}
  7. small
  8. draw[thick,blue,fill=blue!25]
  9. (0,1) coordinate (A)
  10. -- (3,1) coordinate (B)
  11. -- (5,2) coordinate (C)
  12. -- (5,4) coordinate (D)
  13. -- (3,4) coordinate (E)
  14. -- (2.5,3) coordinate (F)
  15. -- (2,4) coordinate (G)
  16. -- (0,4) coordinate (H)
  17. --cycle ;
  18.  
  19. draw[red,fill=red!25] (2.5,3.9) circle (.39) ;
  20.  
  21. end{tikzpicture}
  22. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement