我正在使用mathpazo
AMS 数学包,并且刚刚开始使用xfrac
该\sfrac
命令。但是,现在当我使用\sfrac
(或当我设置siunitx
使用它时)时,我得到了以下输出:
LaTeX 字体警告:发生了最大差异为 4.40074pt 的尺寸替换。
我怎样才能解决这里发生的一切并避免出现这些警告?
(附加信息)
我正在使用 Mac OS X 10.7.2,带有 MacTeX 2011 和 TextMate。
这是 pdfTeX,版本 3.1415926-2.3-1.40.12(TeX Live 2011)(格式=pdflatex 2011.10.22)
版本siunitx
为2.3h(2011/10/14)
仅凭这份简短的文件就产生了警告:
\documentclass{article}
\usepackage{siunitx, xfrac}
\begin{document}
\[ \sfrac{123}{456} \]
\end{document}
当我删除 时siunitx
,我不再看到警告。确切的警告消息如下(在某些情况下,我只会收到最后一条消息):
LaTeX Font Warning: Font shape `OT1/cmr/m/n' in size <3.49998> not available
(Font) size <5> substituted on input line 6.
LaTeX Font Warning: Font shape `OML/cmm/m/it' in size <3.49998> not available
(Font) size <5> substituted on input line 6.
LaTeX Font Warning: Font shape `OMS/cmsy/m/n' in size <3.49998> not available
(Font) size <5> substituted on input line 6.
LaTeX Font Info: External font `cmex10' loaded for size
(Font) <6.99997> on input line 6.
LaTeX Font Info: External font `cmex10' loaded for size
(Font) <4.89995> on input line 6.
LaTeX Font Info: External font `cmex10' loaded for size
(Font) <3.49998> on input line 6.
LaTeX Font Warning: Font shape `OT1/cmss/m/n' in size <3.49998> not available
(Font) size <5> substituted on input line 6.
LaTeX Font Warning: Font shape `OT1/cmtt/m/n' in size <3.49998> not available
(Font) size <5> substituted on input line 6.
[1
{/usr/local/texlive/2011/texmf-var/fonts/map/pdftex/updmap/pdftex.map}]
(./test.aux)
LaTeX Font Warning: Size substitutions with differences
(Font) up to 3.25002pt have occurred.
)