Some symbols in LaTeX are not rendered.
Describe the bug
I followed the instructions to install LaTeX in my blog, using astro-paper.
https://astro-paper.pages.dev/posts/how-to-add-latex-equations-in-blog-posts/
It mostly works, but there is a bug with the $\neq$ and $\not$ symbols. They do not get rendered, a box appears as if the symbol would not exist. Similar to what happens when you try to render emojis and but the browser does not have the required fonts installed.
To Reproduce
To reproduce the bug, use LaTeX with $\neq$ code. See for instance
https://gavox.srht.site/posts/testlatex/
Expected behavior
I would have expected the not-equal-to symbol to be rendered.
Screenshot

Thanks!
Some symbols in LaTeX are not rendered.
Describe the bug
I followed the instructions to install LaTeX in my blog, using astro-paper.
https://astro-paper.pages.dev/posts/how-to-add-latex-equations-in-blog-posts/
It mostly works, but there is a bug with the$\neq$ and $\not$ symbols. They do not get rendered, a box appears as if the symbol would not exist. Similar to what happens when you try to render emojis and but the browser does not have the required fonts installed.
To Reproduce
To reproduce the bug, use LaTeX with$\neq$ code. See for instance
https://gavox.srht.site/posts/testlatex/
Expected behavior
I would have expected the not-equal-to symbol to be rendered.
Screenshot
Thanks!