I am using MathJax 1.1 in my web site. I need to place some html before and after every math encountered by the processor (tex2jax in my case).
How can I do this?
-
Should I register a callback?
-
Should I use some options in configuration?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This issue was discussed on the MathJax user’s forum. You could try something like
to add
\displastyle{before and}after the mathematics. You should put this script before the script that loadsMathJax.js.