Render MathJax in an SVG file
问题 I have spent a few days on the following with no joy. I wish to render Mathjax in an SVG file. I have no problem including it in a html file in an svg element using a foreignObject from the examples at https://groups.google.com/forum/#!topic/mathjax-users/_UMt3C7TIpQ/discussion, but I cannot get it to work in an svg file. The code I am trying is as follows :- <svg width="1960" height="1080" xmlns="http://www.w3.org/2000/svg"> <script type="text/javascript" src="MathJax-master/MathJax.js