Graphics, Figures & Tablesbeamer warning! pgf packages obselete

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
neumannturing
Posts: 32
Joined: Sun Mar 01, 2009 8:29 am

beamer warning! pgf packages obselete

Post by neumannturing »

Hi,
I got 4 warnings when I compiled a beamer presentation.

("C:\Program Files\MiKTeX 2.7\tex\latex\pgf\basiclayer\pgfbaseimage.sty"

Package pgf Warning: This package is obsolete and no longer needed on input lin
e 13.)

Package hyperref Warning: Option `pdfpagelabels' is turned off
(hyperref) because \thepage is undefined.

Hyperref stopped early

The code is as follows

Code: Select all

\RequirePackage{atbegshi}
\documentclass[compress]{beamer}
\mode<presentation> {
  \usetheme{CambridgeUS}

  \usefonttheme[onlymath]{serif}

  \setbeamercovered{transparent}
}
\setbeamertemplate{navigation symbols}{}
\newcommand{\he}{\multicolumn} %% He2bing4lie4\
\title[bla]{ bla}
\author{bla bla}
\institute[] % (optional, but mostly needed)
{
   bla bla  }
\date{Nov 9, 2009}
\begin{document}
\frame{\titlepage}
\begin{frame}
\frametitle{abc}
bla bla bla
\end{frame}
\end{document}

Recommended reading 2024:

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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Re: beamer warning! pgf packages obselete

Post by josephwright »

This is a known issue. Until there is a CTAN release of the latest pgf code, I'd just ignore this warning: it doesn't actually matter.
Joseph Wright
User avatar
Stefan Kottwitz
Site Admin
Posts: 10358
Joined: Mon Mar 10, 2008 9:44 pm

beamer warning! pgf packages obselete

Post by Stefan Kottwitz »

Hi,

have a look here: How to get rid of those beamer warnings.

Stefan
LaTeX.org admin
Post Reply