A Thunderbird extension that converts LaTeX to inline images in the message composer.
- Compile all LaTeX expressions
$...$,\(...\)and\[...\]found in the email body. The images will be inserted automatically and aligned with the surrounding text. - Automatically compile and insert an entire LaTeX document into your email.
- Undo LaTeX compilation.
- Customize the appearance of your formulae by editing the document template.
- Since everything is run on your own computer, you're in control!
Required package: jq
Clone the repository or download the code as ZIP file, then run make in
the root directory to build a working XPI.
- Undoing LaTeX compilation only succeeds as long as the original DOM node of the inserted image exists.
- The options panel is not accessible in Thunderbird 91 nightly.