2022-04-03 03:00:14 +03:00
|
|
|
---
|
2022-04-03 03:38:39 +03:00
|
|
|
title: "CJK + Latex Support (测试)"
|
2022-04-03 03:00:14 +03:00
|
|
|
---
|
|
|
|
|
|
|
|
## Chinese, Japanese, Korean Support
|
|
|
|
几乎在我们意识到之前,我们已经离开了地面。
|
|
|
|
|
|
|
|
우리가 그것을 알기도 전에 우리는 땅을 떠났습니다.
|
|
|
|
|
|
|
|
私たちがそれを知るほぼ前に、私たちは地面を離れていました。
|
|
|
|
|
|
|
|
## Latex
|
|
|
|
|
|
|
|
Block math works with two dollar signs `$$...$$`
|
|
|
|
|
|
|
|
$$f(x) = \int_{-\infty}^\infty
|
2022-04-03 06:34:55 +03:00
|
|
|
f\hat(\xi),e^{2 \pi i \xi x}
|
2022-04-03 03:00:14 +03:00
|
|
|
\,d\xi$$
|
|
|
|
|
|
|
|
Inline math also works with single dollar signs `$...$`. For example, Euler's identity but inline: $e^{i\pi} = 0$
|
|
|
|
|
|
|
|
Aligned equations work quite well:
|
|
|
|
|
|
|
|
$$
|
|
|
|
\begin{aligned}
|
2022-04-03 21:42:42 +03:00
|
|
|
a &= b + c \\ &= e + f \\
|
2022-04-03 03:00:14 +03:00
|
|
|
\end{aligned}
|
|
|
|
$$
|
|
|
|
|
|
|
|
And matrices
|
|
|
|
|
|
|
|
$$
|
|
|
|
\begin{bmatrix}
|
2022-04-03 21:42:42 +03:00
|
|
|
1 & 2 & 3 \\
|
2022-04-03 03:00:14 +03:00
|
|
|
a & b & c
|
|
|
|
\end{bmatrix}
|
2022-04-03 03:38:39 +03:00
|
|
|
$$
|
|
|
|
|
|
|
|
## RTL
|
2022-09-12 04:03:55 +03:00
|
|
|
More information on configuring RTL languages like Arabic in the [config](notes/config.md) page.
|