-
Notifications
You must be signed in to change notification settings - Fork 556
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
KaTeX Support #62
Comments
I think there are several ways to display KaTeX on the webpage. The easiest way is to add the 'starter template' in the KaTeX documentation to If there are only a few pages that will use KaTeX, another better way is to add custom YAML like {% if page.use_math %}
<!-- insert KaTeX starter template here -->
{% endif %} yet another way to render formulas, is to use a Jekyll plugin such as Jektex. |
If you want to I can make pull request adding jektex. Jektex is very lighweigth and does not bloat the rendered site itself. |
Yes, I’d like to see how it works, thanks. |
I have made pull request #73 adding this feature. |
What are the next steps? Thanks. |
I have made pull request to this repository. If @riggraz decides to accept this PR then you will just have to update |
Great, thanks very much. |
If @riggraz does not merge this PR soon feel free to contact me and I can make PR for you personally. |
Great theme, many thanks to riggraz.
Can anyone help with adding formulas to posts or pages, something like this:
$$f(x) = \int_{-\infty}^\infty \hat f(\xi)\,e^{2 \pi i \xi x} \,d\xi$$
Within github, formula is displayed fine but the rendered webpage does not show formula properly, just as a code.
Thanks in advance.
The text was updated successfully, but these errors were encountered: