Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
Document MathJax version to use
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Sep 24, 2024
1 parent 0de6805 commit fb31a56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@ into a format that can be imported into Kolibri Studio.
## MathJax
MathJax files must be in a upper level folder i.e ../ or will raise an error.

Version 2.7.5 should be used as-of Sept. 2024, and hence placed in ../MathJax-2.7.5
2 changes: 1 addition & 1 deletion sushichef.py
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ def mathjax(self):
return "".join([str(s) for s in scripts])

def mathjax_dependences(self, filepath):
mathajax_path = "../MathJax/"
mathajax_path = "../MathJax-2.7.5/"
dependences = [
"config/TeX-AMS_HTML.js",
"jax/input/TeX/config.js",
Expand Down

0 comments on commit fb31a56

Please sign in to comment.