How do I add and use third-party latex packages and make complex latex notations?

How do I add and use third-party latex packages and make complex latex notations?

by Hasibuzzaman Tonmoy -
Number of replies: 1

Apologies if this isn't the correct subforum. My understanding of both LateX and Moodle are limited so I need some help from the experts. Is it possible to achieve something like this (https://www.overleaf.com/read/jhdxfcrskxvh) in Moodle?

I have the Mathjax plugin installed and working and I can get the basic notations working but how do I get something as complex as that functioning?

Average of ratings: -
In reply to Hasibuzzaman Tonmoy

Re: How do I add and use third-party latex packages and make complex latex notations?

by Daniel Thies -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
This is more of a mathematics tools question that a editor question. MathJax handle a limited subset of TeX and can not be extended by macro so it will only work with TeX words it understands and allows. Macro definition are not allowed. The addition problem could be done with those commands if you understand enough TeX to use them. However you can not paste TeX code from an online tool from that site and expect it to work. You could however copy the image it generates and insert it in the editor.