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