Diff: Help/AsciiMathPlugin

Note: You are viewing an old revision of this page. View the current version.

Differences between version 4 and previous revision of Help/AsciiMathPlugin.

Other diffs: Previous Major Revision, Previous Author

Newer page: version 4 Last edited on 9 September 2007 0:16 by harold Revert
Older page: version 3 Last edited on 22 May 2014 3:01 by harold Revert
@@ -1,30 +1,27 @@
-== Usage ==  
-{{{  
-<< AsciiMath formula > >  
-}}}  
+! Usage  
+<verbatim>  
+ <?plugin AsciiMath sum_(i=1)^n i = (n(n+1))/2 ? >  
+</verbatim>  
  
-== Arguments ==  
+! Arguments 
  
-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]].  
+All arguments are passed to the ASCIIMath PHP library and rendered as  
+MATHML.  
+See http://www1.chapman.edu/~jipsen/asciimath.html 
  
-== Example ==  
+! Example 
  
-{{{  
- <<AsciiMath sum_(i=1)^n i = (n(n+1))/2 > >  
-}}}  
+<verbatim>  
+ <?plugin AsciiMath sum_(i=1)^n i = (n(n+1))/2 ? >  
+</verbatim>  
  
-<< AsciiMath sum_(i=1)^n i = (n(n+1))/2 >
+<?plugin AsciiMath sum_(i=1)^n i = (n(n+1))/2 ?
  
-== Author ==  
-* [[Help :Reini Urban|Reini Urban]]  
+! Author  
+PhpWiki :ReiniUrban  
  
-== See Also ==  
-* [[ Help:AsciiSVGPlugin]]  
+! See Also  
+Help:AsciiSvgPlugin  
  
-<noinclude>  
 ---- 
-[[ PhpWikiDocumentation]] [[CategoryWikiPlugin]]  
-</noinclude>  
+PhpWikiDocumentation Help:WikiPlugin  

version 4

Usage

  <?plugin AsciiMath  sum_(i=1)^n i = (n(n+1))/2  ?>

Arguments

All arguments are passed to the ASCIIMath PHP library and rendered as MATHML. See http://www1.chapman.edu/jipsen/asciimath.html

Example

  <?plugin AsciiMath  sum_(i=1)^n i = (n(n+1))/2 ?>
i = 1 n i = n ( n +1 ) 2

Author

PhpWiki:ReiniUrban

See Also

Help:AsciiSvgPlugin


PhpWikiDocumentation Help:WikiPlugin