Forum Navigation
You need to log in to create posts and topics.

How can I Include Math Formulas in Forum Posts?

Math formulas can be included in forum posts using the LaTex markup language. For example, the following LaTex code:

[latex] E = mc^2 [/latex]

will be rendered in the forum post as:

 E = mc^2

The LaTex parser allows for inline formulas ( E = mc^2 ) and can handle more complex expressions as well:

 \mu_{i} = P_{i}*e^{\beta_{0}+\beta_{E}E_{i}+\sum_{j=1}^{J}\beta_{j}C_{j}}

*Note: Only a limited number of LaTex packages/environments are supported.