Skip to content

Commit

Permalink
deploy: eb31c28
Browse files Browse the repository at this point in the history
  • Loading branch information
Joecstarr committed May 31, 2024
1 parent 98dbde1 commit 7cf9c3b
Show file tree
Hide file tree
Showing 34 changed files with 1,748 additions and 99 deletions.
55 changes: 55 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,61 @@




<script type="text/javascript" id="MathJax-script" async
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<script>
if (typeof MathJax === 'undefined') {
MathJax = {
loader: {
load: ['[img]/img.min.js', '[tex]/color', '[tex]/amscd'],
paths: { img: 'https://cdn.jsdelivr.net/npm/mathjax-img@3' }
},
tex: {
inlineMath: [["$", "$"], ["\\(", "\\)"]],
displayMath: [["$$", "$$"], ["\\[", "\\]"]],
processEscapes: true,
processEnvironments: true,
extensions: ["autoload-all.js", "AMSmath.js", "AMSsymbols.js", "AMScd.js"],
packages: { '[+]': ['img', 'color', 'amscd'] }
},
options: {
skipHtmlTags: ['script', 'noscript', 'style', 'textarea', 'pre']
}
};
MathJax.startup = {
ready() {
MathJax.startup.defaultReady();
MathJax.startup.promise.then(() => {
console.log("Start startup promise");

document.querySelectorAll("mjx-container").forEach(function (x) {
x.parentElement.classList += ' has-jax '
})

document.querySelectorAll("mjx-container img").forEach((element) => {
var src = element.getAttribute("src");
if (src.endsWith('.svg') == true) {
fetch(src)
.then(res => res.text())
.then(res => {
const holder = document.createElement('div')
holder.style.width = "1em";
holder.style.height = "1em";
holder.innerHTML = res
element.replaceWith(holder)
})
}
});

console.log("End startup promise");
});
}
};
}

</script>


<meta name="theme-color"/>

Expand Down
55 changes: 55 additions & 0 deletions authors/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,61 @@




<script type="text/javascript" id="MathJax-script" async
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<script>
if (typeof MathJax === 'undefined') {
MathJax = {
loader: {
load: ['[img]/img.min.js', '[tex]/color', '[tex]/amscd'],
paths: { img: 'https://cdn.jsdelivr.net/npm/mathjax-img@3' }
},
tex: {
inlineMath: [["$", "$"], ["\\(", "\\)"]],
displayMath: [["$$", "$$"], ["\\[", "\\]"]],
processEscapes: true,
processEnvironments: true,
extensions: ["autoload-all.js", "AMSmath.js", "AMSsymbols.js", "AMScd.js"],
packages: { '[+]': ['img', 'color', 'amscd'] }
},
options: {
skipHtmlTags: ['script', 'noscript', 'style', 'textarea', 'pre']
}
};
MathJax.startup = {
ready() {
MathJax.startup.defaultReady();
MathJax.startup.promise.then(() => {
console.log("Start startup promise");

document.querySelectorAll("mjx-container").forEach(function (x) {
x.parentElement.classList += ' has-jax '
})

document.querySelectorAll("mjx-container img").forEach((element) => {
var src = element.getAttribute("src");
if (src.endsWith('.svg') == true) {
fetch(src)
.then(res => res.text())
.then(res => {
const holder = document.createElement('div')
holder.style.width = "1em";
holder.style.height = "1em";
holder.innerHTML = res
element.replaceWith(holder)
})
}
});

console.log("End startup promise");
});
}
};
}

</script>


<meta name="theme-color"/>

Expand Down
55 changes: 55 additions & 0 deletions categories/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,61 @@




<script type="text/javascript" id="MathJax-script" async
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<script>
if (typeof MathJax === 'undefined') {
MathJax = {
loader: {
load: ['[img]/img.min.js', '[tex]/color', '[tex]/amscd'],
paths: { img: 'https://cdn.jsdelivr.net/npm/mathjax-img@3' }
},
tex: {
inlineMath: [["$", "$"], ["\\(", "\\)"]],
displayMath: [["$$", "$$"], ["\\[", "\\]"]],
processEscapes: true,
processEnvironments: true,
extensions: ["autoload-all.js", "AMSmath.js", "AMSsymbols.js", "AMScd.js"],
packages: { '[+]': ['img', 'color', 'amscd'] }
},
options: {
skipHtmlTags: ['script', 'noscript', 'style', 'textarea', 'pre']
}
};
MathJax.startup = {
ready() {
MathJax.startup.defaultReady();
MathJax.startup.promise.then(() => {
console.log("Start startup promise");

document.querySelectorAll("mjx-container").forEach(function (x) {
x.parentElement.classList += ' has-jax '
})

document.querySelectorAll("mjx-container img").forEach((element) => {
var src = element.getAttribute("src");
if (src.endsWith('.svg') == true) {
fetch(src)
.then(res => res.text())
.then(res => {
const holder = document.createElement('div')
holder.style.width = "1em";
holder.style.height = "1em";
holder.innerHTML = res
element.replaceWith(holder)
})
}
});

console.log("End startup promise");
});
}
};
}

</script>


<meta name="theme-color"/>

Expand Down
55 changes: 55 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,61 @@




<script type="text/javascript" id="MathJax-script" async
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<script>
if (typeof MathJax === 'undefined') {
MathJax = {
loader: {
load: ['[img]/img.min.js', '[tex]/color', '[tex]/amscd'],
paths: { img: 'https://cdn.jsdelivr.net/npm/mathjax-img@3' }
},
tex: {
inlineMath: [["$", "$"], ["\\(", "\\)"]],
displayMath: [["$$", "$$"], ["\\[", "\\]"]],
processEscapes: true,
processEnvironments: true,
extensions: ["autoload-all.js", "AMSmath.js", "AMSsymbols.js", "AMScd.js"],
packages: { '[+]': ['img', 'color', 'amscd'] }
},
options: {
skipHtmlTags: ['script', 'noscript', 'style', 'textarea', 'pre']
}
};
MathJax.startup = {
ready() {
MathJax.startup.defaultReady();
MathJax.startup.promise.then(() => {
console.log("Start startup promise");

document.querySelectorAll("mjx-container").forEach(function (x) {
x.parentElement.classList += ' has-jax '
})

document.querySelectorAll("mjx-container img").forEach((element) => {
var src = element.getAttribute("src");
if (src.endsWith('.svg') == true) {
fetch(src)
.then(res => res.text())
.then(res => {
const holder = document.createElement('div')
holder.style.width = "1em";
holder.style.height = "1em";
holder.innerHTML = res
element.replaceWith(holder)
})
}
});

console.log("End startup promise");
});
}
};
}

</script>


<meta name="theme-color"/>

Expand Down
2 changes: 1 addition & 1 deletion index.json

Large diffs are not rendered by default.

55 changes: 55 additions & 0 deletions resources/analysis_prepsheet/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,61 @@




<script type="text/javascript" id="MathJax-script" async
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<script>
if (typeof MathJax === 'undefined') {
MathJax = {
loader: {
load: ['[img]/img.min.js', '[tex]/color', '[tex]/amscd'],
paths: { img: 'https://cdn.jsdelivr.net/npm/mathjax-img@3' }
},
tex: {
inlineMath: [["$", "$"], ["\\(", "\\)"]],
displayMath: [["$$", "$$"], ["\\[", "\\]"]],
processEscapes: true,
processEnvironments: true,
extensions: ["autoload-all.js", "AMSmath.js", "AMSsymbols.js", "AMScd.js"],
packages: { '[+]': ['img', 'color', 'amscd'] }
},
options: {
skipHtmlTags: ['script', 'noscript', 'style', 'textarea', 'pre']
}
};
MathJax.startup = {
ready() {
MathJax.startup.defaultReady();
MathJax.startup.promise.then(() => {
console.log("Start startup promise");

document.querySelectorAll("mjx-container").forEach(function (x) {
x.parentElement.classList += ' has-jax '
})

document.querySelectorAll("mjx-container img").forEach((element) => {
var src = element.getAttribute("src");
if (src.endsWith('.svg') == true) {
fetch(src)
.then(res => res.text())
.then(res => {
const holder = document.createElement('div')
holder.style.width = "1em";
holder.style.height = "1em";
holder.innerHTML = res
element.replaceWith(holder)
})
}
});

console.log("End startup promise");
});
}
};
}

</script>


<meta name="theme-color"/>

Expand Down
58 changes: 55 additions & 3 deletions resources/continued_fraction/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,61 @@




<script type="text/javascript" id="MathJax-script" async
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<script>
if (typeof MathJax === 'undefined') {
MathJax = {
loader: {
load: ['[img]/img.min.js', '[tex]/color', '[tex]/amscd'],
paths: { img: 'https://cdn.jsdelivr.net/npm/mathjax-img@3' }
},
tex: {
inlineMath: [["$", "$"], ["\\(", "\\)"]],
displayMath: [["$$", "$$"], ["\\[", "\\]"]],
processEscapes: true,
processEnvironments: true,
extensions: ["autoload-all.js", "AMSmath.js", "AMSsymbols.js", "AMScd.js"],
packages: { '[+]': ['img', 'color', 'amscd'] }
},
options: {
skipHtmlTags: ['script', 'noscript', 'style', 'textarea', 'pre']
}
};
MathJax.startup = {
ready() {
MathJax.startup.defaultReady();
MathJax.startup.promise.then(() => {
console.log("Start startup promise");

document.querySelectorAll("mjx-container").forEach(function (x) {
x.parentElement.classList += ' has-jax '
})

document.querySelectorAll("mjx-container img").forEach((element) => {
var src = element.getAttribute("src");
if (src.endsWith('.svg') == true) {
fetch(src)
.then(res => res.text())
.then(res => {
const holder = document.createElement('div')
holder.style.width = "1em";
holder.style.height = "1em";
holder.innerHTML = res
element.replaceWith(holder)
})
}
});

console.log("End startup promise");
});
}
};
}

</script>


<meta name="theme-color"/>

Expand Down Expand Up @@ -728,9 +783,6 @@ <h1 class="relative group">Instructions
<p>A rational number here is &ldquo;/&rdquo; seperating two integers.</p>
<hr>
<style>
body {
font-family: 'Verdana';
}

.text {
padding: 5px;
Expand Down
Loading

0 comments on commit 7cf9c3b

Please sign in to comment.