Wednesday, August 19, 2009

Web MathML Editor version 0.8

Hi,

I released a new version for Web MathML Editor.
Changes:
  • add new toolbars;
  • add some useful, already written formula;
  • integrate the editor with "the viewer"

Also I integrate the editor in the MathML IDE Web project.

Thank you and I wait your opinion/suggestions on http://code.google.com/p/mathmleditor/issues/list

Friday, June 26, 2009

Web MathML Editor AS3 version

The version AS3 for "MathML Editor" have been released at http://code.google.com/p/mathmleditor/

Also, I have added 2 more features: copy/paste and undo/redo.

Attention:
1. You must upgrade Flash CS4 with "Adobe Flash CS4 Professional Update (10.0.2)" to build large projects;
2. You must add in "External library path" the component myLib.swc from the folder "components". MyLib is a library from http://mylib.samystudio.net/. Thanks Samuel.

Monday, February 16, 2009

MathML Formula AS3 - version 0.6

Hi
A the version 0.6 for "MathML Formula" have been released at http://code.google.com/p/mathmlformula/.

The improvements are:
  • implement mathml tags: ms, mspace and mpadded;
  • use attributes stretchy, maxsize, and minsize for arrows;
  • change fontsize --> mathsize and fontcolor --> mathcolor to conform with MathML 2.0 standard;
  • implement mathbackground;
  • implement the html-color-name, that is, as one of the color-name keywords defined in HTML4: aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, teal, white, and yellow

Wednesday, December 10, 2008

MathML Editor version 0.7

Hi,

A new version for Editor project have been released at http://www.learn-math.info/mathml.htm.

The main changes are:
  • Fixed bugs related to navigation;
  • Add features to allow you to send/receive the mathML value to/from Editor;
  • Fixed bugs related with current style;
  • Add a panel with the commands;

The project is hosted at http://code.google.com/p/mathmleditor/ and http://sourceforge.net/projects/mathmleditor.

The list of issues is opened to http://code.google.com/p/mathmleditor/issues/list where you can add comments, bugs or new features you want to be added.

Tuesday, November 25, 2008

MathML Formula AS3

Hi,

I have migrated the project "MathML Formula" from AS2 to AS3. The idea and the main work has been done by Сергей Копылов. Thank you.

The project is also hosted at:

We will begin to migrate the other two projects ("MathML Editor" and "MathML on Web") to AS3.

Thursday, November 13, 2008

MathML for Flash version 0.6

Hi

New version for MathML on Web and Editor project have been released at http://www.learn-math.info/mathml.htm.

Changes for Editor project:
  • Implement the last two buttons to have Greek characters;
  • Improve the main buttons group;
<>
The project is also hosted at http://sourceforge.net/projects/mathmleditor.


Changes for MathML on Web:
  • Add right-click menu for displayed formula;
  • Add menu "Get the MathML";

The project is also hosted at http://sourceforge.net/projects/mathmlonweb/

Wednesday, October 15, 2008

MathML for Flash version 0.5

Hi
A new version of "MathML for Flash" have been released at http://www.learn-math.info/mathml.htm.

The improvements are:
For Formula project:
  • Add phantom and error tags;
  • Add mtable, mtr and mtd tags to build matrix;
  • Add columnalign for mtable, mtr and mtd tags;
  • Add framespacing, rowspacing and columnspacing for mtable, mtr and mtd tags;
  • Change the demo to display all this changes;

For Editor project:

  • Include the "Formula projects" version 0.5;
  • Edit more than one MathML formula;
  • Drag and drop a MathML formula;
  • Get the MathML and load a MathML;
  • Add matrix button;
  • Create a main group of buttons to have an easy access;
  • Change the main pannel to a scrollpane;


For MathML on Web:

  • Include the "Formula projects" version 0.5;
  • Create the test page complexPage.html;
  • Test this page on Internet Explorer, Firefox, Opera, Google Chrome;