From 64df828719266ea16655b05d3b5db886ed89e620 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Fri, 19 Nov 2004 17:09:28 +0000 Subject: [PATCH] use the new 2-opt-arg code in the memoir class git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9273 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/ChangeLog | 5 +++++ lib/layouts/memoir.layout | 36 +++++++++++++++++++++++++++++++++--- 2 files changed, 38 insertions(+), 3 deletions(-) diff --git a/lib/ChangeLog b/lib/ChangeLog index d260305d1f..97a1f02b1b 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2004-11-19 Jürgen Spitzmüller + + * layouts/memoir.layout: allow 2 optional arguments + for sectioning commands + 2004-11-15 Georg Baum * configure.m4: check for more viewers and editors diff --git a/lib/layouts/memoir.layout b/lib/layouts/memoir.layout index e51fd559ba..7da3d15efb 100644 --- a/lib/layouts/memoir.layout +++ b/lib/layouts/memoir.layout @@ -7,11 +7,11 @@ Columns 1 -Sides 2 -SecNumDepth 2 +Sides 2 +SecNumDepth 2 TocDepth 2 DefaultStyle Standard -PageStyle Headings +PageStyle Headings ClassOptions @@ -41,6 +41,36 @@ Input stdsections.inc Input stdstarsections.inc +Style Chapter + OptionalArgs 2 +End + + +Style Section + OptionalArgs 2 +End + + +Style Subsection + OptionalArgs 2 +End + + +Style Subsubsection + OptionalArgs 2 +End + + +Style Paragraph + OptionalArgs 2 +End + + +Style Subparagraph + OptionalArgs 2 +End + + Style Chapterprecis Margin Static LatexType Command -- 2.39.2