Equations disappear and again appear for a split second

18 views
Skip to first unread message

Ramakrishna Salagrama

unread,
Sep 30, 2016, 1:56:55 AM9/30/16
to MathJax Users
Hi, When I tried using CHTML instead of HTML, equations disappear and appear for a split second.  Can anyone explain why this happening?  


But with HTML-CSS code, the process of the equations is very smooth.

CHTML Code:
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
CommonHTML: { scale: 90},
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"], 
tex2jax: {inlineMath: [["$","$"],["\\(","\\)"]]},
messageStyle: "none",
}); 
</script> 
<script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML" type="text/javascript"></script>

HTML CSS code:
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
"HTML-CSS": { scale: 90},
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"], 
tex2jax: {inlineMath: [["$","$"],["\\(","\\)"]]},
messageStyle: "none",
}); </script> <script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML" type="text/javascript"></script>

Regards
Raamakrishna


Peter Krautzberger

unread,
Oct 4, 2016, 8:43:36 AM10/4/16
to mathja...@googlegroups.com
Hi,

This is due to the fast-preview extension, which inserts a fast-but-rough rendering which is later replaced by the full-quality rendering.

The extension is included in all combined configuration files but can be disabled in your configuration -- from the first link, e.g., :

MathJax.Hub.Config({
  "fast-preview": {
    disabled: false
  }
});

would do the trick.

Regards,
Peter.

--
You received this message because you are subscribed to the Google Groups "MathJax Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mathjax-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages