]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/memoir.layout
Remove stray tab
[lyx.git] / lib / layouts / memoir.layout
index 252f8bdc95651b9eb8a8197cfae1d1b581ad4905..b9307def58b8dd0b45388cb6d3472ef31c24b6af 100644 (file)
@@ -6,15 +6,18 @@
 # feel free to contribute missing features!
 
 
-Format 5
+Format 26
 Columns            1
 Sides              2
-SecNumDepth        2
-TocDepth           2
+SecNumDepth        1
+TocDepth           1
 DefaultStyle       Standard
 PageStyle          Headings
 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
@@ -47,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
 
 
@@ -152,6 +166,6 @@ Style Legend
        LatexName           legend
        NeedProtect         1
        NextNoIndent        1
-       ParSkip              0.4
-       Align                   Center
+       ParSkip             0.4
+       Align               Center
 End