Re: [mathjax-dev] mathjax not working in asp.net update panel

12 views
Skip to first unread message

Peter Krautzberger

unread,
Mar 16, 2016, 4:32:53 AM3/16/16
to mathja...@googlegroups.com, vikastec...@gmail.com
Hi,

I've redirected this message to the MathJax User Group. Please do not post general help question to the Dev Group.

Please also check the User Group guidelines at https://groups.google.com/d/msg/mathjax-users/Dhk3bQgThaM/NPtq7VLv-5EJ

In particular, check the documentation, e.g., http://docs.mathjax.org/en/latest/advanced/typeset.html

Regards,
Peter.



On Wed, Mar 16, 2016 at 6:12 AM, <vikastec...@gmail.com> wrote:
I am using it for examination module where in update panel math equation is not rendering.

i am using below code snippet

MathJax.Hub.Config({
                extensions: ["tex2jax.js"],
                jax: ["input/TeX", "output/HTML-CSS"],
                tex2jax: {
                    inlineMath: [['$', '$'], ["\\(", "\\)"]],
                    displayMath: [['$$', '$$'], ["\\[", "\\]"]],
                    processEscapes: true
                },
                "HTML-CSS": { availableFonts: ["TeX"] }
            });
this is working fine on page load but not when update panel fires

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

Reply all
Reply to author
Forward
0 new messages