Support Article
Can I use TeX (LaTex) with AlgoApp?
Yes
TeX rendering is available through custom layouts.
How it works
Wrap the field you want to render as math in an element with the attribute data-type="tex".
Example
If your deck has a field named "back", a layout can render it like this:
<div data-type="tex">{{back}}</div>
Steps
- Open the deck's "Layouts" screen.
- Create a layout or edit an existing one.
- Put your TeX field inside an element with data-type="tex".
- Save the layout.
- Enter TeX into that field when creating or editing cards.
Good to know
This is an advanced feature. If you are not already comfortable with custom layouts, read the "What are Layouts?" article first.