|
Revision 613, 1.4 kB
(checked in by ray, 6 years ago)
|
|
Equation: new version
Discussion: Ticket #877
|
| Line | |
|---|
| 1 | AsciiMathML Formula Editor for Xinha |
|---|
| 2 | _______________________ |
|---|
| 3 | |
|---|
| 4 | Based on AsciiMathML by Peter Jipsen (http://www.chapman.edu/~jipsen). |
|---|
| 5 | Plugin by Raimund Meyer (ray) xinha@raimundmeyer.de |
|---|
| 6 | |
|---|
| 7 | AsciiMathML is a JavaScript library for translating ASCII math notation to Presentation MathML. |
|---|
| 8 | |
|---|
| 9 | Usage |
|---|
| 10 | The formmulae are stored in their ASCII representation, so you have to include the |
|---|
| 11 | ASCIIMathML library which can be found in the plugin folder in order render the MathML output in your pages. |
|---|
| 12 | Example: |
|---|
| 13 | <script type="text/javascript" src="/xinha/plugins/AsciiMath/ASCIIMathML.js" |
|---|
| 14 | |
|---|
| 15 | The recommended browser for using this plugin is Mozilla/Firefox. |
|---|
| 16 | |
|---|
| 17 | License information |
|---|
| 18 | |
|---|
| 19 | This program is free software; you can redistribute it and/or modify |
|---|
| 20 | it under the terms of the GNU Lesser General Public License as published by |
|---|
| 21 | the Free Software Foundation; either version 2.1 of the License, or (at |
|---|
| 22 | your option) any later version. |
|---|
| 23 | |
|---|
| 24 | This program is distributed in the hope that it will be useful, |
|---|
| 25 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 26 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|---|
| 27 | Lesser General Public License (at http://www.gnu.org/licenses/lgpl.html) |
|---|
| 28 | for more details. |
|---|
| 29 | |
|---|
| 30 | NOTE: I have changed the license of AsciiMathML from GPL to LGPL according to a permission |
|---|
| 31 | from the author (see http://xinha.gogo.co.nz/punbb/viewtopic.php?pid=4150#p4150) |
|---|
| 32 | Raimund Meyer 11-29-2006 |
|---|