Plugin for translating ASCII math notation to MathML based on $$ as delimiter on wiki pages
Compatible with DokuWiki
Similar to asciimathml, jsmath, masciimath, math, math2, mathpublish
Refer to Plugins on how to install plugins manually.
Use the syntax shown in R-project documentation or the EpiData Implementation adapted from the R-project (also see: further commands e.g. mapsto)
Notice that this implementation uses $$ as delimiter rather than <acm> or <acmath>
This plugin was inspired by the asciimathml which uses a syntax approach, whereas this one uses the action approach.
<script type="text/javascript" charset="utf-8" src="/dokuwiki/lib/plugins/asciimath/asciimathml148r.js" ></script>
in the …/lib/plugins/s5/renderer.php, before the line
<!-- S5 JS -->
.
if these hints aren´t successful try to use these:
<!-- S5 JS --> <script src="'.$this->base.'../../asciimath/asciimathml148r.js" type="text/javascript" charset="utf-8"></script> //added <script src="'.$this->base.'default/slides.js" type="text/javascript"></script>
– deshi
See AsciiMath-Syntax
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
in the head section of your template file1) to force IE 8 running in IE 7 compatibility mode.
main.php generally