Table of Contents

Wiki Stuff

This is a summary of the plug-ins installed. For basic formatting see the Formatting Syntax page.

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

{{gallery>namespace}}

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> 
  • S(f)(t)=a_{0}+sum{n=1}{+infty}{a_{n} cos(n omega t)+b_{n} sin(n omega t)}
  • delim{|}{{1/N} sum{n=1}{N}{gamma(u_n)} - 1/{2 pi} int{0}{2 pi}{gamma(t) dt}}{|} <= epsilon/3

Notes

<note>basic note</note>
<note important>important note</note>
<note warning>warning note</note>
<note tip>tip note</note>
 
wiki_stuff.txt · Last modified: 2007/03/09 19:46 by doug     Back to top