Hi
Due to changes in LATEX server that I publish here, I have found another alternative link to help you with this inconvenient . This new script have to be introduced as I explained in the previous post. Just erase the older one and write the following command:
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js">
MathJax.Hub.Config({
extensions: ["tex2jax.js","TeX/AMSmath.js","TeX/AMSsymbols.js"],
jax: ["input/TeX", "output/HTML-CSS"],
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
displayMath: [ ['$$','$$'], ["\\[","\\]"] ],
},
"HTML-CSS": { availableFonts: ["TeX"] }
});
</script>
That's it !! You can write LATEX again !!
Note:
Script is designed to make inline writting when use single dolar expression ($), and separated centered expression when using double dolar expression ($$).
Example
This is an inline example $f=\sqrt{x^2+y^2}$ of Latex writting
This is an example
$$ g=\frac{\partial}{\partial x}\left( z^2+6x \right) $$
of separated centered writting.
No hay comentarios:
Publicar un comentario