I have a file with a lot of subscripts everywhere and I would like to make them more compact.
I can define \ms with \newcommand{\ms}{\scriptscriptstyle}
How can I redefine
_{}
so that it it applies a \ms (without having to type it every time, i.e., so that
_{} := _{\ms }
EDIT with usecase:
The reason I am looking for this is that what I am writing contains a lot of subscripting of the form
x_{i+k,t}
it has to be reported, but I feel most times to be cumbersome and unappealing to the eyes. A lot of the times it can be skipped while reading, so I just wanted to make it standout less.
