Uwe Stöhr <[EMAIL PROTECTED]> writes: > > Sorry that I bring this topic again on the list. > The goal was to merge the changes I made in my LyXWinInstaller builds to the official source. > > There are now the following things left: > > --- support for powerdot/beamer --- > > This feature was ofteh requested on the users list and we included now the files for beamer. But > there are the followiong two entries missing in chklatex.ltx: > > \TestPackage{pgf} % needed by beamer > \TestPackage{xcolor} % needed by beamer > > Without these packages beamer is unusable.
Sure, that's why beamer requires them. I can't imagine a distribution where beamer would be present without these two packages. And \documentclass{beamer} triggers pgf and xcolor packages loading. -- Jean-Pierre