how write in Latex
1 inside a circle in math mode?
Ex:
$\int_{1 inside a circle}$
.Thank you.
$\int_{1 inside a circle}$
.NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\documentclass{article}
\newcommand{\circone}{\mbox{\textcircled{\tiny 1}}}%
\begin{document}
\[ \int\limits_{\circone} \]
\end{document}
Code: Select all
\documentclass{article}
\usepackage{pifont}
\usepackage{amsmath}
\begin{document}
$\int_{\text{\ding{172}}}$
\end{document}
NEW: TikZ book now 40% off at Amazon.com for a short time.