From: <var...@us...> - 2009-03-01 14:44:26
|
Revision: 6611 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6611&view=rev Author: vargenau Date: 2009-03-01 14:44:21 +0000 (Sun, 01 Mar 2009) Log Message: ----------- Link to Math ML on W3C Modified Paths: -------------- trunk/pgsrc/Help%2FAsciiMathPlugin Modified: trunk/pgsrc/Help%FAsciiMathPlugin =================================================================== --- trunk/pgsrc/Help%2FAsciiMathPlugin 2009-03-01 14:39:27 UTC (rev 6610) +++ trunk/pgsrc/Help%2FAsciiMathPlugin 2009-03-01 14:44:21 UTC (rev 6611) @@ -1,4 +1,4 @@ -Date: Sun, 1 Mar 2009 10:33:58 +0000 +Date: Sun, 1 Mar 2009 15:42:38 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -10,16 +10,16 @@ == Usage {{{ -<<AsciiMath sum_(i=1)^n i = (n(n+1))/2 >> +<<AsciiMath formula >> }}} == Arguments -All arguments are passed to the ASCIIMath PHP library and rendered as -MATHML. +All arguments are passed to the +[[http://www1.chapman.edu/~jipsen/asciimath.html|ASCII Math PHP library]] +and rendered as +[[http://www.w3.org/Math/|Math ML]]. -See [http://www1.chapman.edu/~jipsen/asciimath.html] - == Example {{{ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |