Possible Duplicate:
Escape character in LaTeX
Underscore in words
I want to write a name like LKU_IF which contains an underline. When I write it in Latex it doesn't show the result properly. Does anybody know what should I do?
I want to write a name like LKU_IF which contains an underline. When I write it in Latex it doesn't show the result properly. Does anybody know what should I do? |
||||
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
_is treated as a math mode subscript (which is the reason you should get at least twoMissing $ insertederrors). Use\_instead. – Qrrbrbirlbel Jan 8 at 14:21