... | ... | @@ -78,6 +78,7 @@ 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],
|
... | ... | @@ -86,3 +87,9 @@ From `this thread <https://groups.google.com/d/msg/mathjax-users/_vTqHlpRED8/Vug |
|
|
</script>
|
|
|
|
|
|
You should probably switch to SVG rendering on your print-page (see the discussion on the thread).
|
|
|
|
|
|
|
|
|
Why doesn't a TeX command like `\. {a}` work in MathJax? How do I enter international symbols?
|
|
|
-------------------------------------------------------------------------------------------------
|
|
|
|
|
|
MathJax only strives to implement math-mode macros of TeX, not text-mode. But see `this thread <https://groups.google.com/d/topic/mathjax-users/Pzq6Sf69IDI/discussion>`_ for more information |
|
|
\ No newline at end of file |