Skip to content

Instantly share code, notes, and snippets.

@pandanote-info
Created September 18, 2018 14:40
Show Gist options
  • Select an option

  • Save pandanote-info/21866d461456b13715c56e4bf94aaf5e to your computer and use it in GitHub Desktop.

Select an option

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