LaTeX Formats

LaTeX is widely used in academia for the communication and publication of scientific documents in many fields, including mathematics, statistics, computer science, engineering, chemistry, physics, economics, quantitative psychology, philosophy, and political science. This typesetting language allows users to display properly formatted formulas.

You may embed LaTeX using a variety of different syntaxes. The shortcode syntax, adding the [latex] [/latex] tag, is preferred.
Additionally, you can use native mathjax syntax by surrounding the formula with double dollar signs ($$). Enter the LaTeX code into the Text Editor (not Visual Editor).

Sample Code:
[latex] E=mc^2 [/latex] $$ i\hbar\frac{\partial}{\partial t}\left|\Psi(t)\right>=H\left|\Psi(t)\right> $$
The sample code above will display as:

E=mc2
iℏ∂∂t|Ψ(t)⟩=H|Ψ(t)⟩

Access more documentation on how to use LaTex.

Related Articles