Diff: Help/AsciiMathPlugin
Differences between current version and predecessor to the previous major change of Help/AsciiMathPlugin.
Other diffs: Previous Revision, Previous Author
Newer page: | version 5 | Last edited on 17 January 2022 3:00 | by harold | |
Older page: | version 4 | Last edited on 9 September 2007 0:16 | by harold | Revert |
@@ -1,27 +1,30 @@
-!
Usage
-<verbatim>
-
<?plugin
AsciiMath sum_(i=1)^n i = (n(n+1))/2 ?
>
-</verbatim
>
+==
Usage ==
+{{{
+<<
AsciiMath formula
>>
+}}}
-!
Arguments
+==
Arguments ==
-All arguments are passed to the ASCIIMath PHP library and rendered as
-MATHML.
-See
http://www1.chapman.edu/~jipsen/asciimath.html
+All arguments are passed to the
+[[
http://www1.chapman.edu/~jipsen/asciimath.html|ASCII Math PHP library]]
+and rendered as
+[[http://www.w3.org/Math/|Math ML]].
-!
Example
+==
Example ==
-<verbatim>
-
<?plugin
AsciiMath
sum_(i=1)^n i = (n(n+1))/2 ?
>
-</verbatim>
+{{{
+
<<AsciiMath sum_(i=1)^n i = (n(n+1))/2 >
>
+}}}
-<?plugin
AsciiMath
sum_(i=1)^n i = (n(n+1))/2 ?
>
+<<
AsciiMath sum_(i=1)^n i = (n(n+1))/2 >
>
-!
Author
-PhpWiki
:ReiniUrban
+==
Author ==
+* [[Help
:Reini Urban|Reini Urban]]
-!
See Also
-Help:AsciiSvgPlugin
+==
See Also ==
+* [[
Help:AsciiSVGPlugin]]
+<noinclude>
----
-PhpWikiDocumentation Help:WikiPlugin
+[[
PhpWikiDocumentation]] [[CategoryWikiPlugin]]
+</noinclude>
current version
Usage
<<AsciiMath formula >>
Arguments
All arguments are passed to the
ASCII Math PHP library
and rendered as
Math ML.
Example
<<AsciiMath sum_(i=1)^n i = (n(n+1))/2 >>