Skip to content
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

Add Mathjax support #13

Closed
asoplata opened this issue Jan 31, 2025 · 0 comments · Fixed by #18
Closed

Add Mathjax support #13

asoplata opened this issue Jan 31, 2025 · 0 comments · Fixed by #18

Comments

@asoplata
Copy link
Collaborator

Current building does not seem to provide support for full TeX mathematical expression. This can be seen if one puts the following sentence (from here https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/writing-mathematical-expressions#writing-inline-expressions ) into a markdown file and tries to build it:

This sentence uses `$` delimiters to show math inline: $\sqrt{3x-1}+(1+x)^2$

If I include that, I get the following output:

make build
python build.py
[WARNING] Could not convert TeX math \sqrt{3x-1}+(1+x)^2, rendering as TeX
[WARNING] Could not convert TeX math -\sqrt{2}/2, rendering as TeX

And, despite its claim to render as TeX, it does not perform any fancy rendering:

Image

This is similar to the earlier version that also was not rendered in the the "Under the hood" section on currents: https://jonescompneurolab.github.io/hnn-under_the_hood/06_primary-electrical-currents/06_primary-electrical-currents

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant