Difference between revisions of "Team:Waterloo/Example"
m |
(Math section) |
||
Line 26: | Line 26: | ||
<a href="#">link</a> | <a href="#">link</a> | ||
<q cite="">Quotes</q> | <q cite="">Quotes</q> | ||
+ | </section> | ||
+ | <section id="math" title="Math"> | ||
+ | <h2>Math</h2> | ||
+ | <p>MathJax is used to write equations using <span>$</span>.</p> | ||
+ | <h3>Inline math</h3> | ||
+ | <p>Equation is $a = \frac{p}{q}$.</p> | ||
+ | <h3>Block equation</h3> | ||
+ | <p> | ||
+ | $$\nabla \times \vec B = \mu_0 \left( \vec J + \epsilon_0 \frac{\partial \vec E}{\partial t}\right)$$ | ||
+ | </p> | ||
+ | <h3>Greek</h3> | ||
+ | <p> | ||
+ | You can either use the regular unicode with &greek_letter; (ex. &alpha; = α) inline as if you were using LaTeX with <span>$</span>\greek_letter<span>$</span> (ex. <span>$</span>alpha<span>$</span> = $\alpha$). | ||
+ | </p> | ||
</section> | </section> | ||
<section id="images" title="Images & Files"> | <section id="images" title="Images & Files"> |
Revision as of 06:16, 5 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
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$).