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