How to get smaller font for subscript within subscript in math mode? For example, I want the subscript $c$ to be much smaller than it is in the following example:
\documentclass{article}
\begin{document}
$a_{b_{c}}$
\end{document}
But "\scriptstyle" or "\scriptscriptstyle" is not working for some reason for subscripts within subscripts, i.e.
\documentclass{article}
\begin{document}
$a_{b_{\scriptscriptstyle c}}$
\end{document}
has the same result for the size of $c$. So have to make $c$ even smaller?





bin\scriptstyleand thecin\scriptscriptstyle). – Steven B. Segletes Nov 30 '16 at 17:58\scriptstyle, while the second (nested) one is written using\scriptscriptstyle. – Werner Nov 30 '16 at 17:58\scriptscriptsize(the equivalent of\tinyin text mode), you should also be prepared to hand out magnifying glasses to the would-be readers of your documents. – Mico Nov 30 '16 at 18:06$A_{\text{\tiny B}}$worked for me. – Eduardo Reis Aug 31 '20 at 19:18