hugo-theme-flat/exampleSite/content/posts/latex-support.md
2022-09-20 10:41:42 +08:00

595 B

title date tags categories weight show_comments katex draft
Latex Support 2022-09-20T09:36:26+08:00
50 true true false

This article contians some test for latex support. Currently the lib used for rendering LaTeX is \(\LaTeX\)

$$ \pi=\int_{-\infty}^\infty\frac{dx}{1+x^2}

The code which render the above

This article contians some test for latex support. Currently the lib used for rendering LaTeX is [\\(\LaTeX\\)](https://katex.org/)

$$
\pi=\int_{-\infty}^\infty\frac{dx}{1+x^2}
$$

We support \\(\LaTeX\\) now!