Created
August 14, 2017 10:07
-
-
Save MatsuuraKentaro/6796418c5454bb1e3b6ac0427008d7fe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var fileref=document.createElement('script') | |
fileref.setAttribute("type","text/javascript") | |
fileref.setAttribute("src", "https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML") | |
document.getElementsByTagName("head")[0].appendChild(fileref) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment