]> git.lyx.org Git - features.git/blobdiff - lib/layouts/memoir.layout
Use generic paper size names rather than LaTeXisms such as "letterpaper"
[features.git] / lib / layouts / memoir.layout
index 37282f7f58742234de6c4a20d5d47cc2ace6e6a8..e51feb083a78e018998f7007d22e6b3ad698397a 100644 (file)
@@ -7,16 +7,20 @@
 # feel free to contribute missing features!
 
 
-Format 53
+Format 78
 Columns            1
 Sides              2
 SecNumDepth        1
 TocDepth           1
 DefaultStyle       Standard
 PageStyle          Headings
+PageSize           letter
 Provides makeidx   1
 Provides framed    1
 Provides subscript 1
+# Geometry is supported, but the package options and paper sizes
+# are ignored
+Provides geometry-light  1
 # Memoir has support for line spacing, but uses different names from
 # what setspace.sty does.  
 Provides SetSpace  1
@@ -24,6 +28,7 @@ Provides SetSpace  1
 
 ClassOptions
        FontSize             9|10|11|12|14|17
+       PageSize             a3|a4|a5|a6|b3|b4|b5|b6|executive|legal|letter
        PageStyle            empty|plain|headings|myheadings|ruled|Ruled|companion
        Other                oldfontcommands
 End
@@ -39,6 +44,12 @@ Style Standard
        Align                 Block
        AlignPossible         Block, Left, Right, Center
        LabelType             No_Label
+       HTMLStyle
+               div.standard {
+                       margin-bottom: 2ex;
+                       text-align: left;
+               }
+       EndHTMLStyle
 End
 
 
@@ -55,19 +66,21 @@ Style Part
        Argument 1
                LabelString   "Short Title|S"
                Tooltip       "The part as it appears in the table of contents/running headers"
+               InsertCotext   1
        EndArgument
 End
-       
 
 
 Style Chapter
        Argument 1
                LabelString   "Short Title (TOC)|S"
                Tooltip       "The chapter as it appears in the table of contents"
+               InsertCotext   1
        EndArgument
        Argument 2
                LabelString   "Short Title (Header)"
                Tooltip       "The chapter as it appears in the running headers"
+               InsertCotext  1
                Requires      1
        EndArgument
 End
@@ -77,6 +90,7 @@ Style Chapter*
        Argument 1
                LabelString   "Short Title (TOC)|S"
                Tooltip       "The chapter as it appears in the table of contents"
+               InsertCotext   1
        EndArgument
 End
 
@@ -85,10 +99,12 @@ Style Section
        Argument 1
                LabelString   "Short Title (TOC)|S"
                Tooltip       "The section as it appears in the table of contents"
+               InsertCotext   1
        EndArgument
        Argument 2
                LabelString   "Short Title (Header)"
                Tooltip       "The section as it appears in the running headers"
+               InsertCotext  1
                Requires      1
        EndArgument
 End
@@ -98,10 +114,12 @@ Style Subsection
        Argument 1
                LabelString   "Short Title (TOC)|S"
                Tooltip       "The subsection as it appears in the table of contents"
+               InsertCotext   1
        EndArgument
        Argument 2
                LabelString   "Short Title (Header)"
                Tooltip       "The subsection as it appears in the running headers"
+               InsertCotext  1
                Requires      1
        EndArgument
 End
@@ -111,10 +129,12 @@ Style Subsubsection
        Argument 1
                LabelString   "Short Title (TOC)|S"
                Tooltip       "The subsubsection as it appears in the table of contents"
+               InsertCotext   1
        EndArgument
        Argument 2
                LabelString   "Short Title (Header)"
                Tooltip       "The subsubsection as it appears in the running headers"
+               InsertCotext  1
                Requires      1
        EndArgument
 End
@@ -124,10 +144,12 @@ Style Paragraph
        Argument 1
                LabelString   "Short Title (TOC)|S"
                Tooltip       "The paragraph as it appears in the table of contents"
+               InsertCotext   1
        EndArgument
        Argument 2
                LabelString   "Short Title (Header)"
                Tooltip       "The paragraph as it appears in the running headers"
+               InsertCotext  1
                Requires      1
        EndArgument
 End
@@ -137,10 +159,12 @@ Style Subparagraph
        Argument 1
                LabelString   "Short Title (TOC)|S"
                Tooltip       "The subparagraph as it appears in the table of contents"
+               InsertCotext   1
        EndArgument
        Argument 2
                LabelString   "Short Title (Header)"
                Tooltip       "The subparagraph as it appears in the running headers"
+               InsertCotext  1
                Requires      1
        EndArgument
 End
@@ -204,10 +228,12 @@ Style Poemtitle
        Argument 1
                LabelString   "Short Title (TOC)|S"
                Tooltip       "The poem title as it appears in the table of contents"
+               InsertCotext   1
        EndArgument
        Argument 2
                LabelString   "Short Title (Header)"
                Tooltip       "The poem title as it appears in the running headers"
+               InsertCotext  1
                Requires      1
        EndArgument
        Font
@@ -223,11 +249,21 @@ Style Poemtitle*
        Argument 1
                LabelString   "Short Title (TOC)|S"
                Tooltip       "The poem title as it appears in the table of contents"
+               InsertCotext   1
        EndArgument
 End
 
 
 Input stdtitle.inc
+
+Style Title
+       NeedProtect          true
+End
+
+Style Author
+       NeedProtect          true
+End
+
 Input stdstruct.inc
 
 
@@ -238,6 +274,7 @@ Style Bibliography
          Series             Bold
          Size               Huge
        EndFont
+       TocLevel             0
 End