On electronics.stackexchange.com, the following

The best we've been able to do is about US$700, whereas there are specials on 2- or 4-layer PCBs that are in the $200-$300 range.

... renders as:

MathJaX result

MathJaX formatting can be inserted (on some Stack Exchange sites) by putting two dollar signs around a formula. However, this creates a problem if someone wants to mention two prices in dollars in the same line of text, as the text between the two dollar signs will be formatted, probably without the author of the comment understanding what just happened. (The fact that there's a small delay between you edit the text in the text area, and the MathJaX formatting shows up in the live preview, doesn't help either.)

Is there a preferred way of escaping dollar signs so that this doesn't happen? If not, I suggest changing the syntax so that you have to put two dollar signs on each side of the formula to use MathJaX.

share|improve this question
Two on each side is the syntax for block formatted math (rather than the inline math you get from single $ delimitation). Nor do I think tht syntax is negotiable: it comes straight from LaTeX. – dmckee Apr 10 '11 at 20:53
Maybe a space on either side of the $ could work? – Gabe Apr 11 '11 at 4:49

2 Answers

a backslash \ before the dollar sign, you must put.

share|improve this answer
That looks odd in the preview for a second or two, but after that it seems to be correct indeed. – Arjan Apr 10 '11 at 19:36
Works in the edit view, but not on the live page. There, the backslashes are removed, after which the MathJaX is still applied. You can't see my edit yet, since I don't have edit privileges on Electronics. If you could, you would see this... – nitro2k01 Apr 10 '11 at 20:12
And on the grander scale of things, I think users not intending to use MathJaX will be confused about this behavior. I still think a fix of some sort is warranted, like using double dollar signs on each side. – nitro2k01 Apr 10 '11 at 20:14
You may be right. I only tested it in the preview mode on math.SE and it worked. This might probably be due to SO sites using $..$ as delimiters instead of \[...\], which is used by mathjax. – Lorem Ipsum Apr 10 '11 at 20:30
Someone came up with the idea to use $\$$. Cool, it works, but I don't think that's a very intuitive solution. – nitro2k01 Apr 11 '11 at 23:20
yeah, that's why I didn't suggest that solution as it'd be helpful only to folks familiar with TeX. The real issue here is with SO's implementation of MathJax. – Lorem Ipsum Apr 12 '11 at 0:50
This works now, as long as you put the backslash before the dollar sign in your equations, and not before your prices. – Kevin Vermeer Oct 3 '11 at 12:31

This has been fixed by using the delimiters \$ .. \$ on the Electrical Engineering site.

See the discussion and answer here:

OK, we made it so that the only inline math delimiter supported here is \$ from the default of $

(if you are wondering why we don't like the other "defaults" from MathJax such as \( and \[ try typing them yourself in the answer box below to see why. Hint: Markdown.)

So now

This is $20 and that is $30

This is $20 and that is $30

should be unaffected while

This is \$20 and that is \$30

enter image description here

should trigger inline math notation as before.

TeX uses the delimiters $ ... $ and $$ .. $$, but these are common characters on the Web. MathJax recommends against their use, but they've been used on several sites with MathJax. As far as I know, Electrical Engineering is the only Stack Exchange site which uses the \$ .. \$ syntax.

share|improve this answer

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged