... | ... | @@ -72,4 +72,17 @@ Can MathJax use [enter your favorite font] to render mathematics? |
|
|
|
|
|
MathJax currently only supports STIX and our own webfonts (which are based on TeX Computer Modern and AMS fonts). For the technical reasons, see `this thread <https://groups.google.com/d/msg/mathjax-users/XVrMF_S44UE/wmm5_gil8BwJ>`_. For unsupported hacks, see `this thread <https://groups.google.com/forum/#!topic/mathjax-users/PjcC7lqbNGs/discussion>`_.
|
|
|
|
|
|
How do I print a page after MathJax rendering is complete?
|
|
|
------------------------------------------------------------------------------
|
|
|
|
|
|
From `this thread <https://groups.google.com/d/msg/mathjax-users/_vTqHlpRED8/VuglIdf0C0cJ>`_ you get
|
|
|
|
|
|
::
|
|
|
<script type="text/x-mathjax-config">
|
|
|
MathJax.Hub.Queue(
|
|
|
["Remove",MathJax.Message],
|
|
|
print
|
|
|
);
|
|
|
</script>
|
|
|
|
|
|
You should probably switch to SVG rendering on your print-page (see the discussion on the thread). |
|
|
\ No newline at end of file |