I`m trying to insert LaTex into Word 2010.
I`m following the method that the user David Carlisle described here in an answer:
Embed LaTeX math equations into Microsoft Word
I`m trying the following code:
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript"
src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
<title>tex texample</title>
</head>
<body>
$$\left \lfloor{\frac{S}{2}}\right \rfloor \times 4 + \frac{N \times 4}{2} +4 $$
</body>
</html>
It works on the browser

Then i get the MathMl code as described in his post and i added the line at the beginning as he said in his post and i have this code:
But when i post it to word, it appears like this:

What can i do to make the formula appear the same in word as in the browser?
Thanks in advance
Edit:
These are the equation options in my word, they are written in spanish.

Well, i finally made it work, i pasted the equation in a word that was completely empty and it appeared well

Then i copied the formula and pasted it in the other word that wasn`t empty and it worked

I seems that you have to paste the html file on an empty word to make it work. And then you can paste the formula to another word that isn`t empty. Seems that you cant paste it to a word with things written on it directly

