]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FAsciiMathPlugin
function _PageList_Column* are not private
[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   markup=2;
7   charset=UTF-8
8 Content-Transfer-Encoding: binary
9
10 == Usage ==
11 {{{
12 <<AsciiMath formula >>
13 }}}
14
15 == Arguments ==
16
17 All arguments are passed to the
18 [[http://www1.chapman.edu/~jipsen/asciimath.html|ASCII Math PHP library]]
19 and rendered as
20 [[http://www.w3.org/Math/|Math ML]].
21
22 == Example ==
23
24 {{{
25 <<AsciiMath sum_(i=1)^n i = (n(n+1))/2 >>
26 }}}
27
28 <<AsciiMath sum_(i=1)^n i = (n(n+1))/2 >>
29
30 == Author ==
31 * [[Help:Reini Urban|Reini Urban]]
32
33 == See Also ==
34 * [[Help:AsciiSVGPlugin]]
35
36 <noinclude>
37 ----
38 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
39 </noinclude>