Guest User

Untitled

a guest
Jul 19th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. begin{center}
  2. begin{minipage}[c]{4linewidth}
  3. begin{tikzpicture}
  4. tikz
  5. foreach i in {1,...,5}
  6. ifnum i<4
  7. fill (i*360/5:3) coordinate (5i) circle(2.5 pt) node [below,xshift=-4*i pt,yshift=18pt] {$i$}
  8. else
  9. fill (i*360/5:3) coordinate (5i) circle(2.5 pt) node [below,xshift=11pt,yshift=5pt] {$i$}fi;
  10. draw (-3.6,3.2) circle (3 cm);
  11. end{tikzpicture}
  12. end{minipage}
  13. end{center}
Add Comment
Please, Sign In to add comment