MathJaX Bookmarklet

A bookmarklet for rendering TeX and MathML on pages using the MathJax library.

View project on GitHub

Inline math is rendered when delimited by $ or \( and \). Display math is rendered between $$ or \[ and \].

MathJaX

Drag & Drop to your bookmarks (or right click)!

MathJaX Bookmarklet 3 is a full rewrite of previous bookmarklets. MathJaX Bookmarklet 2 was written by Jakub Kozisek. A version that supports images on Wikipedia was made by Christian Lawson-Perfect.

Examples – Execute the bookmarklet and enjoy!

TeX Examples

The Cauchy-Schwarz Inequality

$\left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right)$

Maxwell’s Equations

\begin{aligned} \nabla \times \vec{\mathbf{B}} -\, \frac1c\, \frac{\partial\vec{\mathbf{E}}}{\partial t} & = \frac{4\pi}{c}\vec{\mathbf{j}} \\ \nabla \cdot \vec{\mathbf{E}} & = 4 \pi \rho \\ \nabla \times \vec{\mathbf{E}}\, +\, \frac1c\, \frac{\partial\vec{\mathbf{B}}}{\partial t} & = \vec{\mathbf{0}} \\ \nabla \cdot \vec{\mathbf{B}} & = 0 \end{aligned}

An Identity of Ramanujan

$$ \frac{1}{\Bigl(\sqrt{\phi \sqrt{5}}-\phi\Bigr) e^{\frac25 \pi}} = 1+\frac{e^{-2\pi}} {1+\frac{e^{-4\pi}} {1+\frac{e^{-6\pi}} {1+\frac{e^{-8\pi}} {1+\ldots} } } } $$

MathML Examples

Curl of a Vector Field

×F=(FzyFyz)i+(FxzFzx)j+(FyxFxy)k

Definition of Christoffel Symbols

(XY)k=Xi(iY)k=Xi(Ykxi+ΓimkYm)

Standard Deviation

σ=1Ni=1N(xiμ)2.