To write subscript say, x subscript 1 , I am writing x_1. However, the problem is that anything following 1 appears to be italic.
Why is it so? I am using Kile as editor.
To write subscript say, x subscript 1 , I am writing x_1. However, the problem is that anything following 1 appears to be italic.
Why is it so? I am using Kile as editor.
_only works in math mode so you need$x_1$At the_tex gave an error and inserted a$to enter math mode, but never leaves it until it reaches something not allowed in math mode, when it would give another error. – David Carlisle Mar 05 '16 at 14:56