diff --git a/.dockerignore b/.dockerignore
index 4827b056..90a5b687 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -23,4 +23,6 @@ yarn.lock
# IDEA
*.iml
*.ipr
-*.iws
\ No newline at end of file
+*.iws
+
+*.tex
\ No newline at end of file
diff --git a/.gitignore b/.gitignore
index cd05af32..b9fd40e3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,4 +22,6 @@ yarn.lock
# IDEA
*.iml
*.ipr
-*.iws
\ No newline at end of file
+*.iws
+
+\demo
\ No newline at end of file
diff --git a/docs/latex.md b/docs/latex.md
index a19e36b5..aabf7883 100644
--- a/docs/latex.md
+++ b/docs/latex.md
@@ -72,7 +72,7 @@ Supported Functions
``KaTeX:\\\`{a}`` \\`{a}
| `KaTeX:\={a}` `\={a}` |
`KaTeX:\"{a}` `\"{a}` | `KaTeX:\v{a}` `\v{a}` |
`KaTeX:\^{a}` `\^{a}` | `KaTeX:\u{a}` `\u{a}` |
-`KaTeX:\r{a}` `\r{a}` | `KaTeX:\mathbf{a}` `\mathbf{a}` |
+`KaTeX:\r{a}` `\r{a}`
### Delimiter Sizing
@@ -202,6 +202,7 @@ Supported Functions
| `KaTex:f'` | `f'` | `KaTex:\underline{abc}` | `\underline{abc}` | `KaTex:\overleftarrow{abc}` | `\overleftarrow{abc}` |
| `KaTex:\sqrt{abc}` | `\sqrt{abc}` | `KaTex:\widehat{abc}` | `\widehat{abc}` | `KaTex:\overbrace{abc}` | `\overbrace{abc}` |
| `KaTex:\sqrt[n]{abc}` | `\sqrt[n]{abc}` | `KaTex:\widetilde{abc}` | `\widetilde{abc}` | `KaTex:\underbrace{abc}` | `\underbrace{abc}` |
+|`KaTex:\frac{d^n y}{d x^n}`| `\frac{d^n y}{d x^n}` | `KaTex:\int_{b}^{a} \,dx` | `\int_{b}^{a} \,dx` | `KaTex:\lim_{x \to \infty}` | `\lim_{x \to \infty}` |
### 分隔符 Delimiters
@@ -891,6 +892,7 @@ x = \begin{cases}
`KaTex:\LARGE AB` | `\LARGE AB` | `KaTex:\LARGE AB` | `\LARGE AB` | `KaTex:\footnotesize AB` | \footnotesize AB
`KaTex:\Large AB` | `\Large AB` | `KaTex:\Large AB` | `\Large AB` | `KaTex:\scriptsize AB` | \scriptsize AB
`KaTex:\large AB` | `\large AB` | `KaTex:\large AB` | `\large AB` | `KaTex:\tiny AB` | \tiny AB
+`KaTex:\mathcal{AB}` | `\mathcal{AB}` | `KaTex:\mathak{AB}` | `\mathak{AB}` | `KaTex:\mathbb{AB}` | `\mathbb{AB}` | `KaTex:\mathsf{AB}` | `\mathsf{AB}`
### Style 样式
@@ -900,7 +902,8 @@ x = \begin{cases}
`KaTex:\displaystyle\sum_{i=1}^n` | \displaystyle\sum_{i=1}^n | `KaTex:\textstyle\sum_{i=1}^n` | \textstyle\sum_{i=1}^n
`KaTex:\scriptstyle x` | \scriptstyle x | `KaTex:\scriptscriptstyle x` | \scriptscriptstyle x
`KaTex:\lim\limits_x` | \lim\limits_x | `KaTex:\lim\nolimits_x` | \lim\nolimits_x
-`KaTex:\verb!x^2!` | \verb!x^2!
+`KaTex:\verb!x^2!` | \verb!x^2! | `KaTeX:\mathbf{a}` `\textbf{a}` |
+`KaTeX:\mathit{a}` `\textit{a}`
另见
----