Questions tagged [mathjax]

MathJax is an open source JavaScript display engine for mathematics that works in all modern browsers. It allows LaTeX commands as input which are then rendered similar to the way LaTeX itself does it. Note that questions dealing with installation of MathJax, how it works, or rendering problems are widely considered to be off topic and are at risk of being closed. These questions can be asked on Stack Overflow (https://stackoverflow.com) instead.

MathJax is an open source JavaScript display engine for mathematics that works in all modern browsers. It allows LaTeX commands as input which are then rendered similar to the way LaTeX itself does it. Note that this software only uses a subset of the LaTeX markup, and is not LaTeX technology; questions that deal with installation of MathJax, how it works, or rendering problems are widely considered to be off topic and are at risk of being closed. Questions about installing, running, and debugging MathJax are better asked on sites with more of the relevant HTML, Javascript, and Mathjax-technology specific expertise, which can be found, among other places at http://stackoverflow.com or http://webmasters.stackexchange.com.

Detailed information about MathJax can be found on the official website and MathJax Forum.

MathJax and related software has been topic of the meta question How do we feel about MathJaX/jsMath/other spin-offs?.

237 questions
34
votes
2 answers

What is the difference between LaTeX and MathJax?

This might be a silly question, but I am rather new to using LaTeX/MathJax, which I use to render chemical equations over at Chemistry SE. I tend to use the term LaTeX and MathJax synonymously, although I think that's wrong. Can anyone point me the…
33
votes
2 answers

Mathjax inline mode not rendering

In wordpress, I appended the Mathjax CDN to my header file. The inline equations do not render while the display-mode equations seem fine. An example: I have experience with Mathjax on another CMS (Drupal) and never had such a problem, or even on…
yayu
  • 5,237
7
votes
0 answers

MathJax vertical space + too thick fraction lines

When I use MathJax, sometimes the fraction lines got a different thickness (below imgage). Why? Another question is how to increase the vertical space between the lines, because in \begin{align} ... \end{align} the lines are so close to each other…
Filkor
  • 181
7
votes
1 answer

Adding horizontal space between fraction in mathjax latex code?

Here is the equation written in mathjax $$y=\frac{1 eV x^2}{2 md v^2}y$$ but it renders like this but i want to show like this i know one idea like this $$y=\frac{1}{2}\frac{ev}{2md}\frac{x^2}{v^2}$$ is there anyway i could write using only…
user80946
  • 197
3
votes
1 answer

Which renderer will be the right one for displaying LaTeX math expression on the web browser?

Sorry in advance if this is an old topic, but I am new to this so I wasn't sure what to search for: I am trying to create a dynamic equation displayed in LaTeX on my website, and I am not sure what method of rendering will be best for this. for…
3
votes
1 answer

Different size brackets for binomial coefficient in inline mode using MathJax

While using MathJax to typeset binomial coefficients, I came across this problem of different sized brackets if my lower index contains the '0' character. Is there anyway to make the brackets the same size?
user71259
3
votes
0 answers

LaTeX in blogger (Google)

I want to write equation as LaTeX in blogger so need to setup MathJax may be. If anyone have done this before then please suggest me what to do. At first I opened the temple >> HTML of that temple >> then entered the cole before
Complex Guy
  • 1,711
2
votes
1 answer

How to write proper mathematical sign with Mathjax

// I first put this question stackoverflow, but was suggested to place the question here as more appropriate I would like to write P[theta | X] in mathematical notation with MathJax. So I used below notation - $$ {P\left[\theta\|X\right]}\propto…
Bogaso
  • 123
  • 2
2
votes
0 answers

Is "\begin{align}" a legitimate tag?

This block works well in MathJax \begin{align} a+b \end{align} and causes error in tex. Is "\begin{align}" a legitimate tag? Do I need to import some package?
JJJohn
  • 556
2
votes
0 answers

Is it possible to write an upright Greek letter in math mode on Stack Exchange?

I'd like to write all mathematical constants (this includes some Greek letters) in upright style – here on Stack Exchange (math mode). Is it possible to write an upright pi, for example? It bothers me pretty much, since, in any document (also math…
2
votes
1 answer

How can I put arrows above an equation in MathJax?

I'm trying to write the following images in TeX using MathJax rendering: So I have the following equation: \[ \frac{36}{60} = \frac{18}{30} = \frac{9}{15} = \frac{3}{5} \] And I want to display arrows above the numerators, and above the…
Kasper
  • 911
2
votes
1 answer

Adding labels to matrix in MathJax?

How can I do the following kind of matrix in MathJax?
mavavilj
  • 191
2
votes
0 answers

How to typeset mathematical expressions in Facebook posts?

Could anyone kindly explain to me how to use MathJax to typeset mathematical expressions in Facebook posts? This YouTube video shows that it can be done, but it does not contain any explanation. Thank you very much for your help! I appreciate it.
1
vote
0 answers

End brace in the wrong location?

I have the following TeX - embedded via MathJax - in an HTML file. The result is shown below but isn't what I expected to see. Instead, I would like to end the "github" brace before .com. How should this be written in order to properly terminate the…
Chris
  • 527
1
vote
1 answer

Is feasible to draw a rectangle containing text as a subscript?

I'm trying to make a rectangle containing text as a subscript, something like this I tried this code $x_{\square{i..j}}$ with MathJax and LaTeX MathJax gives this where the subscript i..j is not inside the square while LaTeX gives this where the…
JJJohn
  • 556
1
2 3