This tutorial will assist you in the process of learning how to contribute
to the National Association of Math Circles Wiki.
If you click on a link to an article that does not exist, you have the
option of creating that article.
• Bullets - Use the asterick symbol * at the start of each line
• Bold Text - Place three apostrophes directly before and after the
word that is to be bolded (Example: '''bold word'')
• Italic Text - Place two apostrophes directly before and after the
word that is to be italicized (Example: ''italicized
word'')
If you need to make the title of the link a name that is different from
the actual name of the article, you would type in this format:
[[What is a Math Circle?|Learn About What is a Math
Circle]].
This would display a link titled Learn About What is a Math Circle
that will direct you to the page called What is a Math Circle?.
| <table> | <tr> | <td> | <th> |
| <h1> | <h2> | <h3> | <h4> |
| <h5> | <h6> | <div> | <center> |
| <br> | <strong> | <em> | <p> |
| <b> | <i> | <ul> | <li> |
To enclose inline math, use dollar signs.
For example: $x2$ $\infty$
Renders:

To display paragraph math, enclose the math in between two dollar signs.
For example: $$x2$$
Renders:
![]() |
You may also enclose math in between two "equations" tags.
For example, this syntax:
<equations>
\int \ln(x) \;dx
&= \int 1 \cdot \ln(x) \;dx \
&= x \cdot \ln(x) - \int x \cdot \frac{1}{x} \;dx \
&= x \cdot \ln(x) - x
</equations>
Renders:
![]() |
Other examples:
1) $\sum_{k=1}^\infty \frac{1}{k}$
2) $!\sum_{k=1}^\infty \frac{1}{k}$
Renders:
1)

2)

To make a dollar sign, you have to type: \$