From 0b1f5958b2006568c1b0a254f9b4cbc74a829f1c Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Tue, 3 Jan 2017 23:55:55 +0100 Subject: [PATCH] add macro to make circled text. --- commun/commun.sty | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/commun/commun.sty b/commun/commun.sty index 6926c63..cfa2ac7 100644 --- a/commun/commun.sty +++ b/commun/commun.sty @@ -134,6 +134,12 @@ % \fontfamily{#1}% % \selectfont % } + +\newcommand*\circled[1]{ + \tikz[baseline=(char.base)]{ + \node[shape=circle,draw,inner sep=2pt] (char) {#1}; + } +} %--%