Wiki Stuff
This is a summary of the plug-ins installed. For basic formatting see the Formatting Syntax page.
Boxes
Boxes sample page: http://wiki.jalakai.co.uk/dokuwiki/doku.php/test/boxes
Code
main.cpp
int main(int argc, char *argv[]) { return 0; }
syntax
<code cpp|main.cpp>
int main(int argc, char *argv[])
{
return 0;
}
</code>
Gallery
Math
Symbols: http://www.xm1math.net/phpmathpublisher/doc/help.html
<m>S(f)(t)=a_{0}+sum{n=1}{+infty}{a_{n} cos(n omega t)+b_{n} sin(n omega t)}</m>
<m 12>delim{|}{{1/N} sum{n=1}{N}{gamma(u_n)} - 1/{2 pi} int{0}{2 pi}{gamma(t) dt}}{|} <= epsilon/3</m>
Notes
<note>basic note</note>
<note important>important note</note>
<note warning>warning note</note>
<note tip>tip note</note>


