Questions tagged [mathjax]

MathJax is an open-source JavaScript engine that makes it easy to embed mathematical equations, symbols, and formulae on a web page. There is also a server-side version that provides command-line and nodejs interfaces to MathJax.

MathJax is an open-source JavaScript engine that makes it easy to embed mathematical equations, symbols, and formulae on a web page. There is also a server-side version that provides command-line and nodejs interfaces to MathJax.

Details:

Download:


Stack Overflow partners MathJax, please check out our tutorial.

1754 questions
0
votes
1 answer

Getting MathJax working on an angular cli project

I would like to be able to use MathJax on my @angular/cli project. I previously had an Angular 2 project that used systemjs where this was not a problem. angular cli switched to using webpack, however, and I can't seem to get this new project…
Pat
  • 3
  • 2
0
votes
0 answers

MathJax string input/output

I've just learned about math MathJax. I've read some documentation, and it looks nice but If I understood it right it scans html page for equations and automatically replace them with HTML/SVG or whatever. My concern is that I'm generating my page…
0
votes
1 answer

MathJax : bad vertical alignment in table

When rendering math containing only letters and other symbols without ascenders (e.g. "x") inside a tag, the text does not align on the baseline (tested with Chrome 56 and Firefox 52 on Windows 1. Example:
Christoph Frings
  • 427
  • 4
  • 14
0
votes
1 answer

How do i get MathJax to enable the mhchem extension

I am working on a chemistry project, and i'm trying to make a site that will show the needed equations, i have installed MathJax and mhchem, but the \ce command is not being processed and the output looks like this: Where the input is: \ce{H2O +…
Cornul11
  • 191
  • 1
  • 12
0
votes
2 answers

Displaying Spinner until Mathjax loaded even with direct anchors URL

My issue is a little bit tricky. For the moment, I get to display a spinner until Mathjax equations are loaded in my HTML page. For this, I do :