asciimath plugin by J.Lauritsen
Plugin for translating ASCII math notation to MathML based on $$ as delimiter on wiki pages
Last updated on 2009-02-11. Provides Action.
Compatible with DokuWiki Tested with 2008 DokuWiki and 2009.1.30.
Similar to asciimathml, jsmath, math, math2.
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