fix italic/bold CJK font warnings

This commit is contained in:
Yu Cong 2025-05-30 11:50:59 +08:00
parent 19a8069aac
commit 68dee2c7e4
2 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ $MATH$
\section{is this bold $MATH \Z$?} \section{is this bold $MATH \Z$?}
\section{这是bold $\text{你好abc}\R$?} \section{这是bold $\text{你好abc}\R$?}
\begin{theorem}[sbada] \begin{theorem}[sbada]
aaa aaa 中文
\end{theorem} \end{theorem}
\begin{equation} \begin{equation}

View File

@ -12,14 +12,14 @@
% Now use the conditional % Now use the conditional
\ifmyctex@sans \ifmyctex@sans
\setCJKmainfont{Source Han Sans SC} \setCJKmainfont{Source Han Sans SC}[BoldFont=*, ItalicFont=*]
\setCJKsansfont{Source Han Sans SC} \setCJKsansfont{Source Han Sans SC}
\setCJKmonofont{Source Han Sans SC} \setCJKmonofont{Source Han Sans SC}
\usepackage[fira]{fontsetup} \usepackage[fira]{fontsetup}
\usepackage{FiraMono} \usepackage{FiraMono}
\else \else
\setCJKmainfont{Source Han Serif SC} \setCJKmainfont{Source Han Serif SC}[BoldFont=*, ItalicFont=*]
\setCJKsansfont{Source Han Serif SC} \setCJKsansfont{Source Han Serif SC}
\setCJKmonofont{Source Han Serif SC} \setCJKmonofont{Source Han Serif SC}
\RequirePackage[charter]{mathdesign} % math font only for serif mode \RequirePackage[charter]{mathdesign} % math font only for serif mode