]> git.lyx.org Git - lyx.git/blob - lib/layouts/manpage.layout
fix typo that put too many include paths for most people
[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_Section
11 OutputType              linuxdoc
12 DefaultStyle            Standard
13
14 # Standard style definition
15 Style Standard
16   Margin                Static
17   LatexType             Paragraph
18   LatexName             p
19   ParIndent             MM
20   ParSkip               0.4
21   Align                 Block
22   AlignPossible         Block
23   LabelType             No_Label
24 End
25
26 # Quote style definition
27 Style Quote
28   Margin                Static
29   LatexType             Environment
30   LatexName             quote
31   ParIndent             MM
32   ParSkip               0.4
33   Align                 Block
34   AlignPossible         Block
35   LabelType             No_Label
36 End
37
38 # Subsection style definition
39 Style Section
40   Margin                Dynamic
41   LatexType             Command
42   LatexName             sect1
43   NextNoIndent          1
44   LabelSep              xxx
45   ParSkip               0.4
46   TopSep                0.9
47   BottomSep             0.5
48   ParSep                0.5
49   Align                 Block
50   AlignPossible         Block, Left
51   LabelType             Counter_Subsection
52
53   # standard font definition
54   Font 
55     Series              Bold
56     Size                Large
57   EndFont
58
59   # label font definition
60   LabelFont 
61     Series              Bold
62     Size                Large
63   EndFont
64 End
65
66 # Enumerate style definition
67 Style Enumerate
68   Margin                Static
69   LatexType             Item_Environment
70   LatexName             enum
71   NextNoIndent          1
72   LeftMargin            MMN
73   LabelSep              xx
74   ItemSep               0.2
75   TopSep                0.7
76   BottomSep             0.7
77   ParSep                0.3
78   Align                 Block
79   AlignPossible         Block, Left
80   LabelType             Counter_EnumI
81 End
82
83 # Itemize style definition
84 Style Itemize
85   Margin                Static
86   LatexType             Item_Environment
87   LatexName             itemize
88   NextNoIndent          1
89   LeftMargin            MMN
90   LabelSep              xx
91   ItemSep               0.2
92   TopSep                0.7
93   BottomSep             0.7
94   ParSep                0.3
95   Align                 Block
96   AlignPossible         Block, Left
97   LabelType             Static
98   LabelString           *
99 End
100
101 # Description style definition
102 Style Description
103   Margin                First_Dynamic
104   LatexType             Item_environment
105   LatexName             descrip
106   NextNoIndent          1
107   LeftMargin            MM
108   LabelSep              xxx
109   ParSkip               0.4
110   ItemSep               0.2
111   TopSep                0.7
112   BottomSep             0.7
113   ParSep                0.3
114   Align                 Block
115   AlignPossible         Block, Left
116   LabelType             Manual
117   LabelString           MM
118
119   # label font definition
120   LabelFont 
121     Series              Bold
122   EndFont
123 End
124
125 # Verbatim style definition
126 Style Verbatim
127   Margin                Static
128   LatexType             environment
129   LatexName             verb
130   NextNoIndent          1
131   LeftMargin            MM
132   LabelSep              xx
133   ItemSep               0.2
134   Topsep                0.7
135   BottomSep             0.7
136   ParSep                0.3
137   Align                 Block
138   AlignPossible         Block
139   LabelType             No_Label
140
141   # standard font definition
142   Font 
143     Family              Typewriter
144   EndFont
145
146   # label font definition
147   LabelFont 
148     Family              Typewriter
149   EndFont
150 End
151
152 # Code style definition
153 Style Code
154   Margin                Static
155   LatexType             Environment
156   LatexName             code
157   NextNoIndent          1
158   LeftMargin            MM
159   LabelSep              xx
160   ItemSep               0.2
161   TopSep                0.7
162   BottomSep             0.7
163   ParSep                0.3
164   Align                 Block
165   AlignPossible         Block
166   LabelType             No_Label
167   FreeSpacing           1
168 End
169
170 # SGML style definition
171 Style SGML
172   Margin                Static
173   LatexType             Paragraph
174   LatexName             "!-- --"
175   NewLine               0
176   ParIndent             MM
177   ParSkip               0.4
178   ParSep                0.5
179   Align                 Left
180   AlignPossible         Block
181   LabelType             No_Label
182   FreeSpacing           1
183   PassThru              1
184 End