Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. newcommand*circled[2]
  2. {tikz[baseline=(char.base)]
  3. {node[shape=circle,draw,inner sep=2pt,fill=#2] (char)
  4. {textcolor{white}{#1}}}}
  5.  
  6. circled[fill=mycolor,char=mychar]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement