Possible Duplicate:
xfrac + siunitx gives me a font warning
This document (New Century Schoolbook font in \SI)
\documentclass{scrreprt}
\usepackage[utf8]{inputenc}
\usepackage{fouriernc}
\usepackage[T1]{fontenc}
\usepackage{siunitx}
\begin{document}
\SI{1}{\metre\per\second}
\end{document}
produces this warning
LaTeX Font Warning: Size substitutions with differences
(Font) up to 2.01195pt have occurred.
Additional information:
This does only happen with the NC font in \SI with \per ("power to the -1"). Outside of \SI this does not happen (for example `$a^{-1}$ does not produce the warning). This does only happen on the units, not on magnitudes (10^-1).
- Why does this happen?
- Does siunitx require another font size for powers? Why?
- How to fix this warning?


fix-cmpackage. See tex.stackexchange.com/questions/32378/… – lockstep Oct 10 '12 at 10:20siunitxseems to rely on Computer Modern for certain symbols even when other font packages are loaded. – lockstep Oct 10 '12 at 10:25fix-cmI do get a warning outsidetabular. Please test again and, if true, edit your question. – lockstep Oct 10 '12 at 10:30