I support KaTex in my blog to display math formula
As the subject says, I added KaTex system in my blog to show math formula.
According to KaTex and some articles on the Internet, it is a library based on Tex that enables your website to render fast without any dependency.
Steps for installation
I followed Hugoで数式を書けるようにKaTexを導入する. It was easy to understand and apply to my blog. Thanks!
Try some formula with KaTex
It looks good for me.
$$ \int_{a}^{b} x^{100} dx $$
$$ \boldsymbol{A}= \begin{bmatrix} a & b & c \cr c & d & d \end{bmatrix} $$
$$ \begin{pmatrix} a_{11} & a_{12} & \dots & a_{1n} \cr a_{21} & a_{22} & \dots & a_{2n} \cr \vdots & \vdots & \ddots & \vdots \cr a_{m1} & a_{m2} & \dots & a_{mn} \end{pmatrix} $$
$$ f(x) = \sum_{n=0}^{\infty} \dfrac{f^{(n)}(a)}{n!}(x-a)^n $$