Jean-Marc Lasgouttes wrote: > I did it. Merci beaucoup!
> Concerning 1.3.3, if you are confident that you will not to > make incompatible changes as the class matures (the risk seems low and > adding new stuff later is OK), then I would accept a patch for 1.3.3. > We could also decide to wait a bit until 1.3.4. Such changes are very unlikely. The basic features/environments that are in now will stay. Changes that are likely to happen are more environments. I guess this will cause no problems. Anyway, appended is the patch for your graceful decision. The Extended patch you have should also apply to the 1.3 branch, I guess. Regards, Jürgen.
Index: lib/ChangeLog =================================================================== RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/ChangeLog,v retrieving revision 1.363.2.40 diff -u -r1.363.2.40 ChangeLog --- lib/ChangeLog 22 Sep 2003 14:22:58 -0000 1.363.2.40 +++ lib/ChangeLog 22 Sep 2003 14:38:58 -0000 @@ -1,3 +1,7 @@ +2003-09-22 Juergen Spitzmueller <[EMAIL PROTECTED]> + + * layouts/memoir.layout: introducing the Memoir class. + 2003-09-22 Jean-Marc Lasgouttes <[EMAIL PROTECTED]> * ijmpd.lyx: re-add (it was only present on the 1.2.x branch) Index: lib/doc/LaTeXConfig.lyx.in =================================================================== RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/doc/LaTeXConfig.lyx.in,v retrieving revision 1.26.2.5 diff -u -r1.26.2.5 LaTeXConfig.lyx.in --- lib/doc/LaTeXConfig.lyx.in 3 Mar 2003 16:04:15 -0000 1.26.2.5 +++ lib/doc/LaTeXConfig.lyx.in 22 Sep 2003 14:39:00 -0000 @@ -1182,6 +1182,23 @@ \end_deeper \layout Subsection +memoir +\layout Description + +Found: @chk_memoir@ +\layout Description + +CTAN: +\family typewriter +macros/latex/contrib/supported/memoir/ +\layout Description + +Notes: Memoir is a flexible class for typesetting general fiction, non-fiction + and mathematical works as books, reports, articles or manuscripts. + Documents can use 9, 10, 11, 12, 14 or 17pt as the normal font size. + Many methods are provided to let you create your own particular design. +\layout Subsection + mwcls (mwart, mwbk, mwrep) \layout Description Index: lib/layouts/memoir.layout =================================================================== RCS file: lib/layouts/memoir.layout diff -N lib/layouts/memoir.layout --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lib/layouts/memoir.layout 22 Sep 2003 14:39:03 -0000 @@ -0,0 +1,86 @@ +#% Do not delete the line below; configure depends on this +# \DeclareLaTeXClass{memoir} +# Memoir textclass definition file (poor man's version). +# Author: Jürgen Spitzmüller <[EMAIL PROTECTED]> +# feel free to contribute missing features! + +Input stdclass.inc + + +Sides 2 +PageStyle Headings + + +ClassOptions + FontSize 9|10|11|12|14|17 + PageStyle empty|plain|headings|myheadings|ruled|Ruled|companion + Other oldfontcommands +End + + +Style Bibliography + TopSep 4 + LabelString Bibliography + LabelFont + Series Bold + Size Huge + EndFont +End + + +Style Chapterprecis + Margin Static + LatexType Command + LatexName chapterprecis + NeedProtect 1 + NextNoIndent 1 + LeftMargin MM + LabelSep xxx + ParSkip 0.4 + TopSep 0.4 + BottomSep 0 + ParSep 0.4 + Align Block + AlignPossible Block + Font + Shape Italic + Size Normal + EndFont +End + + +Style Epigraph + Margin Right_Address_Box + LatexType Command + LatexName epigraph + ParSkip 0.4 + BottomSep 1.5 + ParSep 1.5 + Align Left + AlignPossible Left +End + + +Style Poemtitle + LatexType Command + LatexName poemtitle + NeedProtect 1 + NextNoIndent 1 + LabelSep xxx + ParSkip 0.4 + TopSep 0.4 + ParSep 0.4 + Align center + AlignPossible center + OptionalArgs 1 + Font + Series Bold + EndFont +End + + +Style Poemtitle* + CopyStyle Poemtitle + LatexName poemtitle* + OptionalArgs 0 +End