@@ -595,18 +595,18 @@ For color definition, KaTeX color functions will accept the standard HTML [pred
595
595
** Font**
596
596
597
597
||||
598
- | :------------------------------------| :-----------------------------------| :--------------------------------|
599
- | $\mathrm{Ab0}$ ` \mathrm{Ab0} ` | $\mathbf{Ab0}$ ` \mathbf{Ab0} ` | $\mathsf{Ab0}$ ` \mathsf{Ab0} ` |
600
- | $\mathnormal{Ab0}$ ` \mathnormal{Ab0} ` | $\textbf{Ab0}$ ` \textbf{Ab0} ` | $\textsf{Ab0}$ ` \textsf{Ab0} ` |
601
- | $\textrm{Ab0}$ ` \textrm{Ab0} ` | $\bf Ab0$ ` \bf Ab0 ` | $\sf Ab0$ ` \sf Ab0 ` |
602
- | $\rm Ab0$ ` \rm Ab0 ` | $\bold{Ab0}$ ` \bold{Ab0} ` | $\mathsfit{Ab0}$ ` \mathsfit{Ab0} ` |
603
- | $\textnormal{Ab0}$ ` \textnormal{Ab0} ` | $\boldsymbol{Ab0}$ ` \boldsymbol{Ab } ` | $\Bbb{AB}$ ` \Bbb{AB} ` |
604
- | $\text{Ab0}$ ` \text{Ab0} ` | $\bm{Ab0}$ ` \bm{Ab0} ` | $\mathbb{AB}$ ` \mathbb{AB} ` |
605
- | $\textup{Ab0}$ ` \textup{Ab0} ` | $\textmd{Ab0}$ ` \textmd{Ab0} ` | $\frak{Ab0}$ ` \frak{Ab0} ` |
606
- | $\mathit{Ab0}$ ` \mathit{Ab0} ` | $\mathtt{Ab0}$ ` \mathtt{Ab0} ` | $\mathfrak{Ab0}$ ` \mathfrak{Ab0} ` |
607
- | $\textit{Ab0}$ ` \textit{Ab0} ` | $\texttt{Ab0}$ ` \texttt{Ab0} ` | $\mathcal{AB0}$ ` \mathcal{AB0} ` |
608
- | $\it Ab0$ ` \it Ab0 ` | $\tt Ab0$ ` \tt Ab0 ` | $\cal AB0$ ` \cal AB0 ` |
609
- | $\emph{Ab0}$ ` \emph{Ab0} ` | | $\mathscr{AB}$ ` \mathscr{AB} ` |
598
+ | :------------------------------------| :------------------------------------ | :--------------------------------|
599
+ | $\mathrm{Ab0}$ ` \mathrm{Ab0} ` | $\mathbf{Ab0}$ ` \mathbf{Ab0} ` | $\mathsf{Ab0}$ ` \mathsf{Ab0} ` |
600
+ | $\mathnormal{Ab0}$ ` \mathnormal{Ab0} ` | $\textbf{Ab0}$ ` \textbf{Ab0} ` | $\textsf{Ab0}$ ` \textsf{Ab0} ` |
601
+ | $\textrm{Ab0}$ ` \textrm{Ab0} ` | $\bf Ab0$ ` \bf Ab0 ` | $\sf Ab0$ ` \sf Ab0 ` |
602
+ | $\rm Ab0$ ` \rm Ab0 ` | $\bold{Ab0}$ ` \bold{Ab0} ` | $\mathsfit{Ab0}$ ` \mathsfit{Ab0} ` |
603
+ | $\textnormal{Ab0}$ ` \textnormal{Ab0} ` | $\boldsymbol{Ab0}$ ` \boldsymbol{Ab0 } ` | $\Bbb{AB}$ ` \Bbb{AB} ` |
604
+ | $\text{Ab0}$ ` \text{Ab0} ` | $\bm{Ab0}$ ` \bm{Ab0} ` | $\mathbb{AB}$ ` \mathbb{AB} ` |
605
+ | $\textup{Ab0}$ ` \textup{Ab0} ` | $\textmd{Ab0}$ ` \textmd{Ab0} ` | $\frak{Ab0}$ ` \frak{Ab0} ` |
606
+ | $\mathit{Ab0}$ ` \mathit{Ab0} ` | $\mathtt{Ab0}$ ` \mathtt{Ab0} ` | $\mathfrak{Ab0}$ ` \mathfrak{Ab0} ` |
607
+ | $\textit{Ab0}$ ` \textit{Ab0} ` | $\texttt{Ab0}$ ` \texttt{Ab0} ` | $\mathcal{AB0}$ ` \mathcal{AB0} ` |
608
+ | $\it Ab0$ ` \it Ab0 ` | $\tt Ab0$ ` \tt Ab0 ` | $\cal AB0$ ` \cal AB0 ` |
609
+ | $\emph{Ab0}$ ` \emph{Ab0} ` | | $\mathscr{AB}$ ` \mathscr{AB} ` |
610
610
611
611
One can stack font family, font weight, and font shape by using the ` \textXX ` versions of the font functions. So ` \textsf{\textbf{H}} ` will produce $\textsf{\textbf{H}}$. The other versions do not stack, e.g., ` \mathsf{\mathbf{H}} ` will produce $\mathsf{\mathbf{H}}$.
612
612
0 commit comments