I would like to circle numbers in normal text size. How i am doing this? I tried circled but i have errors with that.
Thank you
Text Formatting ⇒ Circled Number
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10344
- Joined: Mon Mar 10, 2008 9:44 pm
Circled Number
Hi,
here's an example:
I posted it here: Good way to make \textcircled numbers.
Stefan
here's an example:
Code: Select all
Code, edit and compile here:
\documentclass{article}\usepackage{tikz}\newcommand*\circled[1]{\tikz[baseline=(char.base)]{\node[shape=circle,draw,inner sep=2pt] (char) {#1};}}\begin{document}Numbers aligned with the text: \circled{1} \circled{2} \circled{3} end.\end{document}
Stefan
LaTeX.org admin
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Circled Number
This issue has been discussed here already. A Forum Search will yiel usable results, e. g. with the pifont package.
Best regards and welcome to the board
Thorsten
Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Circled Number

- Stefan Kottwitz
- Site Admin
- Posts: 10344
- Joined: Mon Mar 10, 2008 9:44 pm