Changeset 627 for trunk/plugins/Equation/readme.txt
- Timestamp:
- 12/30/06 17:18:02 (6 years ago)
- Files:
-
- 1 modified
-
trunk/plugins/Equation/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/Equation/readme.txt
r613 r627 10 10 The formmulae are stored in their ASCII representation, so you have to include the 11 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" 12 13 Example (also see example.html): 14 var mathcolor = "black"; // You may change the color of the formulae (default: red) 15 var mathfontfamily = "Arial"; //and the font (default: serif, which is good I think) 16 var showasciiformulaonhover = false; // if true helps students learn ASCIIMath (default:true) 17 <script type="text/javascript" src="/xinha/plugins/AsciiMath/ASCIIMathML.js"></script> 14 18 15 The recommended browser for using this plugin is Mozilla/Firefox. 19 20 The recommended browser for using this plugin is Mozilla/Firefox. At the moment showing the MathML output 21 inside the editor is not supported in Internet Explorer. 22 16 23 17 24 License information
