Advertisement
Guest User

Untitled

a guest
Dec 16th, 2017
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. prologues:=3;
  2. verbatimtex
  3. %&latex
  4. \documentclass{minimal}
  5. \begin{document}
  6. etex
  7. beginfig(1);
  8. % --- Rectangle: Shape id: 0 | Name: Rectangle0 ---
  9. draw (159,688)--(259,688)--(259,588)--(159,588)--cycle withcolor(0,0.545,0.545) withpen pensquare scaled 2;
  10. fill (159,688)--(259,688)--(259,588)--(159,588)--cycle withcolor(0.373,0.62,0.627);
  11. % --- Polygon: Shape id: 1 | Name: Polygon1 ---
  12. draw (158,816)--(158,726)--(248,726)--cycle withcolor(0,0.545,0.545) withpen pensquare scaled 2;
  13. fill (158,816)--(158,726)--(248,726)--cycle withcolor(0.373,0.62,0.627);
  14. % --- Ellipse: Shape id: 2 | Name: Ellipse2 ---
  15. draw (334,722)..(384,772)..(334,822)..(284,772)..cycle withcolor(0,0.545,0.545) withpen pensquare scaled 2;
  16. fill (334,722)..(384,772)..(334,822)..(284,772)..cycle withcolor(0.373,0.62,0.627);
  17. % --- Line: Shape id: 3 | Name: Line3 ---
  18. draw (15,655)--(115,655) withcolor(0,0.545,0.545) withpen pensquare scaled 2;
  19. % --- --- Point ---
  20. draw (100,742) withcolor(0.373,0.62,0.627) withpen pencircle scaled 10;
  21. label.top(btex $A$ etex, (100,742));
  22. endfig;
  23. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement