Skip to content

Commit

Permalink
added missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Anibal committed Nov 5, 2023
1 parent ffa4a47 commit 0cad168
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/javascripts/mathjax.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
window.MathJax = {
tex: {
inlineMath: [["\\(", "\\)"]],
displayMath: [["\\[", "\\]"]],
processEscapes: true,
processEnvironments: true
},
options: {
ignoreHtmlClass: ".*|",
processHtmlClass: "arithmatex"
}
};

document$.subscribe(() => {
MathJax.typesetPromise()
})

3 changes: 3 additions & 0 deletions docs/optimization.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Optimization

This is a placeholder

0 comments on commit 0cad168

Please sign in to comment.