Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

Possible Duplicate:
Escape character in LaTeX

I have some equations where I am using $.But when I execute my .tex file with that particular equation the $ sign disappears in the pdf.

Can someone help me regarding this.

share|improve this question
1  
You mean a dollar sign is part of your equation? Then escaping it with a backslash should work, shouldn't it? That is \$ – Bart Aug 31 '12 at 17:39
Have a look at “How to look up a symbol?” for ideas how you can easily find a particular symbol. – Martin Schröder Sep 2 '12 at 12:35

migrated from stackoverflow.com Sep 2 '12 at 12:16

marked as duplicate by Marco Daniel, lockstep, Joseph Wright Sep 2 '12 at 13:57

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.

2 Answers

up vote 7 down vote accepted

You need to quote $ sign with backslash: \$

share|improve this answer

try $ sign with \$

Click here ...


enter image description here

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.