Skip to content
Snippets Groups Projects
Commit af3cdaf1 authored by Goik Martin's avatar Goik Martin
Browse files

Provide mathjax support for <mathphrase> elements

parent 92bc0104
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@
<script type="text/javascript" src="common/jquery-jcarousel/jcarousel.basic.js"></script>
<script type="text/javascript" src="common/jquery-jcarousel/jcarousel.data-attributes.js"></script>
<xsl:if test="//m:math">
<xsl:if test="//m:math|//d:mathphrase">
<script type="text/x-mathjax-config">MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});</script>
<script src="mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
<xsl:comment>Self closing tags disallowed!</xsl:comment>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment