Hello,
I have a few questions on Canvas equations, which are:
Solved! Go to Solution.
Your instructor may have been operating in the Advanced View rather than the Basic View. The Advanced View opens up the user to the LaTeX language. It provides access to the symbols and palettes, the same as the Basic View, but it lets you do other things.
In LaTeX, extra white space is ignored and pressing enter does nothing other than make it more readable. If you need an actual line break in your content, you can use a double backslash \\ at the end of a line. Here's an example in the Advanced View.
Generally speaking though, Canvas is easier if you use a separate equation for each object and do not try to split lines up manually. In other words, each of the lines you're typing should be it's own object.
There is a lot of information on the web about LaTeX, just type what you're looking for and add the word latex to it.
To get a dollar sign while you're in the advanced view, you need to escape it with a single backslash \$
I was able to get a $ in the numerator of a fraction in basic mode by pressing the $ twice in a row. To get it in the denominator, I needed to press a space, then press the $ twice, then type the rest of the denominator.
Note that this is in basic view (it doesn't say basic view, you know you're in basic view when it says switch view to advanced)
To get what's shown in the basic mode, I typed
$ $ 9 6 3 / space $ $ 3 6 9
Canvas removed the space from the beginning of the $ so it wasn't there in the end.
In advanced view, you still have access to the templates, so you can choose a fraction, but pressing / won't automatically create one.
That same expression looks like this when typed in advanced mode:
\frac{\$963}{\$369}
Your instructor may have been operating in the Advanced View rather than the Basic View. The Advanced View opens up the user to the LaTeX language. It provides access to the symbols and palettes, the same as the Basic View, but it lets you do other things.
In LaTeX, extra white space is ignored and pressing enter does nothing other than make it more readable. If you need an actual line break in your content, you can use a double backslash \\ at the end of a line. Here's an example in the Advanced View.
Generally speaking though, Canvas is easier if you use a separate equation for each object and do not try to split lines up manually. In other words, each of the lines you're typing should be it's own object.
There is a lot of information on the web about LaTeX, just type what you're looking for and add the word latex to it.
To get a dollar sign while you're in the advanced view, you need to escape it with a single backslash \$
I was able to get a $ in the numerator of a fraction in basic mode by pressing the $ twice in a row. To get it in the denominator, I needed to press a space, then press the $ twice, then type the rest of the denominator.
Note that this is in basic view (it doesn't say basic view, you know you're in basic view when it says switch view to advanced)
To get what's shown in the basic mode, I typed
$ $ 9 6 3 / space $ $ 3 6 9
Canvas removed the space from the beginning of the $ so it wasn't there in the end.
In advanced view, you still have access to the templates, so you can choose a fraction, but pressing / won't automatically create one.
That same expression looks like this when typed in advanced mode:
\frac{\$963}{\$369}