]> git.lyx.org Git - lyx.git/blob - lib/layouts/manpage.layout
remove spaces from label strings, part 2
[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 Columns                 1
8 Sides                   1
9 PageStyle               Plain
10 OutputType              linuxdoc
11 DefaultStyle            Standard
12
13 Input stdcounters.inc
14
15
16 Style Standard
17         Margin                Static
18         LatexType             Paragraph
19         LatexName             p
20         ParIndent             MM
21         ParSkip               0.4
22         Align                 Block
23         AlignPossible         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         AlignPossible         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         AlignPossible         Block
134         LabelType             No_Label
135         Font
136           Family              Typewriter
137         EndFont
138         LabelFont
139           Family              Typewriter
140         EndFont
141 End
142
143
144 Style Code
145         Margin                Static
146         LatexType             Environment
147         LatexName             code
148         NextNoIndent          1
149         LeftMargin            MM
150         LabelSep              xx
151         ItemSep               0.2
152         TopSep                0.7
153         BottomSep             0.7
154         ParSep                0.3
155         Align                 Block
156         AlignPossible         Block
157         LabelType             No_Label
158         FreeSpacing           1
159 End
160
161
162 Style SGML
163         Margin                Static
164         LatexType             Paragraph
165         LatexName             "!-- --"
166         NewLine               0
167         ParIndent             MM
168         ParSkip               0.4
169         ParSep                0.5
170         Align                 Left
171         AlignPossible         Block
172         LabelType             No_Label
173         FreeSpacing           1
174         PassThru              1
175 End