Here are some notes I find useful for using LaTex
- Force limits to the top and bottom side of inline sum :
, use \sum\limits instead of \sum alone. - Force limits to the top and bottom side of inline integral :
, use \int\limits instead of \int alone. - Hat:
- Fitted value:
, use \hat{} - Widehat:
, use \widehat{}
- Fitted value:
- Italic:
, it only works for upper-case letters, use \mathcal{} - Underset:
, use \underset{x}{argmin} - Gradient:
, use \nabla - Field representation: the complex field
, the real field , use \mathbb{} - Logical operator
- P and Q:
, \land - P or Q:
, \lor - not P:
, \neg, or , \bar - P xor Q:
, \oplus
- P and Q:
- Set notation
: \mathbb{R} : a \in A : a \notin A : \emptyset : \cap : \cup : \times : \setminus : \subseteq : \subset \bigcup\limits_{i = 1}^{n} \bigcap\limits_{i = 1}^{n}
- Make equation smaller: \scriptstyle
- Isomorphism and approximate equality
: G_1 \cong G_2 : a \approx b : a \approxeq b