Friday, December 18, 2009

jsMath problems in blogger

Inline math

This is an example of $\frac{1}{\sqrt{2 \pi \sigma^2}}$ inline math

gives

This is an example of $\frac{1}{\sqrt{2 \pi \sigma^2}}$ inline math

Equation Environment

\begin{equation} p(x) = \frac{1}{\sqrt{2 \pi \sigma^2}} e^-x^2/{2 \sigma^2} \end{equation}

gives

\begin{equation} p(x) = \frac{1}{\sqrt{2 \pi \sigma^2}} e^-x^2/{2 \sigma^2} \end{equation}

Shorthand Equation Environment

$$p(x) = \frac{1}{\sqrt{2 \pi \sigma^2}} e^-x^2/{2 \sigma^2}$$

gives

$$p(x) = \frac{1}{\sqrt{2 \pi \sigma^2}} e^-x^2/{2 \sigma^2}$$

<myserver>/jsMath/easy/load.js

No comments:

Post a Comment