]> git.lyx.org Git - lyx.git/blob - lib/layouts/manpage.layout
read the ChangeLog... no huge changes .. but some might get reversed...
[lyx.git] / lib / layouts / manpage.layout
1 #% Do not delete he line below; configure depends on this
2 #  \DeclareLinuxDocClass[manpage]{SGML (LinuxDoc manpage)}
3 # LinuxDoc manpage textclass definition file. 
4 # Author : José Matos <jamatos@novalis.fc.up.pt>
5
6 # General textclass parameters
7 Columns                 1
8 Sides                   1
9 PageStyle               Plain
10 MaxCounter              Counter_Subsection
11 OutputType              linuxdoc
12
13 # Standard style definition
14 Style Standard
15   Margin                Static
16   LatexType             Paragraph
17   LatexName             p
18   ParIndent             MM
19   ParSkip               0.4
20   Align                 Block
21   AlignPossible         Block
22   LabelType             No_Label
23 End
24
25 # Quote style definition
26 Style Quote
27   Margin                Static
28   LatexType             Environment
29   LatexName             quote
30   ParIndent             MM
31   ParSkip               0.4
32   Align                 Block
33   AlignPossible         Block
34   LabelType             No_Label
35 End
36
37 # Subsection style definition
38 Style Section
39   Margin                Dynamic
40   LatexType             Command
41   LatexName             sect1
42   NextNoIndent          1
43   LabelSep              xxx
44   ParSkip               0.4
45   TopSep                0.9
46   BottomSep             0.5
47   ParSep                0.5
48   Align                 Block
49   AlignPossible         Block, Left
50   LabelType             Counter_Subsection
51
52   # standard font definition
53   Font 
54     Series              Bold
55     Size                Large
56   EndFont
57
58   # label font definition
59   LabelFont 
60     Series              Bold
61     Size                Large
62   EndFont
63 End
64
65 # Subsubsection style definition
66 Style SubSection
67   Margin                Dynamic
68   LatexType             Command
69   LatexName             sect2
70   NextNoIndent          1
71   LabelSep              xxx
72   ParSkip               0.4
73   TopSep                0.7
74   BottomSep             0.4
75   ParSep                0.4
76   Align                 Block
77   AlignPossible         Block, Left
78   LabelType             Counter_SubSubSection
79
80   # standard font definition
81   Font 
82     Series              Bold
83   EndFont
84
85   # label font definition
86   LabelFont 
87     Series              Bold
88   EndFont
89 End
90
91 # Enumerate style definition
92 Style Enumerate
93   Margin                Static
94   LatexType             Item_Environment
95   LatexName             enum
96   NextNoIndent          1
97   LeftMargin            MMN
98   LabelSep              xx
99   ItemSep               0.2
100   TopSep                0.7
101   BottomSep             0.7
102   ParSep                0.3
103   Align                 Block
104   AlignPossible         Block, Left
105   LabelType             Counter_EnumI
106 End
107
108 # Itemize style definition
109 Style Itemize
110   Margin                Static
111   LatexType             Item_Environment
112   LatexName             itemize
113   NextNoIndent          1
114   LeftMargin            MMN
115   LabelSep              xx
116   ItemSep               0.2
117   TopSep                0.7
118   BottomSep             0.7
119   ParSep                0.3
120   Align                 Block
121   AlignPossible         Block, Left
122   LabelType             Static
123   LabelString           *
124 End
125
126 # Description style definition
127 Style Description
128   Margin                First_Dynamic
129   LatexType             Item_environment
130   LatexName             descrip
131   NextNoIndent          1
132   LeftMargin            MM
133   LabelSep              xxx
134   ParSkip               0.4
135   ItemSep               0.2
136   TopSep                0.7
137   BottomSep             0.7
138   ParSep                0.3
139   Align                 Block
140   AlignPossible         Block, Left
141   LabelType             Manual
142   LabelString           MM
143
144   # label font definition
145   LabelFont 
146     Series              Bold
147   EndFont
148 End
149
150 # Verbatim style definition
151 Style Verbatim
152   Margin                Static
153   LatexType             environment
154   LatexName             verb
155   NextNoIndent          1
156   LeftMargin            MM
157   LabelSep              xx
158   ItemSep               0.2
159   Topsep                0.7
160   BottomSep             0.7
161   ParSep                0.3
162   Align                 Block
163   AlignPossible         Block
164   LabelType             No_Label
165
166   # standard font definition
167   Font 
168     Family              Typewriter
169   EndFont
170
171   # label font definition
172   LabelFont 
173     Family              Typewriter
174   EndFont
175 End
176
177 # Code style definition
178 Style Code
179   Margin                Static
180   LatexType             Environment
181   LatexName             code
182   NextNoIndent          1
183   LeftMargin            MM
184   LabelSep              xx
185   ItemSep               0.2
186   TopSep                0.7
187   BottomSep             0.7
188   ParSep                0.3
189   Align                 Block
190   AlignPossible         Block
191   LabelType             No_Label
192   FreeSpacing           1
193 End
194
195 # SGML style definition
196 Style SGML
197   Margin                Static
198   LatexType             Paragraph
199   LatexName             p
200   NewLine               0
201   ParIndent             MM
202   ParSkip               0.4
203   ParSep                0.5
204   Align                 Center
205   AlignPossible         Block, Left, Right, Center
206   LabelType             No_Label
207   FreeSpacing           1
208
209   # standard font definition
210   Font 
211     Latex               Latex
212   EndFont
213 End