We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e75782f commit 213a0caCopy full SHA for 213a0ca
1 file changed
_posts/2018-01-01-latex.md
@@ -13,6 +13,20 @@ images:
13
---
14
15
### Greek letters
16
+| 수식 (LaTeX) | 의미 / 설명 | 출력 예시 |
17
+|--------------|------------------------|----------------------|
18
+| `\alpha` | 알파 (Greek alpha) | $\alpha$ |
19
+| `\beta` | 베타 (Greek beta) | $\beta$ |
20
+| `\gamma` | 감마 (Greek gamma) | $\gamma$ |
21
+| `\sum` | 합 기호 | $\sum_{i=1}^n x_i$ |
22
+| `\int` | 적분 기호 | $\int_a^b f(x)\,dx$ |
23
+| `\frac{a}{b}`| 분수 | $\frac{a}{b}$ |
24
+| `\sqrt{x}` | 제곱근 | $\sqrt{x}$ |
25
+| `\infty` | 무한 | $\infty$ |
26
+| `\cdot` | 곱셈 기호 (·) | $a \cdot b$ |
27
+| `\rightarrow`| 오른쪽 화살표 | $A \rightarrow B$ |
28
+| `\mathbb{R}` | 실수 집합 | $\mathbb{R}$ |
29
+
30
α \alpha
31
β \beta
32
γ \gamma
0 commit comments