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

Properly apply MathJax configuration #323

Merged
merged 3 commits into from
Oct 29, 2024
Merged

Properly apply MathJax configuration #323

merged 3 commits into from
Oct 29, 2024

Conversation

benoit74
Copy link
Collaborator

@benoit74 benoit74 commented Oct 24, 2024

Fix #283

Changes:

  • push configuration inline instead of an external script, since only inline configuration is supported, at least in MathJax 2 which we are using
  • use python:3.8-buster instead of python:3.8-slim-buster because we need gcc to compile pyzstd wheel (don't get how it worked in the past, maybe pyzstd was available?)

Nota: this is not yet tested due to #322 and archive.org still not being fully back online

@benoit74 benoit74 self-assigned this Oct 24, 2024
@benoit74 benoit74 marked this pull request as ready for review October 28, 2024 15:39
@benoit74
Copy link
Collaborator Author

I confirm this works as intended, fixing Mathjax display:

image

@benoit74 benoit74 requested a review from rgaudin October 28, 2024 15:40
Copy link
Member

@rgaudin rgaudin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@benoit74 benoit74 merged commit 278ee55 into main Oct 29, 2024
5 checks passed
@benoit74 benoit74 deleted the fix_mathjax branch October 29, 2024 13:17
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 this pull request may close these issues.

Math formulas are not rendered
2 participants