我使用lgreek
包来插入希腊字母,这里有一个最小的工作示例:
\documentclass{article}
\usepackage[T2A]{fontenc}
\usepackage{babel}
\usepackage{lgreek}
\begin{document}
\section{\textup{\begin{greek} p\end{greek}}}
\end{document}
结果很适合我,但出现警告:
LaTeX Font Warning: Font shape `LG/cmr/bx/n' in size <14.4> not available (Font)
Font shape `LG/cmr/b/n' tried instead on input line 9.
我尝试使用\fontseries{b}
,但警告仍然存在。所以,问题是:如何修复代码,让警告消失?