>> Attached is the patch. The powerdot.layout requires to check for three >> packages in the file "chkconfig.ltx" but this is unproblematic I think. > > Why are rotate-textures and listings required?
rotate-textures was there to assure that the genmisc-package was used which was once required by powerdot. Attached a better patch.
The listingins-package is required to be able to compile the powerdot-example.lyx file. > The powerdot documentation does > not list that in the dependencies table (but it does pstricks.sty, which > should be added). I added this now. We forgot btw. to check for the pfg-package that is required by beamer. I corrected all issues in the attached better patch. >> There is one issue I don't know: The file is under the LPPL, is this >> license compatible with our? > I think in general it would be good to have an agreement with the authors to > ship it with LyX. I have got it now: -------- Original-Nachricht -------- Betreff: Re: [powerdot] new powerdot.layout file for LyX and license question Datum: Sun, 20 May 2007 10:40:07 +0200 Von: Hendri Adriaens <[EMAIL PROTECTED]> An: Uwe Stöhr <[EMAIL PROTECTED]> CC: Christopher Ellison <[EMAIL PROTECTED]> Referenzen: <[EMAIL PROTECTED]> Hi Uwe, > attached is an updated layout file for LyX1.5beta3. > I want to include the layout file to our LyX SVN repository and want to include it to the LyX > windows installer bundle. Am I allowed to do so? The layout file is under the LPPL but LyX under the > GPL version 2, is this a problem? I have no idea regarding the license. If I can still also bundle it in powerdot under lppl (I have no time to change it), you can bundle it with LyX under gpl. Please let me know what your decision will be. > - I will also include and maintain the powerdot-example.lyx to LyX, OK? Ok. Best regards, -Hendri. --- > Best would be that we take care of distribution, so that > there arent't two separate layouts (the one that comes with LyX and the one > that ships with powerdot itself). I'll assured this: Hendri wote: >> Yes, the layout file is for the new LyX-series LyX 1.5 that will be released in June and not >> compatible for LyX 1.4.x. For LyX 1.4.x I could release an updated layout version together with >> LyX 1.4.5. >> So I think we should left the layout file for some month on powerdot and when you bring out the >> next powerdot version it can go from powerdot. The people will the have some time to switch to >> LyX 1.5. > Ok, sounds fine. thanks and regards Uwe
Index: development/scons/scons_manifest.py =================================================================== --- development/scons/scons_manifest.py (revision 18430) +++ development/scons/scons_manifest.py (working copy) @@ -2423,6 +2423,7 @@ modernCV.lyx multicol.lyx noweb2lyx.lyx + powerdot-example.lyx script_form.lyx simplecv.lyx splash.lyx @@ -2646,6 +2647,7 @@ mwbk.layout mwrep.layout paper.layout + powerdot.layout report.layout revtex.layout revtex4.layout Index: lib/chkconfig.ltx =================================================================== --- lib/chkconfig.ltx (revision 18430) +++ lib/chkconfig.ltx (working copy) @@ -227,6 +227,7 @@ \TestPackage{booktabs} \TestPackage{color} % this one should be there if graphics.sty is there. \TestPackage{dvipost} +\TestPackage{enumitem} % needed by powerdot \TestPackage{esint} \TestPackage{fancybox} \TestPackage{fancyhdr} @@ -240,8 +241,10 @@ \TestPackage{natbib} \TestPackage{nomencl} \TestPackage{pdfcolmk} +\TestPackage{pgf} % needed by beamer \TestPackage{prettyref} \TestPackage{preview} +\TestPackage{pstricks} % needed by powerdot \TestPackage{rotating} \TestPackage{setspace} \TestPackage{soul} @@ -250,7 +253,9 @@ \TestPackage{varioref} \TestPackage{url} \TestPackage{xcolor} +\TestPackage{xkeyval} % needed by powerdot + % The test for the graphics package is slightly more involved... \newcommand\groption{dvips} \TestItem{graphicx}{package}{sty} Index: lib/Makefile.am =================================================================== --- lib/Makefile.am (revision 18430) +++ lib/Makefile.am (working copy) @@ -210,6 +210,7 @@ examples/modernCV.lyx \ examples/multicol.lyx \ examples/noweb2lyx.lyx \ + examples/powerdot-example.lyx \ examples/script_form.lyx \ examples/simplecv.lyx \ examples/splash.lyx @@ -956,6 +957,7 @@ layouts/mwbk.layout \ layouts/mwrep.layout \ layouts/paper.layout \ + layouts/powerdot.layout \ layouts/report.layout \ layouts/revtex.layout \ layouts/revtex4.layout \