Adds codecogs WYSIWYG LaTex equation popup editor to wordrpess TinyMCE editor.
/wp-content/plugins/ directoryYou can also use this editor to only input latex code and let plugins like quicklatex, mathjax or Latex for WordPess to convert it to equation image, you'd better change line 90 in editor_plugin.js tinyMCE.activeEditor.execCommand('mceInsertContent', false, ''); to tinyMCE.activeEditor.execCommand('mceInsertContent', false, '\['+latex+'\]'); inorder to only copy LaTex code to TinyMCE textarea when click the copy button.
Requires: 3.1 or higher
Compatible up to: 3.1.4
Last Updated: 2011-9-20
Downloads: 971
Got something to say? Need help?