November 6th, 2011 at 10:52:31 PM
permalink
I've seen several websites use a markup language called MathJax to render LaTeX mathematical symbols on screen. For example, this post renders text like
$$ E[T]=\int_0^\infty \left(1-\prod_{j=1}^m (1-e^{-p_j t})\right) dt, $$
as a readable formula.
Any chance we could get that functionality here?
MathJax
$$ E[T]=\int_0^\infty \left(1-\prod_{j=1}^m (1-e^{-p_j t})\right) dt, $$
as a readable formula.
Any chance we could get that functionality here?
MathJax
"In my own case, when it seemed to me after a long illness that death was close at hand, I found no little solace in playing constantly at dice."
-- Girolamo Cardano, 1563
November 7th, 2011 at 4:31:33 AM
permalink
Wizard, it's apparently just 'as simple' as putting this text in the <head> section of your web pages. I was able to download this page as html, insert the text below into the text page, and when I opened the saved page in Explorer, I got the math symbols to appear quite beautifully.
E[T]=¡Ò ¡Þ 0 ⎛ ⎝ 1−¡Ç j=1 m (1−e −p j t )⎞ ⎠ dt,
<script type="text/javascript"
src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
E[T]=¡Ò ¡Þ 0 ⎛ ⎝ 1−¡Ç j=1 m (1−e −p j t )⎞ ⎠ dt,
<script type="text/javascript"
src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
-----
You want the truth! You can't handle the truth!