Created
January 25, 2017 21:38
-
-
Save omimo/d9a284f957371fa9c05a2ef700aa2be7 to your computer and use it in GitHub Desktop.
Circled numbers in latex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%% Circle | |
% from http://tex.stackexchange.com/questions/7032/good-way-to-make-textcircled-numbers/91070 | |
\newcommand*\circled[1]{\tikz[baseline=(char.base)]{ | |
\node[shape=circle,draw,inner sep=0.8pt] (char) {#1};}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment