-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LaTeX/KaTeX support #24
Comments
I will have to look into it. Parsing the expressions seems a bit complicated at first because it seems the wikipedia API query I'm using doesn't really return proper LaTeX-formatted expressions (it uses Wikipedia's web format for LaTeX). I might implement this, but I do agree that pages with equations look utterly broken right now. For a quick fix, I can remove the unnecessary blank lines, which I will implement in the next release |
Hey, it might actually be quite easy to implement this! I've found a web server that can render LaTeX expressions into SVG images, which I can then load into articles instead of the raw latex expressions. Here's an example |
Nice! Since that's a paid product, maybe a self-hosted server could be used with smth like https://github.com/UST-QuAntiL/latex-renderer ? |
Actually only the web editor interface seems to be paid, the actual service seems to be completely free because the website renders the image for whatever LaTeX expression you give it without any API keys |
Many articles appear broken due to the lack of *TeX rendering
The text was updated successfully, but these errors were encountered: