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