All Collections
Editing
Writing Equations with LaTeX
Writing Equations with LaTeX

LaTeX is a popular typesetting language that can be used to include mathematical notation in your notes.

Soren Bjornstad avatar
Written by Soren Bjornstad
Updated over a week ago

RemNote supports the inclusion of mathematical equations using LaTeX syntax (specifically, the KaTeX mathematical typesetting system for the web).

Adding equations in RemNote

To enter an equation in LaTeX, type $$ in any Rem. A popup will appear and allow you to edit the LaTeX markup; the resulting equation will be displayed as a preview in your notes. When you have the equation right, click Done or press Enter.

Adding aquations in RemNote

After you've created an equation, click on it or move the cursor over it with the arrow keys to reopen the popup to edit it.

If you have a larger equation, you can change it from Inline to Block mode to place it on its own line by selecting the appropriate option from the drop-down or pressing Alt+B:

The difference between an Inline Math and Block Math

Here are a few more complicated equations to give you an idea of what's possible:

Example of a latex formula in RemNote
Example of a latex formula in RemNote
Example of a latex formula in RemNote

Finding the right LaTeX markup

LaTeX is a highly efficient way of entering equations once you're familiar with it, but if you've never used it before, the necessary markup codes are not obvious. The Supported Functions section of the KaTeX website provides a great reference, and you can click the ? icon in the upper-right corner of the popup at any time to go there.

Another useful resource is Detexify, which allows you to sketch a symbol you're trying to reproduce and see a list of similar symbols known to LaTeX.

Example of Detexify

Note that not all symbols found in Detexify are supported in KaTeX. The Supported Functions table above is the definitive reference.

Chemistry markup

You can also write chemical equations using the mhchem package (support is built in to RemNote). Use the \ce macro (stands for chemical equation), and see the link for further documentation:

Chemistry markup using Latex

Creating LaTeX clozes

In addition to creating cloze deletions on an entire LaTeX equation, you can create deletions within equations. To do this, highlight the part you want to hide and click Create Cloze.

Creating a LaTeX cloze

The card will look like this in review:

Example of the flashcard from a LaTeX cloze

To hide multiple parts of the equation on the same card, like with the Merge option in text cloze deletions, hold down Alt while clicking the Create Cloze button.

How to hide multiple parts of a equation on the same card.

The card will look like this in review:

You can also manually change the cloze IDs (the 1 in c1:: in the example above); two cloze deletions with the same cloze ID will be hidden together.

Did this answer your question?