OpenLatexEditor question
OpenLatexEditor question
Hi,
I'm actually updating all out equation editor documentation as we speak. If you check the Installation page for the editor, then you'll hopefully find a couple of alternatives for creating equations, including how to form image tags.
For your TiddyWiki needs, I'll create a new 'type' called 'tw', which will return the image in the format you set out above, i.e. try this:
<html> <script type="text/javascript" src="http://latex.codecogs.com/editor.js"></script> <body> <a onclick="OpenLatexEditor('testbox','tw','')">Launch CodeCogs Equation Editor for TiddyWiki</a> <textarea id="testbox" rows="3" cols="40"></textarea> </body> </html>Notice also now if you specify
OpenLatexEditor('testbox','tw','',true)then the editor will launch with inline ticket. As for how inline and compression are ticket together, this was done deliberately. Usually when you writing equation inline with other text you want it compressed also. Hence why you use \inline to compress (or better to say suppress) equation height. Incidentally looking at your image tag example, you're used codecogs.izyba.com. izyba is our test site; we'd preferable it if you use http://www.codecogs.com/gif.latex? to generate equations. Eventually we'll also set up http://latex.codecogs.com/gif.latax, which is a new dedicated domain for the equation work. As for the forum. No. No preview. If you make an mistake go back and edit it! Happy New Year, Will
Login