]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FAsciiMathPlugin
Harmonize documentation
[SourceForge/phpwiki.git] / pgsrc / Help%2FAsciiMathPlugin
1 Date: Wed, 28 May 2008 19:06:26 +0200
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124)
3 Content-Type: application/x-phpwiki;
4   pagename=Help%2FAsciiMathPlugin;
5   flags="";
6   markup=2;
7   charset=iso-8859-1
8 Content-Transfer-Encoding: binary
9
10 !!! Usage
11 <verbatim>
12   <?plugin AsciiMath  sum_(i=1)^n i = (n(n+1))/2  ?>
13 </verbatim>
14
15 !!! Arguments
16
17 All arguments are passed to the ASCIIMath PHP library and rendered as
18 MATHML.
19 See http://www1.chapman.edu/~jipsen/asciimath.html
20
21 !!! Example
22
23 <verbatim>
24   <?plugin AsciiMath  sum_(i=1)^n i = (n(n+1))/2 ?>
25 </verbatim>
26
27 <?plugin AsciiMath   sum_(i=1)^n i = (n(n+1))/2 ?>
28
29 !!! Author
30 [Reini Urban|PhpWiki:ReiniUrban]
31
32 !!! See Also
33 Help:AsciiSvgPlugin
34
35 ----
36 [PhpWikiDocumentation] [WikiPlugin|Help:WikiPlugin]