Canvas Equation Editor Tips: Basic View
With the Basic View of the Canvas Equation Editor, you can input expressions, symbols, operations, and
other mathematical items in the Rich Content Editor. In addition to the Equation Editor, equations can be
added manually in any Canvas area that includes a text field, such as the title of an assignment or in a
calendar event.
Expressions, Symbols, and Operations
Symbol | LaTex Code | Symbol | LaTex Code | Symbol | LaTex Code |
---|---|---|---|---|---|
x ^ 2 |
\cap |
f\circ g |
|||
x _ 2 |
\le |
\infty |
|||
\sqrt{x} |
\ge |
\angle C |
|||
\sqrt[n]{x} |
\in |
\partial |
|||
\frac{3}{5} |
\notin |
\rightarrow |
|||
y\prime |
\subset |
\lim_x\rightarrow a |
|||
y\prime\prime |
\not\subset |
\vert |
|||
\pm |
\subseteq |
\cup |
|||
3 \cdot 9 |
\varnothing |
\parallel |
|||
3 \times 9 |
\approx |
\sum |
|||
9 \div 3 |
\ne |
\perp |
|||
\therefore |
\ell |
\int |
Number Sets and Greek Letters (not the same slash as in HTML)
Symbol | LaTex Code | Symbol | LaTex Code | Symbol | LaTex Code |
---|---|---|---|---|---|
\alpha |
\lambda |
\phi |
|||
\beta |
\mu |
\omega |
|||
\gamma |
\nu |
\ R |
|||
\delta |
\pi |
\ N |
|||
\Delta |
\rho |
\ Z |
|||
\epsilon |
\sigma |
\ C |
|||
\theta |
\tau |
\ Q |
Equation Formatting
When equations are added from the Equation Editor in the Rich Content Editor, the editor supports inline
or block formatting delimiters to identify equations.
Inline Formatting
Placing an equation inside a \(...\)
delimiter indicates the equation should be in an inline format.
Generally, equations entered with text should be formatted inline.
Example: \(area = \int_{a}^b f(x)dx\)
Block Formatting
Placing an equation inside a $$...$$
delimiter indicates the equation should be in a block format.
Example: $$y = mx + b$$
Rich Content Editor
When saved, the Rich Content Editor displays the equations in the editor window as inline formatted text
[1] or block formatted text [2].