Changes between Version 2 and Version 3 of Documentation/Plugins/Equation
- Timestamp:
- 03/16/18 00:26:12 (5 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/Plugins/Equation
v2 v3 15 15 16 16 {{{ 17 #!text/html18 17 <script type="text/javascript" src="/xinha/plugins/Equation/ASCIIMathML.js"></script> 19 18 }}} … … 26 25 In the editor: 27 26 {{{ 28 #!text/x-javascript29 27 xinha_config.Equation.mathcolor = "black"; 30 28 xinha_config.Equation.mathfontfamily= "sans-serif"; … … 32 30 In the page insert before the script block that loads ASCIIMathML.js 33 31 {{{ 34 #!text/html35 32 <script type="text/javascript"> 36 33 var mathcolor = "black"; // You may change the color of the formulae (default: red)