]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/memoir.layout
Update tex2lyx test files
[lyx.git] / lib / layouts / memoir.layout
index 252f8bdc95651b9eb8a8197cfae1d1b581ad4905..af04f6713b9326c431ce32363ab114016cab79cc 100644 (file)
@@ -1,20 +1,25 @@
 #% Do not delete the line below; configure depends on this
-#  \DeclareLaTeXClass[memoir]{book (Memoir)}
+#  \DeclareLaTeXClass[memoir]{Memoir}
+#  \DeclareCategory{Books}
 # Memoir textclass definition file
 # Author: Jürgen Spitzmüller <spitzmueller@gmx.de>
 # Improvements by: Bennett Helm <bennett.helm@fandm.edu>
 # feel free to contribute missing features!
 
 
-Format 5
+Format 40
 Columns            1
 Sides              2
-SecNumDepth        2
-TocDepth           2
+SecNumDepth        1
+TocDepth           1
 DefaultStyle       Standard
 PageStyle          Headings
 Provides makeidx   1
 Provides framed    1
+Provides subscript 1
+# Memoir has support for line spacing, but uses different names from
+# what setspace.sty does.  
+Provides SetSpace  1
 
 
 ClassOptions
@@ -45,33 +50,51 @@ Input stdstarsections.inc
 Input numreport.inc
 
 
+Style Part
+       OptionalArgs         1
+       TocLevel             -1
+End
+       
+
+
 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
 
 
@@ -94,8 +117,9 @@ Style Chapterprecis
        EndFont
 End
 
-
+#FIXME: this takes two parameters!!!
 Style Epigraph
+       Category              Maintext
        Margin                Right_Address_Box
        LatexType             Command
        LatexName             epigraph
@@ -105,8 +129,10 @@ Style Epigraph
        Align                 Left
 End
 
-
+#FIXME: what is actually documented is \PoemTitle
+#but \poemtitle is defined nevertheless. Weird.
 Style Poemtitle
+       Category              Section
        LatexType             Command
        LatexName             poemtitle
        NeedProtect           1
@@ -125,6 +151,7 @@ End
 
 Style Poemtitle*
        CopyStyle             Poemtitle
+       Category              Unnumbered
        LatexName             poemtitle*
        OptionalArgs          0
 End
@@ -148,10 +175,11 @@ Input lyxmacros.inc
 Input stdlayouts.inc
 
 Style Legend
+       Category            Maintext
        LatexType           Command
        LatexName           legend
        NeedProtect         1
        NextNoIndent        1
-       ParSkip              0.4
-       Align                   Center
+       ParSkip             0.4
+       Align               Center
 End