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