I am using the IEEE ACCESS template and in my paper, I am using the following equation code where I want to show the alphabet on the circle. How can I use it? The equation code is working but gives me a warning
Command \textcircled invalid in math mode on input line 189.
How can I remove this warning?
\newcommand*\tcircle[1]{\textcircled{\raisebox{-0.5pt}{\fontsize{7pt}{0}\fontfamily{phv}\selectfont{#1}}}}
\begin{equation}
\begin{split}
\tilde \uptau &=T_{\tcircle{A},i}-T_1
\end{split}
\label{eq9}
\end{equation}


\documentclass{ieeeaccess}and ending with\end{document}that recreates the problem – Elad Den Oct 07 '20 at 10:16