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