]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/memoir.layout
Change LFUN_FONT_CODE to LFUN_FONT_TYPEWERITER, possibly in preparation for a move...
[lyx.git] / lib / layouts / memoir.layout
index 165ce9ae5d169e4988507058faa418e78bd5c8e4..5c3322da20bd1ffa1f572d4be6860c743b8349e7 100644 (file)
@@ -1,15 +1,19 @@
 #% Do not delete the line below; configure depends on this
-#  \DeclareLaTeXClass{memoir}
-# Memoir textclass definition file (poor man's version).
-# Author: Jürgen Spitzmüller <spitzmueller@gmx.de>
+#  \DeclareLaTeXClass[memoir]{book (Memoir)}
+# 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!
 
-Input stdclass.inc
-Input numreport.inc
-
 
-Sides                  2
-PageStyle              Headings
+Format 5
+Columns            1
+Sides              2
+SecNumDepth        2
+TocDepth           2
+DefaultStyle       Standard
+PageStyle          Headings
+Provides makeidx    1
 
 
 ClassOptions
@@ -19,13 +23,54 @@ ClassOptions
 End
 
 
-Style Bibliography
-       TopSep               4
-       LabelString          Bibliography
-       LabelFont
-         Series             Bold
-         Size               Huge
-       EndFont
+Style Standard
+       Margin                Static
+       LatexType             Paragraph
+       LatexName             dummy
+       ParIndent             MM
+       ParSkip               0.4
+       Align                 Block
+       AlignPossible         Block, Left, Right, Center
+       LabelType             No_Label
+End
+
+
+Input stdinsets.inc
+Input stdlists.inc
+Input stdcounters.inc
+Input stdfloats.inc
+Input stdsections.inc
+Input stdstarsections.inc
+Input numreport.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
 
 
@@ -85,3 +130,31 @@ Style Poemtitle*
        LatexName             poemtitle*
        OptionalArgs          0
 End
+
+
+Input stdtitle.inc
+Input stdstruct.inc
+
+
+Style Bibliography
+       TopSep               4
+       LabelString          "Bibliography"
+       LabelFont
+         Series             Bold
+         Size               Huge
+       EndFont
+End
+
+
+Input lyxmacros.inc
+Input stdlayouts.inc
+
+Style Legend
+       LatexType           Command
+       LatexName           legend
+       NeedProtect         1
+       NextNoIndent        1
+       ParSkip              0.4
+       Align                   Center
+       AlignPossible      Center
+End