From 448025733c0124eb6d1430f991ea3f3268e929e9 Mon Sep 17 00:00:00 2001
From: SchwarzerYV <103877999+SchwarzerYV@users.noreply.github.com>
Date: Wed, 15 May 2024 11:59:10 +0800
Subject: [PATCH] add some font
---
docs/latex.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/latex.md b/docs/latex.md
index aabf7883..3b9eaa7f 100644
--- a/docs/latex.md
+++ b/docs/latex.md
@@ -903,7 +903,7 @@ x = \begin{cases}
`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:\mathbf{a}` `\textbf{a}` |
-`KaTeX:\mathit{a}` `\textit{a}`
+`KaTeX:\mathit{a}` `\textit{a}` | `KaTeX:\textup{a}` `\textup{a}` | `KaTeX:\textsl{a}` `\textsl{a}` | `KaTeX:\textsc{a}` `\textsc{a}` | `KaTeX:\underline{a}` `\underline{a}`
另见
----