-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlatex_snippet_cheatsheet.txt
More file actions
99 lines (78 loc) · 1.63 KB
/
latex_snippet_cheatsheet.txt
File metadata and controls
99 lines (78 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
LaTeX UltiSnips Cheat Sheet
Environments
- mm: inline math
- eq: equation environment
- aln: align environment
- cas: cases environment
- pmat: pmatrix
- bmat: bmatrix
Common Math Commands
- ff: fraction
- sq: square root
- abs: absolute value
- norm: norm
- sum: sum
- prod: product
- lim: limit
- int: integral
- dint: indefinite integral
Delimiters
- rb: round brackets
- sb: square brackets
- cb: curly braces
- ab: angle brackets
Greek Letters## Lists and Tables
- itz: itemize environment
- enu: enumerate environment
- tab: full table environment (with caption and label)
- tbr: tabular environment
- aa: alpha
- bb: beta
- gg: gamma
- Gg: Gamma
- dd: delta
- Dd: Delta
- ee: epsilon
- ll: lambda
- ww: omega
- Ww: Omega
Sets
- rr: real numbers
- qq: rationals
- zz: integers
- nn: naturals
- cc: complex numbers
- set: set builder
Logic
- iff: iff
- imp: implies
- and: land
- or: lor
- neg: negation
Arrows
- to: to arrow
- map: mapsto
- ra: Rightarrow
- la: Leftarrow
- lra: Leftrightarrow
Misc
- oo: infinity
- ddx: derivative
- pddx: partial derivative
- star: ast
- perp: perp
- dotp: dot product
Lists and Tables
- itz: itemize environment
- enu: enumerate environment
- tab: full table environment (with caption and label)
- tbr: tabular environment
Text and Font Styling
- bf: \textbf{} (bold text)
- it: \textit{} (italic text)
- bbm: \mathbf{} (bold math)
- mcal: \mathcal{} (calligraphic math)
- mscr: \mathscr{} (script math)
Advanced math modes
- def: definition environment
- box: box around the LaTeX text