]> git.lyx.org Git - lyx.git/commitdiff
* memoir.layout:
authorJürgen Spitzmüller <spitz@lyx.org>
Sat, 2 May 2009 07:56:13 +0000 (07:56 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Sat, 2 May 2009 07:56:13 +0000 (07:56 +0000)
- \chapter* has an optional argument
  (patch from Bennett)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29488 a592a061-630c-0410-9148-cb99ea01b6c8

lib/layouts/memoir.layout

index 6839753290edc8ea24daec28fa87514a6e36fd5c..b0d574a24609a18b1a101cd31beed34c5b3c2e51 100644 (file)
@@ -53,6 +53,11 @@ Style Chapter
 End
 
 
+Style Chapter*
+       OptionalArgs         1
+End
+
+
 Style Section
        OptionalArgs         2
 End
@@ -155,6 +160,6 @@ Style Legend
        LatexName           legend
        NeedProtect         1
        NextNoIndent        1
-       ParSkip              0.4
-       Align                   Center
+       ParSkip             0.4
+       Align               Center
 End