Skip to content

Instantly share code, notes, and snippets.

@pandanote-info
Created September 18, 2018 14:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pandanote-info/21866d461456b13715c56e4bf94aaf5e to your computer and use it in GitHub Desktop.
Save pandanote-info/21866d461456b13715c56e4bf94aaf5e to your computer and use it in GitHub Desktop.
MathJaxの設定例。Wordpressのheader.phpのheadタグの下に設定する。
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
displayAlign: "left",
displayIndent: "2em",
TeX: {
equationNumbers: { autoNumber: "AMS" },
},
tex2jax: {
inlineMath: [['$','$'], ['\\(','\\)']],
processEscapes: true
}
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment