Notifications
Clear all
01/07/2018 10:07 pm
Please let me know which plugin you use for mathematics equations? Is this plugin compatible with comment system?
Topic starter
01/07/2018 11:38 pm
I'm using this script from Mathjax Docs, no plugins.
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
tex2jax: {
inlineMath: [['[math]','[/math]'],['$latex','$'], ['\\(','\\)']],
displayMath: [ ['$$','$$'], ['\[','\]'] ],
processEscapes: true, // \$ to write regular dollar sign.
processRefs: true, // process \ref{...} outside of math mode.
ignoreClass: "latex-ignore",
skipTags: ["pre","code"],
},
});
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
Topic starter
01/07/2018 11:53 pm
03/07/2018 1:21 pm
Hi cnpatel,
I'm really sorry, but this cannot be configured by wpDiscuz side. You should find a way to make the lib (that you are loading) working runtime. Now it doesn't work runtime, therefore it renders after refreshing.