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

Epub MathJax support.

parent af3cdaf1
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,15 @@
<xsl:template name="user.head.content">
<xsl:param name="node"/>
<xsl:copy-of select="$toggleDisplayScript"/>
<xsl:copy-of select="$toggleDisplayScript"/>
<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>
</script>
</xsl:if>
</xsl:template>
<xsl:template match="d:videoobject" priority="1">
......
......@@ -139,7 +139,7 @@ SAXONCMD=java -cp "${DBOOK_XSL}/tools/lib/saxon9he.jar:/usr/share/java/xercesImp
cd ..; rm -rf mimetype META-INF ${*}.epub
rsync -a --delete ${DBOOK_XSL}/images OEBPS # Images, Css
cat ${DBOOK_XSL_CUSTOM}/webhelp/common/css/positioning.supp.css >> OEBPS/docbook-epub.css # highlighting supplements
zip -qrX ${*}.epub mimetype META-INF OEBPS
zip -qrX ${*}.epub mimetype META-INF OEBPS mathjax
%.slide: %.slide.xml
${SAXON6CMD} $< ${DBOOK_XSL_CUSTOM}/slide/slideHdm.xsl ${dbookXslSlideParam}
......
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