On Thu, Jan 19, 2006 at 20:55 +0100, Elrond wrote:
> LaTeX Font Warning: Font shape S/lmr/m/n' undefined
> (Font) using S/cmsy/m/n' instead
This should be OMS/.../m/n, not S/.../m/n.
> I have not found any ways to workaround the warnings.
Add \usepackage{textcomp} to your preaamble, and the warnings will go
away. In general one should (almost) always add \usepackage{textcomp}
when one uses \usepacakge[T1]{fontenc}
cheerio
ralf