LaTeX Math Commands
LaTeX Math Commands
Fraction, a by b \frac{a}{b}
Square-root of p \sqrt{p}
Sigma ∑ \sum
Parallel ∥ \parallel
Perpendicular \perp
Intersection ⋂ \cap
Union ∪ \cup
⇔ \Leftrightarrow
Infinity ∞ \infty
log \log
NOTE:
Use LaTeX Math Commands ONLY for equations and NOT for individual
characters e.g. …
… if you need to type ab, then DON’T use \({a}^{b}\). Instead make use of
keyboard superscript and/or subscript.
… if you just need to type 𝛼, DON’T use \(\alpha\), u
… for quadratic, ax2 + bx + c, DON’T use \({ax}^{2} + bx + c\) because a
quadratic can be typed easily without LaTeX.
Use LaTeX Math Commands only when you cannot write the equation
using standard keyboard usage.
NOTE2:
In HTML, sometimes you will need to type symbols that are not available
on keyboard, e,g, ±, ∞, 𝛼, △, ∅, θ, etc. Even simple multiplication sign, × ,
is actually different that letter x.
The best way to type such individual symbols in any HTML document (that
which will be displayed by a browser) is to use Character Entity Reference
available at https://dev.w3.org/html5/html-author/charref
Only a selected few are needed, which can easily be mastered ….
Implies ⇒
Angle ∠ ∠
Therefore ∴
Because ∵
Less Than equal to, ≤ ≤
Greater than equal to, ≥ ≥
For complete list, refer to: https://dev.w3.org/html5/html-author/charref
This page can be searched by ‘Character Entity Reference’ in google.