I'm trying to write a derivative wrt to time i.e. dot, in a bold face matrix, which uses the leftindex environment, but Overleaf nags about double subscript (even though it shows it correctly). Can someone tell me what's going on? The offending codes is:
\boldsymbol{\Omega} = \leftindex^{B}_{}{\mathbf{\dot{R}_T}}
which gives the error,
Double subscript. You have written a double subscript incorrectly as
a_b_c. Remember to include {and} when using multiple subscripts. Try
a_{b_c} instead. Learn more
<argument> ...aystyle \mathbf {\dot {R}T} \sb
{xxxxxx}$ l.560 ...= \leftindex^{B}{}{ \mathbf{\dot{R}_T} }
I treat x_1_2' essentially likex_1{}_2'.
It renders it correctly however, as below:
UPDATE: A complete example is this:
\documentclass{article}
\usepackage{mathtools,leftindex}
\begin{document}
\begin{equation}
\boldsymbol{\Omega} = \leftindex^{B}_{}{ \mathbf{\dot{R}_T} }
\end{equation}
\end{document}




\leftindex^{B}_{}{\mathbf{\/\dot{R}_T}}but do you really want the dot and the suvscriptTto be bold?! – campa Nov 21 '23 at 14:44\documentclassand ending with\end{document}. – campa Nov 21 '23 at 14:55