Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

latex double subscript

Happens usually when you do
a_b_c

To fix it, do
a_{b_c}, a_{bc} or {a_b}_c, depending on what it is you are trying to do.
Source by www.overleaf.com #
 
PREVIOUS NEXT
Tagged: #latex #double #subscript
ADD COMMENT
Topic
Name
2+6 =