- #1
Chris L T521
Gold Member
MHB
- 915
- 0
We are using a new LaTeX rendering program on our site -- MathJax.
MathJax is compatible with all modern web browsers; the only catch is that you must have JavaScript enabled.
The delimiters necessary to render the LaTeX codes are what you would typically expect when writing LaTeX documents; take note that ${command}$ is disabled. However, "$$" and "\[" are used for centering equations, and "\(" is used for inline equations.
To see the LaTeX source code, right click the rendered image and select the "Show Math As" option in the drop down menu, followed by "TeX Commands".
Here are some examples:
Using the "$$" delimiter:
$$\oint_C fdx+gdy = \iint\limits_R\left(\frac{\partial g}{\partial x}-\frac{\partial f}{\partial y}\right)\,dA$$
$$\int_{\partial M} \omega = \int_M d\omega$$
$$e^x = \sum_{n=0}^{\infty}\frac{x^n}{n!}$$
Using the "\[" delimiter:
\[\begin{aligned}\int_0^1 x^2\,dx &= \left.\frac{1}{3}x^3\right|_0^1\\ &= \frac{1}{3}\end{aligned}\]
\[\begin{array}{c|c|c|c|c} 1 & 2 & 3 & 4 & 5\\\hline 6 & 7 & 8 & 9 & 10\end{array}\]
Using the "\(" delimiter:
If \(x\in S^{\prime}\), then \(x\in\text{cl}\,S\).
For any \(a,b,c\in\mathbb{R}\), if \(a<b\) and \(c>0\), then \(a+c<b+c\).
The solution to the differential equation \(\dfrac{dy}{dx}+y=x\) is \(y(x) = x-1+Ce^{-x}\).To me, the only delimiter that we will need to get used to is "\(". I don't think this will be much of a problem later down the road.
Happy LaTeXing! (Smile)
MathJax is compatible with all modern web browsers; the only catch is that you must have JavaScript enabled.
The delimiters necessary to render the LaTeX codes are what you would typically expect when writing LaTeX documents; take note that ${command}$ is disabled. However, "$$" and "\[" are used for centering equations, and "\(" is used for inline equations.
To see the LaTeX source code, right click the rendered image and select the "Show Math As" option in the drop down menu, followed by "TeX Commands".
Here are some examples:
Using the "$$" delimiter:
$$\oint_C fdx+gdy = \iint\limits_R\left(\frac{\partial g}{\partial x}-\frac{\partial f}{\partial y}\right)\,dA$$
$$\int_{\partial M} \omega = \int_M d\omega$$
$$e^x = \sum_{n=0}^{\infty}\frac{x^n}{n!}$$
Using the "\[" delimiter:
\[\begin{aligned}\int_0^1 x^2\,dx &= \left.\frac{1}{3}x^3\right|_0^1\\ &= \frac{1}{3}\end{aligned}\]
\[\begin{array}{c|c|c|c|c} 1 & 2 & 3 & 4 & 5\\\hline 6 & 7 & 8 & 9 & 10\end{array}\]
Using the "\(" delimiter:
If \(x\in S^{\prime}\), then \(x\in\text{cl}\,S\).
For any \(a,b,c\in\mathbb{R}\), if \(a<b\) and \(c>0\), then \(a+c<b+c\).
The solution to the differential equation \(\dfrac{dy}{dx}+y=x\) is \(y(x) = x-1+Ce^{-x}\).To me, the only delimiter that we will need to get used to is "\(". I don't think this will be much of a problem later down the road.
Happy LaTeXing! (Smile)