Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to have math formulas look nice on a web page (as in LateX, for instance)

Tags:

html

math

formula

I wonder if there is a framework or something else to display Math formula on a web page. Other than using images of those formulas...

like image 903
Pierre Watelet Avatar asked Feb 24 '10 08:02

Pierre Watelet


2 Answers

I found this https://github.com/mathjax/mathjax very useful. It supports:

  • AsciiMath
  • LaTeX
  • Tex
  • MathML
like image 61
Alireza Fattahi Avatar answered Nov 14 '22 09:11

Alireza Fattahi


Katex

A couple of developers from the Khan Academy released a blazing quick library based off of Tex called Katex:

  • Fast
  • High-quality
  • Self-contained; and,
  • Can be rendered on the server

Looks like a great modern option.

Katex sample

like image 44
Joshua Pinter Avatar answered Nov 14 '22 07:11

Joshua Pinter