Skip to content

Commit 213a0ca

Browse files
Update 2018-01-01-latex.md
1 parent e75782f commit 213a0ca

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

_posts/2018-01-01-latex.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,20 @@ images:
1313
---
1414

1515
### 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+
1630
 α \alpha
1731
 β \beta
1832
 γ \gamma

0 commit comments

Comments
 (0)