Hi, I have one problem for diplaying equations on HTML page.
As I followed your example, you add the following script into HTML.
<script type="text/javascript" src="http://latex.codecogs.com/latex.js"></script>
However, when I look into the "latex.js" sourse code, I find that it still depends on the website "http://latex.codecogs.com/". This means that the equations cannot display correctly if I am offline.
Is there a plugin by which equations may be rendered correctly and independently on my own "client" computer similar to "MathPlayer"?
It is worth noticing that I want to render latex locally , just on the "client" ,not on the "server" .
Thank you!
Login