Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{color}
  3. newcommandannulus{raisebox{0.5ex}{%
  4. makebox[0.5em]{rlap{circle*{5}}textcolor{white}{circle*{3}}}}}
  5. begin{document}
  6.  
  7. foo annulus bar
  8.  
  9. end{document}
  10.  
  11. documentclass[12pt]{article}
  12. usepackage[usestackEOL]{stackengine}
  13. usepackage{graphicx}
  14. usepackage{tikz}
  15. newcommand{radiobutton}{raisebox{-.5pt}{scalebox{.8}{begin{tikzpicture}
  16. draw [thick, draw=red,fill=red](0,0) circle (1.5mm);
  17. draw [thick, draw=red, fill=white](0,0) circle (1.2mm);
  18. end{tikzpicture}}}}
  19. begin{document}
  20. aradiobutton b
  21. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement