From fbb930ec661a05633d14349c6e3a1bf2b59d48b7 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Wed, 4 Jan 2017 19:35:45 +0100 Subject: [PATCH] add comment to circled macro. --- commun/commun.sty | 1 + 1 file changed, 1 insertion(+) diff --git a/commun/commun.sty b/commun/commun.sty index 2181345..0b151d7 100644 --- a/commun/commun.sty +++ b/commun/commun.sty @@ -135,6 +135,7 @@ % \selectfont % } +% make circled text \newcommand*\circled[1]{ \tikz[baseline=(char.base)]{ \node[shape=circle,draw,inner sep=2pt] (char) {#1};