Putting primes and commas together in subscript results in awkward spacing --- the space between a primed item and the following comma is exceedingly large compared to the space after.
The same happens with any superscripts in subscripts, but with primes this is especially jarring.
This does not occur outside of subscripts. Is there any simple remedy?
MWE:
\documentclass[12pt]{article}
\begin{document}
{
\Huge
\[
f_{a,b',c}\quad a, b', c
\]
}
\end{document}


f_{a,b'\!,c}would be an easy fix. Actually this does happen in textstyle also; it's just not as noticible. You can usea, b'\!, cthere as well. – Sandy G Mar 19 '21 at 22:00\Hugethough are misleading as the font size applies to the whole document not just the brace group, although not clear here as there is nothing after}– David Carlisle Mar 19 '21 at 23:06