Guest User

Untitled

a guest
Feb 24th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. documentclass{standalone}
  2. %documentclass{amsart}
  3. usepackage{mathtools}
  4. usepackage{tikz}
  5. usetikzlibrary{positioning}
  6.  
  7. begin{document}
  8.  
  9. begin{tikzpicture}[baseline=(current bounding box.north)]
  10.  
  11. draw [ultra thick, line width=0.70mm, black, fill=white] (-1.0,0) -- (0.0,0) arc(0:180:1.0) --cycle;
  12. %
  13. draw [ultra thick, line width=0.70mm, black, fill=white] (-1.0,0) -- (0.0,0) arc(0:180:1.0) --cycle;
  14. draw [ultra thick, line width=0.70mm, black] (-1,0) -- (0,);
  15. end{tikzpicture}
  16.  
  17. end{document}
Add Comment
Please, Sign In to add comment