Using MathJax in a Svelte Project
I’m attempting to use MathJax in a svelte project. The problem I’m facing right now is that typescript will return an error when I try to use LaTeX functions, such as matcal{Q} or color{red}{Q}, the error being “Cannot find name ‘Q'”. Moreover, I can not define macros, neither in the MathJax configuration or in the HTML file itself.