This is a short notice on how to write equation into WordPress post.

One can easily write equation into WordPress by using LaTeX syntax and quote is using $latex and $ sign

For example

$latex  y = 2 x_{1} + 3 x_{2}  $

gives y= 2 x_{1} + 3 x_{2}

another example is

$latex  \left | \left | x \right | \right |_{0} = \frac{1}{2} \left ( 1 + \frac{1}{\mu \left ( A \right ) } \right ) $

gives \left | \left | x \right | \right |_{0} = \frac{1}{2} \left ( 1 + \frac{1}{\mu \left ( A \right ) } \right )

The references how to write a latex equation can be found here:

http://amath.colorado.edu/documentation/LaTeX/Symbols.pdf
http://www.stdout.org/~winston/latex/
http://www.personal.ceu.hu/tex/cookbook.html 

or  a very beginner LaTeX user would interest in this online LaTeX equation editor

http://www.codecogs.com/latex/eqneditor.php

Advertisement