diff --git a/commun/commun.sty b/commun/commun.sty index 6926c63..cfa2ac7 100644 --- a/commun/commun.sty +++ b/commun/commun.sty @@ -134,6 +134,12 @@ % \fontfamily{#1}% % \selectfont % } + +\newcommand*\circled[1]{ + \tikz[baseline=(char.base)]{ + \node[shape=circle,draw,inner sep=2pt] (char) {#1}; + } +} %--%