I have installed basic miktex2.9 and use LED as editor, my problem is with the beamer when I comple show the message :Latex warning : you have requested package 'pgfcore'but the provided package is'pgfsys' ....
can someone help please!!
Document Classes ⇒ Beamer
NEW: TikZ book now 40% off at Amazon.com for a short time.

Beamer
Hi and welcome to the LaTeX community!
If this is the only warning you get you can safely ignore it. It means that the package file
Regards
If this is the only warning you get you can safely ignore it. It means that the package file
pgfcore.sty
contains the line \ProvidesPackage{pgfsys}
. However, since this is not true for an up to date version of pgf (see pgfcore.sty) I suggest you update your TeX distribution using the MiKTeX package manager.Regards
site moderator & package author