]> git.lyx.org Git - lyx.git/blob - lib/layouts/memoir.layout
cb7db44e322b36124dcd3bd0817b879cf5a88714
[lyx.git] / lib / layouts / memoir.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[memoir]{book (Memoir)}
3 # Memoir textclass definition file
4 # Author: Jürgen Spitzmüller <spitzmueller@gmx.de>
5 # Improvements by: Bennett Helm <bennett.helm@fandm.edu>
6 # feel free to contribute missing features!
7
8
9 Format 27
10 Columns            1
11 Sides              2
12 SecNumDepth        1
13 TocDepth           1
14 DefaultStyle       Standard
15 PageStyle          Headings
16 Provides makeidx   1
17 Provides framed    1
18 # Memoir has support for line spacing, but uses different names from
19 # what setspace.sty does.  
20 Provides SetSpace  1
21
22
23 ClassOptions
24         FontSize             9|10|11|12|14|17
25         PageStyle            empty|plain|headings|myheadings|ruled|Ruled|companion
26         Other                oldfontcommands
27 End
28
29
30 Style Standard
31         Margin                Static
32         LatexType             Paragraph
33         LatexName             dummy
34         ParIndent             MM
35         ParSkip               0.4
36         Align                 Block
37         AlignPossible         Block, Left, Right, Center
38         LabelType             No_Label
39 End
40
41
42 Input stdinsets.inc
43 Input stdlists.inc
44 Input stdcounters.inc
45 Input stdfloats.inc
46 Input stdsections.inc
47 Input stdstarsections.inc
48 Input numreport.inc
49
50
51 Style Chapter
52         OptionalArgs         2
53         TocLevel 0
54 End
55
56
57 Style Chapter*
58         OptionalArgs         1
59 End
60
61
62 Style Section
63         OptionalArgs         2
64         TocLevel 1
65 End
66
67
68 Style Subsection
69         OptionalArgs         2
70         TocLevel 2
71 End
72
73
74 Style Subsubsection
75         OptionalArgs         2
76         TocLevel 3
77 End
78
79
80 Style Paragraph
81         OptionalArgs         2
82         TocLevel 4
83 End
84
85
86 Style Subparagraph
87         OptionalArgs         2
88         TocLevel 5
89 End
90
91
92 Style Chapterprecis
93         Margin               Static
94         LatexType            Command
95         LatexName            chapterprecis
96         NeedProtect          1
97         NextNoIndent         1
98         LeftMargin           MM
99         LabelSep             xxx
100         ParSkip              0.4
101         TopSep               0.4
102         BottomSep            0
103         ParSep               0.4
104         Align                Block
105         Font
106           Shape              Italic
107           Size               Normal
108         EndFont
109 End
110
111
112 Style Epigraph
113         Margin                Right_Address_Box
114         LatexType             Command
115         LatexName             epigraph
116         ParSkip               0.4
117         BottomSep             1.5
118         ParSep                1.5
119         Align                 Left
120 End
121
122
123 Style Poemtitle
124         LatexType             Command
125         LatexName             poemtitle
126         NeedProtect           1
127         NextNoIndent          1
128         LabelSep              xxx
129         ParSkip               0.4
130         TopSep                0.4
131         ParSep                0.4
132         Align                 center
133         OptionalArgs          1
134         Font
135            Series             Bold
136         EndFont
137 End
138
139
140 Style Poemtitle*
141         CopyStyle             Poemtitle
142         LatexName             poemtitle*
143         OptionalArgs          0
144 End
145
146
147 Input stdtitle.inc
148 Input stdstruct.inc
149
150
151 Style Bibliography
152         TopSep               4
153         LabelString          "Bibliography"
154         LabelFont
155           Series             Bold
156           Size               Huge
157         EndFont
158 End
159
160
161 Input lyxmacros.inc
162 Input stdlayouts.inc
163
164 Style Legend
165         LatexType           Command
166         LatexName           legend
167         NeedProtect         1
168         NextNoIndent        1
169         ParSkip             0.4
170         Align               Center
171 End