Skip to content

Instantly share code, notes, and snippets.

@haiderfaraz
Last active December 14, 2015 17:49
Show Gist options
  • Save haiderfaraz/5124738 to your computer and use it in GitHub Desktop.
Save haiderfaraz/5124738 to your computer and use it in GitHub Desktop.
<link rel="stylesheet" type="text/css" href="http://localhost/moodle/custom/jsxgraph.css" media="screen" />
<script type="text/javascript" src="http://localhost/moodle/custom/jsxgraphcore.js"></script>
<script type="text/javascript" src="http://localhost/moodle/custom/GeonextReader.js"></script>
<script type="text/javascript" src="http://localhost/moodle/custom/MathJax/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ['$$','$$'], ['@i','@i'], ["\\(","\\)"],["\\[","\\]"] ],
displayMath:[ ["\\(","\\)"], ['@d','@d'], ["\\[","\\]"] ],
processEscapes: true
}
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment