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
249
votes
18 answers

How to show math equations in general github's markdown(not github's blog)

After investigating, I've found mathjax can do this. But when I write some example in my markdown file, it doesn't show the correct equations: I have added this in the head of markdown file: Is supposed to make fonts bigger. But instead, all it does, is that it makes the…
ojek
  • 9,680
  • 21
  • 71
  • 110
39
votes
5 answers

jupyter notebook takes forever to open and then pages unresponsive - [MathJax] issue

I'm trying to open a jupyter notebook and it takes a long time and I see at the bottom it's trying to load various [MathJax] extension, e.g. at the bottom left of the chrome browser it says: Loading [MathJax]/extensions/safe.js Eventually, the…
profhoff
  • 1,017
  • 1
  • 13
  • 21
39
votes
1 answer

Python alternative to R Markdown

People who work with R are undoubtedly familiar with the R markdown package. I am a vivid python user and use Mistune for converting markdown to html pages. It also supports code highlighting and mathjax to embed latex formulas in html. However…
Tim
  • 2,000
  • 4
  • 27
  • 45
36
votes
3 answers

Chrome rendering MathJax equations with a trailing vertical line

I am working through Andrew Ng's machine learning course on Coursera using the Octave kernel for Jupyter and of course MathJax provides the equation rendering. This thin bar appears on the right side of every equation, and only in Chrome. Any…
Niels
  • 1,513
  • 1
  • 14
  • 21
34
votes
3 answers

Making an HTML string from a React component in background, how to use the string by dangerouslySetInnerHTML in another React component

I'm trying to render LaTeX strings in a React project. Although I use the react-mathjax React components, I want to get an HTML string made from the LaTeX strings in order to concatenate it and the other strings and set it by…
Nyoho
  • 467
  • 1
  • 4
  • 8
33
votes
6 answers

Display Good-looking Math Formula in Android

It is sad to see that science and math is never given enough attention in Android platform. Maybe this is an easy problem, but I'm a total dude in javascript so I'm struggling to understand how to solve this problem. What I want to do is simple: I…
Neoh
  • 15,906
  • 14
  • 66
  • 78
33
votes
12 answers

How to left align Mathjax elements

Mathjax elements are by default, center aligned. How can I make Mathjax elements left aligned?
Anas
  • 5,622
  • 5
  • 39
  • 71
1
2 3
99 100