Jacky Zhao
2023-02-06 6885651f7b4504446b456a2e61a85f1b787b3873
content/notes/CJK + Latex Support (测试).md
@@ -17,14 +17,13 @@
    f\hat(\xi),e^{2 \pi i \xi x}
    \,d\xi$$
   
Inline math also works with single dollar signs `$...$`. For example, Euler's identity but inline: $e^{i\pi} = 0$
Inline math also works with single dollar signs `$...$`. For example, Euler's identity but inline: $e^{i\pi} = -1$
Aligned equations work quite well:
$$
\begin{aligned}
a &= b + c \\
 &= e + f \\
a &= b + c \\ &= e + f \\
\end{aligned}
$$
@@ -32,10 +31,10 @@
$$
\begin{bmatrix}
1 & 2 & 3\\
1 & 2 & 3 \\
a & b & c
\end{bmatrix}
$$
## RTL
More information on configuring RTL languages like Arabic in the [config](notes/config.md) page
More information on configuring RTL languages like Arabic in the [config](notes/config.md) page.