Maybe I'm doing some small mistakes that I should identify, so I need help on the following warning messages.
I'm getting lots of messages like these :
Package hyperref Warning: Difference (2) between bookmark levels is greater
(hyperref) than one, level fixed on input line 2048
LaTeX Font Warning: Font shape `T1/qzc/m/n' in size <10.95> not available
(Font) Font shape `T1/qzc/m/it' tried instead on input line 45.
LaTeX Font Warning: Font shape `T1/lmr/bx/sc' undefined
(Font) using `T1/lmr/bx/n' instead on input line 341.
Of course, I checked on all the line numbers that were indicated, but found nothing special there, especially about font substitutions.LaTeX Font Warning: Some font shapes were not available, defaults substituted.
In my preamble, I declared these fonts, with the standard TeXLive 2011 on MacOS X :
\usepackage{lmodern}
\usepackage{textcomp}
Any idea about the messages above ?