I want to align super and subscript in the display and inline equations
It should be:
Now:
There are n-number of occurrences in my manuscript, is there any possibility to achieve by a single move.
MWE:
\documentclass{article}
\begin{document}
$${_{gij}^{bj}\textbf{\textit{R}}}$$
\end{document}



\[...\]preferable to$$...$$? – campa Jan 22 '20 at 08:43bmpackage and is\bm{R}command => bold italic math. – daleif Jan 22 '20 at 09:47