Skip to content

Commit

Permalink
fix: load boldsymbol mathjax extension (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
taharallouche authored Oct 29, 2024
1 parent 90f4589 commit 227fd78
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/javascripts/mathjax.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ window.MathJax = {
options: {
ignoreHtmlClass: ".*|",
processHtmlClass: "arithmatex"
}
},
loader: { load: ['[tex]/boldsymbol'] },
tex: { packages: { '[+]': ['boldsymbol'] } }
};

document$.subscribe(() => {
Expand Down

0 comments on commit 227fd78

Please sign in to comment.