Latex

How to include Latex notation in labs and notes

Notes and Books can have Latex content, implemented using the Katex component.

Example Resource Display
Latex Latex Example

You can express Latex content between “$” symbols. For example:

$
x=\frac{ -b\pm\sqrt{ b^2-4ac } } {2a}
$

Will render as:

x=b±b24ac2a x=\frac{ -b\pm\sqrt{ b^2-4ac } } {2a}

You can also express content inline, so thisL

This is an inline example: $c = \pm\sqrt{a^2 + b^2}$ with text before and after

This will render link this:

This is an inline example: c=±a2+b2c = \pm\sqrt{a^2 + b^2} with text before and after.