I would like to know if I can use MathJax to render LaTeX notations without encapsulating a \(….\) around LaTeX notations. For e.g. \frac{2}{3} instead of \(\frac{2}{3}\) and if so how do I go about setting it?
Many Thanks!
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.
MathJax needs some way to unambiguously delimit the mathematics on the page. If you don’t use
\(...\), then you have to use something else. You can configure MathJax to use any string you want, but there does have to be something. How would you expect MathJax to recognizex+1as mathematics for example, or just the variablea? There needs to be some delimiter.