Showing posts with label caption. Show all posts
Showing posts with label caption. Show all posts

Monday, April 19, 2010

Package caption Warning: Unsupported document class (or package) detected

Often, when you use IEEE templates, the following warnings may appear:

Package caption Warning: Unsupported document class (or package) detected, (caption) usage of the caption package is not recommended.

This happens because the IEEEtrans Class has its own definition on caption layout, and one of the packages you used calls package caption.

To get rid of this warning, disable the caption function of that package. For example, subfig package provides the following solution:
 
\usepackage[caption=false, ...]{subfig}