Uwe Stöhr wrote: > add shapepar module > > - shapepar.module: new module to get non-rectangular paragraph shapes > - SpecialParagraphShape.tex: an example shape definition file > - Additional.lyx: > - accept all changes and updated all language versions accordingly > - describe how to get custom paragraph shapes (last section of the > document) - preamble cleanup > > diff --git a/lib/Makefile.am b/lib/Makefile.am > index 808c015..fec9ca8 100644 > --- a/lib/Makefile.am > +++ b/lib/Makefile.am > @@ -1951,6 +1951,7 @@ dist_layouts_DATA =\ > layouts/scrlttr2.layout \ > layouts/scrreprt.layout \ > layouts/seminar.layout \ > + layouts/shapepar.module \ > layouts/siamltex.layout \ > layouts/sigplanconf.layout \ > layouts/simplecv.layout \
I supppose you also want to add SpecialParagraphShape.tex to the Makefile. Jürgen