]> git.lyx.org Git - lyx.git/blob - lib/layouts/manpage.layout
typo.
[lyx.git] / lib / layouts / manpage.layout
1 #% Do not delete he line below; configure depends on this
2 #  \DeclareLinuxDocClass[manpage]{LinuxDoc manpage (SGML)}
3 # LinuxDoc manpage textclass definition file.
4 # Author : José Matos <jamatos@novalis.fc.up.pt>
5
6
7 Format 6
8 Columns                 1
9 Sides                   1
10 PageStyle               Plain
11 OutputType              linuxdoc
12 DefaultStyle            Standard
13
14 Input stdcounters.inc
15
16
17 Style Standard
18         Margin                Static
19         LatexType             Paragraph
20         LatexName             p
21         ParIndent             MM
22         ParSkip               0.4
23         Align                 Block
24         LabelType             No_Label
25 End
26
27
28 Style Quote
29         Margin                Static
30         LatexType             Environment
31         LatexName             quote
32         ParIndent             MM
33         ParSkip               0.4
34         Align                 Block
35         LabelType             No_Label
36 End
37
38
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         Font
53           Series              Bold
54           Size                Large
55         EndFont
56         LabelFont
57           Series              Bold
58           Size                Large
59         EndFont
60 End
61
62
63 Style Enumerate
64         Margin                Static
65         LatexType             Item_Environment
66         LatexName             enum
67         NextNoIndent          1
68         LeftMargin            MMN
69         LabelSep              xx
70         ItemSep               0.2
71         TopSep                0.7
72         BottomSep             0.7
73         ParSep                0.3
74         Align                 Block
75         AlignPossible         Block, Left
76         LabelType             Enumerate
77 End
78
79
80 Style Itemize
81         Margin                Static
82         LatexType             Item_Environment
83         LatexName             itemize
84         NextNoIndent          1
85         LeftMargin            MMN
86         LabelSep              xx
87         ItemSep               0.2
88         TopSep                0.7
89         BottomSep             0.7
90         ParSep                0.3
91         Align                 Block
92         AlignPossible         Block, Left
93         LabelType             Itemize
94         LabelString           "*"
95 End
96
97
98 Style Description
99         Margin                First_Dynamic
100         LatexType             Item_environment
101         LatexName             descrip
102         NextNoIndent          1
103         LeftMargin            MM
104         LabelSep              xxx
105         ParSkip               0.4
106         ItemSep               0.2
107         TopSep                0.7
108         BottomSep             0.7
109         ParSep                0.3
110         Align                 Block
111         AlignPossible         Block, Left
112         LabelType             Manual
113         LabelString           "MM"
114         LabelFont
115           Series              Bold
116         EndFont
117 End
118
119
120 Style Verbatim
121         Margin                Static
122         LatexType             environment
123         LatexName             verb
124         NextNoIndent          1
125         LeftMargin            MM
126         LabelSep              xx
127         ItemSep               0.2
128         Topsep                0.7
129         BottomSep             0.7
130         ParSep                0.3
131         Align                 Block
132         LabelType             No_Label
133         Font
134           Family              Typewriter
135         EndFont
136         LabelFont
137           Family              Typewriter
138         EndFont
139 End
140
141
142 Style Code
143         Margin                Static
144         LatexType             Environment
145         LatexName             code
146         NextNoIndent          1
147         LeftMargin            MM
148         LabelSep              xx
149         ItemSep               0.2
150         TopSep                0.7
151         BottomSep             0.7
152         ParSep                0.3
153         Align                 Block
154         LabelType             No_Label
155         FreeSpacing           1
156 End
157
158
159 Style SGML
160         Margin                Static
161         LatexType             Paragraph
162         LatexName             "!-- --"
163         NewLine               0
164         ParIndent             MM
165         ParSkip               0.4
166         ParSep                0.5
167         Align                 Left
168         LabelType             No_Label
169         FreeSpacing           1
170         PassThru              1
171 End