What is implemented from MathML?
What is implemented from LaTeX?
MathML compatibility test suites
How to display equations in your site?
How to display graphs in your site?
Plugins for Html Online Editors
Components for your Flex applications
Components for your Flash applications
ATENTION !!! - The plugin generate an image and insert that image in CKEditor. For that you need to have a server side code; The settings and documentation you can find at: Settings to generate the image Steps to integrate the plugin in CKEditor distribution: - Download CKEditor version 3.6.1 and integrate in your site; - Download the plugin for CKEditor from download area and unzip the package; - Copy the folder fmath_formula to plugins folder; - Change config.js to add the plugin: CKEDITOR.plugins.addExternal('fmath_formula', 'plugins/fmath_formula/', 'plugin.js'); CKEDITOR.editorConfig = function( config ) { // Declare the additional plugin config.extraPlugins = 'fmath_formula'; // Add the button to toolbar config.toolbar = [ ['Templates', 'Styles','Format','Font','FontSize','TextColor','BGColor','Maximize','Image'], ['Source'], ['Bold','Italic','Underline','Strike','-','Subscript','Superscript','-','fmath_formula'], ['Table','HorizontalRule'], ['NumberedList','BulletedList','-','Outdent','Indent','Blockquote'] ] }; DO NOT FORGET !!! To generate the image you need to change the file fmath_formula/dialogs/configMathMLEditor.xml. Add or change the property urlGenerateImage with your server name. <property id="urlGenerateImage">http://yourserver/capture/imageCapture.jsp</property> The documentation to configure the editor is here; Tested with: - version 3.5.2; - version 3.6.1 |
| free components MathML flex GWT LaTeX Web Editor free plugin MathML flash math Mathematics Equation Widget MathML flash LaTeX Mathematics FREE Editor Java |