Difference between revisions of "Team:Waterloo/Example"
(Math section) |
m |
||
Line 26: | Line 26: | ||
<a href="#">link</a> | <a href="#">link</a> | ||
<q cite="">Quotes</q> | <q cite="">Quotes</q> | ||
+ | <p class="highlightBox"> | ||
+ | Text with class="highlightBox" | ||
+ | </p> | ||
+ | <p class="prevHighlightBox"> | ||
+ | Text with class="prevHighlightBox" (reserved for default wiki content that is to be removed) | ||
+ | </p> | ||
</section> | </section> | ||
<section id="math" title="Math"> | <section id="math" title="Math"> |
Revision as of 05:27, 8 September 2015
Example page
Copy and past code from this page as a template for the rest of the site
Headers
Title Header
Section Header
Subsection Header
Normal Header
Small Header
Extra Small Header
Text
Paragraph text
linkQuotes
Text with class="highlightBox"
Text with class="prevHighlightBox" (reserved for default wiki content that is to be removed)
Math
MathJax is used to write equations using $.
Inline math
Equation is $a = \frac{p}{q}$.
Block equation
$$\nabla \times \vec B = \mu_0 \left( \vec J + \epsilon_0 \frac{\partial \vec E}{\partial t}\right)$$
Greek
You can either use the regular unicode with &greek_letter; (ex. α = α) inline as if you were using LaTeX with $\greek_letter$ (ex. $alpha$ = $\alpha$).