Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. begin{tikzpicture}[line cap=round,line join=round,>=triangle 45,x=1.0cm,y=1.0cm]
  2. clip(-0.5,-1) rectangle (5.5,3.5);
  3. % defining coordinates
  4. coordinate (1) at (0,0);
  5. coordinate (2) at (0,3);
  6. coordinate (3) at (3,3);
  7. coordinate (4) at (3,0);
  8. coordinate (1_2) at ($(1)!0.5!(2)$);
  9. coordinate (2_3) at ($(2)!0.5!(3)$);
  10. coordinate (3_4) at ($(3)!0.5!(4)$);
  11. coordinate (4_1) at ($(4)!0.5!(1)$);
  12. coordinate (1_3) at ($(1)!0.5!(3)$);
  13. %draw cry{4} at different positions
  14. draw[color=black] (1) node {large cry{4}};
  15. draw[color=black] (2) node {large cry{4}};
  16. draw[color=black] (3) node {large cry{4}};
  17. draw[color=black] (4) node {large cry{4}};
  18. draw[color=black] (1_3) node {large cry{4}};
  19. draw[color=black] (1_2) node {large cry{4}};
  20. draw[color=black] (2_3) node {large cry{4}};
  21. draw[color=black] (3_4) node {large cry{4}};
  22. draw[color=black] (4_1) node {large cry{4}};
  23. end{tikzpicture}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement