<script type="text/x-mathjax-config">
MathJax.Hub.Config({
TeX: { Augment: {
Definitions: {
macros: {
overparen: ['UnderOver','23DC'],
underparen: ['UnderOver','23DD']
}
}
}}
});
</script>
before the script that loads MathJax.js, then you can use
$\overparen{\rm CH}$
to get a paren over the CH. This is not exactly what you have, but it
is close.
Davide
I have the following in my page head, how to add overparen config?
<script type="text/x-mathjax-config">MathJax.Hub.Config({
tex2jax: {inlineMath: [['$','$'],['\\(','\\)']], // uncomment to use $...$ for inline mathprocessEscapes: 1 // set to 1 to allow \$ to produce a dollar sign},TeX: {Macros: {fplus: "\\genfrac{}{}{0pt}{}{}{+}",fdots: "\\genfrac{}{}{0pt}{}{}{\\cdots}"
},
Augment: {
Definitions: {
macros: {
overparen: ['UnderOver','23DC'],
underparen: ['UnderOver','23DD']
}
}}}});</script>
The definition has gone through correctly (since the macro has been processed). So the configuration looks OK. The problem looks like a font issue.Can you provide a live page that illustrates the problem?Davide
<002.gif>
--
You received this message because you are subscribed to the Google Groups "MathJax Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mathjax-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to a topic in the Google Groups "MathJax Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/mathjax-users/1cmdK1pJqeg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to mathjax-user...@googlegroups.com.