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