Skip to content

Commit

Permalink
try a mathjax header following pages-themes/cayman#120
Browse files Browse the repository at this point in the history
  • Loading branch information
bueler committed Dec 11, 2022
1 parent 5a136aa commit 82becd3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ author: Ed Bueler
email: [email protected]
github_username: bueler
markdown: kramdown
theme: jekyll-theme-cayman
kramdown:
math_engine: mathjax
theme: jekyll-theme-cayman
17 changes: 17 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<head>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
processEscapes: true,
processRefs: true,
processEnvironments: true
},
TeX: { equationNumbers: { autoNumber: "AMS" } }
});
</script>
<script type="text/javascript" async
src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
</head>

This is the draft page of **Math 692 Graduate Seminar** in Spring 2023, in the [Dept. of Mathematics and Statistics](http://www.uaf.edu/dms/) at the [University of Alaska Fairbanks](http://www.uaf.edu/).

Expand Down

0 comments on commit 82becd3

Please sign in to comment.