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