]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/memoir.layout
Move the RefPrefix definitions to their own file, for easy inclusion in
[lyx.git] / lib / layouts / memoir.layout
index 959728429ee57051dad18109b537b5f88fe7a273..7a41d52258174c038de81bb0096d5a39d458afd1 100644 (file)
@@ -6,14 +6,18 @@
 # feel free to contribute missing features!
 
 
-Format 5
+Format 25
 Columns            1
 Sides              2
-SecNumDepth        2
-TocDepth           2
+SecNumDepth        1
+TocDepth           1
 DefaultStyle       Standard
 PageStyle          Headings
-Provides makeidx    1
+Provides makeidx   1
+Provides framed    1
+# Memoir has support for line spacing, but uses different names from
+# what setspace.sty does.  
+Provides SetSpace  1
 
 
 ClassOptions
@@ -46,31 +50,42 @@ Input numreport.inc
 
 Style Chapter
        OptionalArgs         2
+       TocLevel 0
+End
+
+
+Style Chapter*
+       OptionalArgs         1
 End
 
 
 Style Section
        OptionalArgs         2
+       TocLevel 1
 End
 
 
 Style Subsection
        OptionalArgs         2
+       TocLevel 2
 End
 
 
 Style Subsubsection
        OptionalArgs         2
+       TocLevel 3
 End
 
 
 Style Paragraph
        OptionalArgs         2
+       TocLevel 4
 End
 
 
 Style Subparagraph
        OptionalArgs         2
+       TocLevel 5
 End
 
 
@@ -151,6 +166,6 @@ Style Legend
        LatexName           legend
        NeedProtect         1
        NextNoIndent        1
-       ParSkip              0.4
-       Align                   Center
+       ParSkip             0.4
+       Align               Center
 End