GeneralNew beamer update gives a strange warning, how to remove it?

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

New beamer update gives a strange warning, how to remove it?

Post by yoyoimut »

Source:

Code: Select all

\documentclass{beamer}
\let\Tiny=\tiny

\begin{document}
\begin{frame}{test}

test 1 2 3
\end{frame}
\end{document}
log:
Package hyperref Warning: Invalid value `0 0 0'
(hyperref) for option `pdfborder'.
(hyperref) Option setting is ignored on input line 3790.

Package hyperref Info: Option `implicit' set `false' on input line 3790.
Complete log:
LaTeX1.log
(33.08 KiB) Downloaded 254 times
Last edited by yoyoimut on Thu Sep 30, 2010 4:46 am, edited 1 time in total.

Recommended reading 2024:

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

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

frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Re: New beamer update gives a strange warning, how to remove

Post by frabjous »

Please search the forums. This problem has already been discussed in at least four threads.

But to cut things short, there was a problem with a certain version of the hyperref package (which beamer loads). An updated version of hyperref which fixes the problem has already been posted to CTAN. Assuming the fixed version has made it to your local mirror, you should be able to solve the problem by using the package manager of your distribution to update the package to the newest version.
yoyoimut
Posts: 120
Joined: Mon Oct 19, 2009 6:58 am

New beamer update gives a strange warning, how to remove it?

Post by yoyoimut »

frabjous wrote:Please search the forums. This problem has already been discussed in at least four threads.

But to cut things short, there was a problem with a certain version of the hyperref package (which beamer loads). An updated version of hyperref which fixes the problem has already been posted to CTAN. Assuming the fixed version has made it to your local mirror, you should be able to solve the problem by using the package manager of your distribution to update the package to the newest version.

OK. Thank you.
I will download the latest hyperref.

yoyo.
Post Reply