mirror of
https://github.com/projekteuler/projekteuler.git
synced 2025-12-10 16:46:42 +01:00
10 lines
306 B
JavaScript
10 lines
306 B
JavaScript
window.MathJax = {
|
|
jax: ["input/TeX", "output/HTML-CSS"],
|
|
tex2jax: {
|
|
inlineMath: [ ["$","$"], ["\\(","\\)"] ],
|
|
displayMath: [ ["$$","$$"], ["\\[","\\]"] ],
|
|
processEscapes: true,
|
|
ignoreClass: "mathjax_ignore|diff"
|
|
},
|
|
"HTML-CSS": { availableFonts: ["TeX"] }
|
|
}; |