From 1e10701b64141d9fa46e504a547e7015b958c312 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Sat, 27 Sep 2003 12:18:11 +0000 Subject: [PATCH] memoir: small changes git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7834 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/ChangeLog | 4 +++ lib/layouts/memoir.layout | 66 +++++++++++++++++++++++++++++++-------- 2 files changed, 57 insertions(+), 13 deletions(-) diff --git a/lib/ChangeLog b/lib/ChangeLog index 0b773ed5ef..21fdcd114c 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2003-09-27 Jürgen Spitzmüller + + * layouts/memoir.layout: More sensible order; new env "legend". + 2003-09-25 Angus Leeming * *.xpm: ensured that they all have the same style of colour table. diff --git a/lib/layouts/memoir.layout b/lib/layouts/memoir.layout index 165ce9ae5d..e51fd559ba 100644 --- a/lib/layouts/memoir.layout +++ b/lib/layouts/memoir.layout @@ -1,15 +1,17 @@ #% Do not delete the line below; configure depends on this # \DeclareLaTeXClass{memoir} -# Memoir textclass definition file (poor man's version). +# Memoir textclass definition file # Author: Jürgen Spitzmüller +# Improvements by: Bennett Helm # feel free to contribute missing features! -Input stdclass.inc -Input numreport.inc - -Sides 2 -PageStyle Headings +Columns 1 +Sides 2 +SecNumDepth 2 +TocDepth 2 +DefaultStyle Standard +PageStyle Headings ClassOptions @@ -19,16 +21,26 @@ ClassOptions End -Style Bibliography - TopSep 4 - LabelString Bibliography - LabelFont - Series Bold - Size Huge - EndFont +Style Standard + Margin Static + LatexType Paragraph + LatexName dummy + ParIndent MM + ParSkip 0.4 + Align Block + AlignPossible Block, Left, Right, Center + LabelType No_Label End +Input stdlists.inc +Input stdcounters.inc +Input stdfloats.inc +Input numreport.inc +Input stdsections.inc +Input stdstarsections.inc + + Style Chapterprecis Margin Static LatexType Command @@ -85,3 +97,31 @@ Style Poemtitle* LatexName poemtitle* OptionalArgs 0 End + + +Input stdtitle.inc +Input stdstruct.inc + + +Style Bibliography + TopSep 4 + LabelString Bibliography + LabelFont + Series Bold + Size Huge + EndFont +End + + +Input lyxmacros.inc +Input stdlayouts.inc + +Style Legend + LatexType Command + LatexName legend + NeedProtect 1 + NextNoIndent 1 + ParSkip 0.4 + Align Center + AlignPossible Center +End -- 2.39.2