I want to ask something that contains a mathematical formula.

How can I write the equation ? Is there a page that shows the syntax ?

I thought there must be some syntax like in Wikipedia or something...

share|improve this question
See meta.stackoverflow.com/questions/73504/… - but I don't think the syntax is implemented on SO – ChrisF Jan 28 '11 at 14:52

3 Answers

up vote 11 down vote accepted

I'm not sure why Simon deleted his answer, but it was right, you can use the Google Charts API. For example, this:

![foo+bar](https://chart.googleapis.com/chart?cht=tx&chl=foo%2bbar)

becomes:

foo+bar


Edit: Second formula:

\sqrt{foo}

share|improve this answer
2  
+1 I (wrongly) thought they couldn't be added as images. – Gelatin Jan 28 '11 at 15:12
Just to make this complete, an online TEXT editor: codecogs.com/latex/eqneditor.php – Yochai Timmer Jan 28 '11 at 17:42
This doesn't work well when you have more than 1 formula. – Yochai Timmer Jan 28 '11 at 19:40
@Yochai I just tried it in an edit; what issue are you having? – Michael Mrozek Jan 28 '11 at 19:49
tried to put 4 formulas, only the first showed. – Yochai Timmer Jan 28 '11 at 20:03

Ok, best combination I found is doing something like what Michael suggested.
But it's easier to reference the link at the bottom.
So, go to this site: Online LaTex Equation Editor
Create your formula. Use this site and encode it for URL safety: URL Encoder/Decoder

Add the result to the google prefix https://chart.googleapis.com/chart?cht=tx&chl=

Then reference it to your post:

This is a formula ![formula][1]
Another formula: ![another][2]

  [1]: https://chart.googleapis.com/chart?cht=tx&chl=%5Csum_%7B23%7D%5E%7B43%7D
  [2]: https://chart.googleapis.com/chart?cht=tx&chl=%5Csqrt%7B%5Cfrac%7B%5Cpartial%7D%7B%5Cpartial%20x%7D%7D

It will show like this:

This is a formula formula

Another formula: another

share|improve this answer
Unfortunately, the result is not as good as directly from LaTeX... – brimborium Aug 10 '12 at 10:26

Is it something that could be asked on http://math.stackexchange.com/ because they've got really cool markdown (MathJax) based on TeX.

share|improve this answer

You must log in to answer this question.

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