For example I need to specify a term x subscript a subscript b. For a x subscript a, I can write it as x_{a}. However, x_{a}_{b} is not supported. How do I do that?
Asked
Active
Viewed 291 times
0
1 Answers
1
If you want to insert more than one character as index, you have to put it inside braces. This rule is for the index as well, I mean, if index has more than one char, use braces again.
$x_{a_b}$ and $x_{a_{bc}}$ (or ${x_a}_b = {x_a}_p$)
Sigur
- 37,330
-
-
I suppose that
x_{a_b}means "the variablex, indexed bya_b", whereas{x_a}_bmeans "the variablex_a, indexed byb". In the former case,bis rendered in script-script style, while in the latter it is rendered in script style (andais rendered in "cramped" script style). – Mico Dec 03 '18 at 20:56 -

x_{a_b}or{x_a}_b(even this last is strange)? – Sigur Dec 03 '18 at 20:16