Skip to main content

LaTeX Lesson Notes Add-On

Teachworks Support avatar
Written by Teachworks Support
Updated today

This add-on allows you to enter TeX and LaTeX in the Internal and Shared Notes fields for a lesson to display math equations.

Enabling the Add-on

  1. Click on "Account & Settings" and then click on "Integrations & Add-ons".

  2. Use the "Search" field on the right and enter "Latex".

  3. Click on the "Enable" link.

Usage

When the add-on has been enabled, a "LaTeX to Math" link will appear below the "Internal Notes" and "Shared Notes" fields. Clicking this link allows you to view the contents with any TeX or LaTeX text converted to equations.

  • Block Display - Wrap the LaTeX in $$ delimiters to display equations in a full width block

  • Inline Display - Wrap the LaTeX in \(...\) delimiters to display equations inline

For example, entering the following LaTeX entered in the internal or shared notes field:

When \(a \ne 0\), there are two solutions to\(ax^2 + bx + c = 0\) and they are

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

Is displayed as:​

Screen_Shot_2021-11-08_at_3.21.10_PM.png

Viewing Equations

When viewing saved lesson notes that include TeX or LaTeX, such as in the lesson details modal or in the Lesson Summaries report, the TeX or LaTeX will be displayed as formatted equations.

Emailing Notes with LaTeX

If you email lesson notes that include LaTeX, it will appear as plain text in the email message, since the code that converts LaTeX markup will not be present in the client's email program.

You may want to suggest the client views the notes in their Teachworks account or install a browser or email add-on (like TeX for Gmail) that will render the LaTeX in equation format.

Did this answer your question?