Some Latex formatting is missing ( caesar , vigenere)
curiouskiwi opened this issue · 2 comments
curiouskiwi commented
In the caesar and vigenere problem docs, I see:
\[c_i = (p_i + k_j) \bmod 26\]
rather than a formatted version.
I also notice in my console that I get
/extensions/MathMenu.js?V=2.7.1
Failed to load resource: the server responded with a status of 404 (Not Found)
/extensions/MathZoom.js?V=2.7.1
Failed to load resource: the server responded with a status of 404
Not sure if that's related.
dmalan commented
Seems MathJax.js
, which we're now embedding in the .html
file tries to load additional files. Will figure out how best to embed all!
curiouskiwi commented
This was fixed at some point. closing...