add macro to make circled text.
This commit is contained in:
parent
2028c2844a
commit
0b1f5958b2
@ -134,6 +134,12 @@
|
||||
% \fontfamily{#1}%
|
||||
% \selectfont
|
||||
% }
|
||||
|
||||
\newcommand*\circled[1]{
|
||||
\tikz[baseline=(char.base)]{
|
||||
\node[shape=circle,draw,inner sep=2pt] (char) {#1};
|
||||
}
|
||||
}
|
||||
%--%
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user