Katex (Latex in the web)
The main purpose of this post is to show Katex is working, eventhough I barely use it. I also put some info of troubleshooting I did to make it work.
\(\pi\).
\[E = mc^2\]Troubleshooting on Windows
I had problems running Katex locally on Windows. Apparently the problem is on the JavaScript Runtime. After trying many things, I actually solved the problem by installing Node.js as suggested here, here and here.
sudo apt-get install nodejs
References:
- https://katex.org/
- https://varunagrawal.github.io/2018/03/27/latex-jekyll/
- https://github.com/KaTeX/KaTeX