GeneralHow to suppress caption package warning when using beamer?

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
yoyoimut
Posts: 120
Joined: Mon Oct 19, 2009 6:58 am

How to suppress caption package warning when using beamer?

Post by yoyoimut »

Dear all,

I am using beamer with caption package.

Compilation succeeded but with caption warning as follows:

Code: Select all

Package caption Warning: Hyperref support is turned off
(caption)                because hyperref has stopped early.
See the caption package documentation for explanation.
source file:
tester.tex
(417 Bytes) Downloaded 258 times
additional file:
pgfbaseimage.sty
(392 Bytes) Downloaded 251 times
log file:
tester.log
(36.71 KiB) Downloaded 285 times

Thank you in advance.


regards,

yoyoimut

Recommended reading 2024:

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

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

User avatar
sommerfee
Posts: 503
Joined: Mon Apr 09, 2007 4:20 pm

Re: How to suppress caption package warning when using beame

Post by sommerfee »

The problem is that the hyperref package will not be loaded completely when using the beamer package. See line 417 of your log file: "Hyperref stopped early".

For that reason the caption package have to drop its hyperref support and give the above warning message.

But since the hyperref package does not issue a warning because of this (but do a simple \typeout instead) I will drop the warning in future versions of the caption package. (A new version will be released in the very next days anyway.)

Axel
Post Reply