样式引入
1 | < link rel = "stylesheet" type = "text/css" href = "./css/equation-embed.css" /> |
js引入
1 2 | < script src = "./js/eq_config.js" ></ script > < script src = "./js/eq_editor-lite-19.js" ></ script > |
编辑器div
1 | < div id = "editor" ></ div > |
公式输入区域(可以使用富文本编辑器)
1 | < textarea id = "latex_formula" rows = "4" cols = "40" ></ textarea > |
公式输出区域
1 | < div class = "see" >< img id = "equation" /></ div > |
js
1 2 3 | var a= new EqTextArea( 'equation' , 'latex_formula' ); //定义输入和输出id EqEditor.embed( 'editor' , '' , '' , 'zh-cn' ); //编辑器文字汉化 EqEditor.add(a, false ); //配置添加到编辑器中 |
特别申明:
本站所有资源都是由网友投稿发布,或转载各大下载站,请自行检测软件的完整性!
本站所有资源仅供学习与参考,请勿用于商业用途,否则产生的一切后果将由您自己承担!
如有侵权请联系我们删除下架,联系方式:lei1294551502@163.com