HowToEnterMathSymbols

From WeBWorK_wiki
Revision as of 10:47, 18 June 2008 by Gage (talk | contribs)
Jump to navigation Jump to search

Enter mathematics formulas using TeX/LaTeX notation between jsMath delimiters. The jsMath delimiters are <math>...</math> for inline math, and <dmath>...</dmath> for display math.

For example:

Consider the expression
<math>\int_0^\pi \frac{1}{x^2+1} \, ds</math>.
Consider the following expression:
<dmath>\int_0^\pi \frac{1}{x^2+1} \, ds</dmath>
will [math]\int_0^\pi \frac{1}{x^2+1} \, ds[/math] in line. will display <dmath>\int_0^\pi \frac{1}{x^2+1} \, ds</dmath> in a separate line and larger type
To print the markup language as is surround it with: <nowiki>[math]...[/math]<nowiki>

to get <math>...</math> .