Kip Warner schrieb am 27.05.2024 um 06:14:
Hello list,

I would like to typeset a number in a circle. Nothing fancy. No special
colours, transforms, or complex metapost magic (which I am not familiar
with).

I have tried \circled{3} and \textcircled{3}, but ConTeXt does not
appear to recognize these commands. Any help appreciated.

I can't provide a circle but I can give you a box with rounded corners.

\defineframed
  [textcircled]
  [   width=1.5em,
     height=1.5em,
   location=low,
     corner=round,
     radius=.5fw,
     offset=none]

\starttext
\dostepwiserecurse{0}{9}{1}{#1 = \textcircled{#1}\blank}
\stoptext

Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

Reply via email to