]> git.lyx.org Git - lyx.git/blob - lib/layouts/memoir.layout
fix bug 2623:
[lyx.git] / lib / layouts / memoir.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass{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 2
10 Columns            1
11 Sides              2
12 SecNumDepth        2
13 TocDepth           2
14 DefaultStyle       Standard
15 PageStyle          Headings
16 ProvidesMakeidx    1
17
18
19 ClassOptions
20         FontSize             9|10|11|12|14|17
21         PageStyle            empty|plain|headings|myheadings|ruled|Ruled|companion
22         Other                oldfontcommands
23 End
24
25
26 Style Standard
27         Margin                Static
28         LatexType             Paragraph
29         LatexName             dummy
30         ParIndent             MM
31         ParSkip               0.4
32         Align                 Block
33         AlignPossible         Block, Left, Right, Center
34         LabelType             No_Label
35 End
36
37
38 Input stdlists.inc
39 Input stdcounters.inc
40 Input stdfloats.inc
41 Input stdsections.inc
42 Input stdstarsections.inc
43 Input numreport.inc
44
45
46 Style Chapter
47         OptionalArgs         2
48 End
49
50
51 Style Section
52         OptionalArgs         2
53 End
54
55
56 Style Subsection
57         OptionalArgs         2
58 End
59
60
61 Style Subsubsection
62         OptionalArgs         2
63 End
64
65
66 Style Paragraph
67         OptionalArgs         2
68 End
69
70
71 Style Subparagraph
72         OptionalArgs         2
73 End
74
75
76 Style Chapterprecis
77         Margin               Static
78         LatexType            Command
79         LatexName            chapterprecis
80         NeedProtect          1
81         NextNoIndent         1
82         LeftMargin           MM
83         LabelSep             xxx
84         ParSkip              0.4
85         TopSep               0.4
86         BottomSep            0
87         ParSep               0.4
88         Align                Block
89         AlignPossible        Block
90         Font
91           Shape              Italic
92           Size               Normal
93         EndFont
94 End
95
96
97 Style Epigraph
98         Margin                Right_Address_Box
99         LatexType             Command
100         LatexName             epigraph
101         ParSkip               0.4
102         BottomSep             1.5
103         ParSep                1.5
104         Align                 Left
105         AlignPossible         Left
106 End
107
108
109 Style Poemtitle
110         LatexType             Command
111         LatexName             poemtitle
112         NeedProtect           1
113         NextNoIndent          1
114         LabelSep              xxx
115         ParSkip               0.4
116         TopSep                0.4
117         ParSep                0.4
118         Align                 center
119         AlignPossible         center
120         OptionalArgs          1
121         Font
122            Series             Bold
123         EndFont
124 End
125
126
127 Style Poemtitle*
128         CopyStyle             Poemtitle
129         LatexName             poemtitle*
130         OptionalArgs          0
131 End
132
133
134 Input stdtitle.inc
135 Input stdstruct.inc
136
137
138 Style Bibliography
139         TopSep               4
140         LabelString          "Bibliography"
141         LabelFont
142           Series             Bold
143           Size               Huge
144         EndFont
145 End
146
147
148 Input lyxmacros.inc
149 Input stdlayouts.inc
150
151 Style Legend
152         LatexType           Command
153         LatexName           legend
154         NeedProtect         1
155         NextNoIndent        1
156         ParSkip              0.4
157         Align                   Center
158         AlignPossible      Center
159 End