]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FAsciiMathPlugin
Update PHP Doc
[SourceForge/phpwiki.git] / pgsrc / Help%2FAsciiMathPlugin
1 Date: Fri,  7 Dec 2012 14:58:45 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0)
3 Content-Type: application/x-phpwiki;
4   pagename=Help%2FAsciiMathPlugin;
5   flags=PAGE_LOCKED;
6   charset=UTF-8
7 Content-Transfer-Encoding: binary
8
9 == Usage ==
10 {{{
11 <<AsciiMath formula >>
12 }}}
13
14 == Arguments ==
15
16 All arguments are passed to the
17 [[http://www1.chapman.edu/~jipsen/asciimath.html|ASCII Math PHP library]]
18 and rendered as
19 [[http://www.w3.org/Math/|Math ML]].
20
21 == Example ==
22
23 {{{
24 <<AsciiMath sum_(i=1)^n i = (n(n+1))/2 >>
25 }}}
26
27 <<AsciiMath sum_(i=1)^n i = (n(n+1))/2 >>
28
29 == Author ==
30 * [[Help:Reini Urban|Reini Urban]]
31
32 == See Also ==
33 * [[Help:AsciiSVGPlugin]]
34
35 <noinclude>
36 ----
37 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
38 </noinclude>