>>>>> "Uwe" == Uwe Stöhr <[EMAIL PROTECTED]> writes:

Uwe> Sorry that I bring this topic again on the list. The goal was to
Uwe> merge the changes I made in my LyXWinInstaller builds to the
Uwe> official source.

Uwe> There are now the following things left:

Uwe> --- support for powerdot/beamer ---

Uwe> This feature was ofteh requested on the users list and we
Uwe> included now the files for beamer. But there are the followiong
Uwe> two entries missing in chklatex.ltx:

Uwe> \TestPackage{pgf} % needed by beamer \TestPackage{xcolor} %
Uwe> needed by beamer

Change beamer.layout to start with (untested)

#% Do not delete the line below; configure depends on this
#  \DeclareLaTeXClass[beamer.cls,pgf.sty,xcolor.sty]{Beamer Presentation Class}

Uwe> Without these packages beamer is unusable.

Because MikTeX will not download them by default, right? This
'feature' is annoying... especially when people who do not have
persistent network connection firgure that it would be a good idea to
use it instead of installing a full-blown miktex and be done with it.

Uwe> I also shipped the files for powerdot, the compeditor to beamer
Uwe> as I got lots af requests here too. I ship the examle files of
Uwe> powerdot and its .layout file. I also added the following checks
Uwe> to chkconfig.ltx:

Uwe> \TestPackage{enumitem} % needed by powerdot \TestPackage{genmisc}
Uwe> % needed by powerdot \TestPackage{listings} % needed by powerdot
Uwe> \TestPackage{xkeyval} % needed by powerdot

Uwe> Can the powerdot stuff can go in, or not, or later?

Similarly, the beamer layout file should start with

#% Do not delete the line below; configure depends on this
#  
\DeclareLaTeXClass[powerdot.cls,enumitem.sty,genmisc.sty,listing.sty,xkeyval.sty]{Powerdot
 Presentation Class}

Also, it would be nice to make the list of presentations-related
classes coherent, like

presentation (foilTeX)
presentation (slides)
presentation (beamer)
presentation (powerdot)
presentation (seminar)

Finally, the modifications made to powerdot and beamer layout fields
should be sent back to their author.

JMarc

Reply via email to