\odot
symbol, to be used as an index to another symbol. Here's a MWE of the current \odot
:Code: Select all
\documentclass[12pt,letterpaper,twoside]{book}
\usepackage{lmodern}
\usepackage{amsmath}
\begin{document}
\begin{equation}
t_{\odot} = t_{\star} = t_{\circ} = t_0 = t_{\bullet} = t_{\ast}.
\end{equation}
\end{document}
\star
index on the right. The variation t_{\circ}
is nice, but I would prefer to have a small dot in the middle of the circle, since it's a bit looking like the "0" index. The \bullet
index is too strong (it feels heavy !).Is there a simple way in doing a smaller
\odot
, or a smaller \bullet
?