]> git.lyx.org Git - lyx.git/blob - lib/layouts/memoir.layout
Allow literate documents other than noweb to work out of the box. Currently
[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 11
10 Columns            1
11 Sides              2
12 SecNumDepth        2
13 TocDepth           2
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 End
54
55
56 Style Chapter*
57         OptionalArgs         1
58 End
59
60
61 Style Section
62         OptionalArgs         2
63 End
64
65
66 Style Subsection
67         OptionalArgs         2
68 End
69
70
71 Style Subsubsection
72         OptionalArgs         2
73 End
74
75
76 Style Paragraph
77         OptionalArgs         2
78 End
79
80
81 Style Subparagraph
82         OptionalArgs         2
83 End
84
85
86 Style Chapterprecis
87         Margin               Static
88         LatexType            Command
89         LatexName            chapterprecis
90         NeedProtect          1
91         NextNoIndent         1
92         LeftMargin           MM
93         LabelSep             xxx
94         ParSkip              0.4
95         TopSep               0.4
96         BottomSep            0
97         ParSep               0.4
98         Align                Block
99         Font
100           Shape              Italic
101           Size               Normal
102         EndFont
103 End
104
105
106 Style Epigraph
107         Margin                Right_Address_Box
108         LatexType             Command
109         LatexName             epigraph
110         ParSkip               0.4
111         BottomSep             1.5
112         ParSep                1.5
113         Align                 Left
114 End
115
116
117 Style Poemtitle
118         LatexType             Command
119         LatexName             poemtitle
120         NeedProtect           1
121         NextNoIndent          1
122         LabelSep              xxx
123         ParSkip               0.4
124         TopSep                0.4
125         ParSep                0.4
126         Align                 center
127         OptionalArgs          1
128         Font
129            Series             Bold
130         EndFont
131 End
132
133
134 Style Poemtitle*
135         CopyStyle             Poemtitle
136         LatexName             poemtitle*
137         OptionalArgs          0
138 End
139
140
141 Input stdtitle.inc
142 Input stdstruct.inc
143
144
145 Style Bibliography
146         TopSep               4
147         LabelString          "Bibliography"
148         LabelFont
149           Series             Bold
150           Size               Huge
151         EndFont
152 End
153
154
155 Input lyxmacros.inc
156 Input stdlayouts.inc
157
158 Style Legend
159         LatexType           Command
160         LatexName           legend
161         NeedProtect         1
162         NextNoIndent        1
163         ParSkip             0.4
164         Align               Center
165 End