GeneralSome mysterious compilation warnings...

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
User avatar
Cham
Posts: 937
Joined: Sat Apr 02, 2011 4:06 pm

Some mysterious compilation warnings...

Post by Cham »

During compilation, I'm getting several kryptic warnings. The document all compiles fine, and everything appears to be okay, but I'm wondering about these warning messages.

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.
LaTeX Font Warning: Some font shapes were not available, defaults substituted.
Of course, I checked on all the line numbers that were indicated, but found nothing special there, especially about font substitutions.

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 ?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Some mysterious compilation warnings...

Post by Stefan Kottwitz »

Sure, I got ideas. I would write them up also for archiving purpose, if somebody else would encounter those warnings. However, it's a bad archive having threads with subjects like "Some warnings", "A lot of errors" or similar, and a mix of several issues. Such a thread could help the question poster, but not so much people googling, searching.

A single topic for each issue would be the best, and it would be perfect with the error message or warning in the subject. If you would split it into one topic per warning/error, I would work on that. The first one should have code (Infominimal working example), it would be good for the other ones though I could make a wild guess.

Stefan
LaTeX.org admin
User avatar
Cham
Posts: 937
Joined: Sat Apr 02, 2011 4:06 pm

Re: Some mysterious compilation warnings...

Post by Cham »

While I'm able to reproduce the font warning using a less complicated file (not yet a MWE), I'm still unable to reproduce the "hyperref Warning: Difference (2) between bookmark levels ...", using another file.

I don't know how to create a MWE for the bookmarks level warnings. This one apears to be related to the creation of the indexation table.
User avatar
Cham
Posts: 937
Joined: Sat Apr 02, 2011 4:06 pm

Some mysterious compilation warnings...

Post by Cham »

Ok, Stefan, I created two new topics on these warning messages.

Please, just erase this useless topic here.
Post Reply