add macro to make circled text.

This commit is contained in:
Jeff Lance 2017-01-03 23:55:55 +01:00
parent 2028c2844a
commit 0b1f5958b2

View File

@ -134,6 +134,12 @@
% \fontfamily{#1}%
% \selectfont
% }
\newcommand*\circled[1]{
\tikz[baseline=(char.base)]{
\node[shape=circle,draw,inner sep=2pt] (char) {#1};
}
}
%--%