Difference between revisions of "JsMathTest"

From aemwiki
Jump to: navigation, search
Line 1: Line 1:
 
I am Currently attempting to use jsMath in this wiki. This page is only a test area and will be removed shortly.
 
I am Currently attempting to use jsMath in this wiki. This page is only a test area and will be removed shortly.
  
<span class="math">\frac{a^{2}}{b}</span>
+
testing inline equation using the span tag: <span class="math">\frac{a^{2}}{b}</span>
  
$\frac{a}{b}$
+
same, using the inline \$ delimiters: $\frac{a}{b}$ and then as a block equation using \$\$ delimiters:$$\frac{a}{b}$$
$$\frac{a}{b}$$
 
  
 +
Finally, a test using the custom delimiters:
 
\begin{equation}\Omega(z) = \frac{1}{2\pi i}\int_{\Gamma}{\frac{\lambda(\delta)}{z-\delta}d\delta}\end{equation}
 
\begin{equation}\Omega(z) = \frac{1}{2\pi i}\int_{\Gamma}{\frac{\lambda(\delta)}{z-\delta}d\delta}\end{equation}

Revision as of 13:11, 20 August 2007

I am Currently attempting to use jsMath in this wiki. This page is only a test area and will be removed shortly.

testing inline equation using the span tag: \frac{a^{2}}{b}

same, using the inline \$ delimiters: $\frac{a}{b}$ and then as a block equation using \$\$ delimiters:$$\frac{a}{b}$$

Finally, a test using the custom delimiters: \begin{equation}\Omega(z) = \frac{1}{2\pi i}\int_{\Gamma}{\frac{\lambda(\delta)}{z-\delta}d\delta}\end{equation}