Skip to content

Instantly share code, notes, and snippets.

@omimo
Created January 25, 2017 21:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save omimo/d9a284f957371fa9c05a2ef700aa2be7 to your computer and use it in GitHub Desktop.
Save omimo/d9a284f957371fa9c05a2ef700aa2be7 to your computer and use it in GitHub Desktop.
Circled numbers in latex
%% 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