]> git.lyx.org Git - lyx.git/blob - lib/layouts/manpage.layout
Add some tipa accents
[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 3
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         AlignPossible         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         AlignPossible         Block
37         LabelType             No_Label
38 End
39
40
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         Font
55           Series              Bold
56           Size                Large
57         EndFont
58         LabelFont
59           Series              Bold
60           Size                Large
61         EndFont
62 End
63
64
65 Style Enumerate
66         Margin                Static
67         LatexType             Item_Environment
68         LatexName             enum
69         NextNoIndent          1
70         LeftMargin            MMN
71         LabelSep              xx
72         ItemSep               0.2
73         TopSep                0.7
74         BottomSep             0.7
75         ParSep                0.3
76         Align                 Block
77         AlignPossible         Block, Left
78         LabelType             Enumerate
79 End
80
81
82 Style Itemize
83         Margin                Static
84         LatexType             Item_Environment
85         LatexName             itemize
86         NextNoIndent          1
87         LeftMargin            MMN
88         LabelSep              xx
89         ItemSep               0.2
90         TopSep                0.7
91         BottomSep             0.7
92         ParSep                0.3
93         Align                 Block
94         AlignPossible         Block, Left
95         LabelType             Itemize
96         LabelString           "*"
97 End
98
99
100 Style Description
101         Margin                First_Dynamic
102         LatexType             Item_environment
103         LatexName             descrip
104         NextNoIndent          1
105         LeftMargin            MM
106         LabelSep              xxx
107         ParSkip               0.4
108         ItemSep               0.2
109         TopSep                0.7
110         BottomSep             0.7
111         ParSep                0.3
112         Align                 Block
113         AlignPossible         Block, Left
114         LabelType             Manual
115         LabelString           "MM"
116         LabelFont
117           Series              Bold
118         EndFont
119 End
120
121
122 Style Verbatim
123         Margin                Static
124         LatexType             environment
125         LatexName             verb
126         NextNoIndent          1
127         LeftMargin            MM
128         LabelSep              xx
129         ItemSep               0.2
130         Topsep                0.7
131         BottomSep             0.7
132         ParSep                0.3
133         Align                 Block
134         AlignPossible         Block
135         LabelType             No_Label
136         Font
137           Family              Typewriter
138         EndFont
139         LabelFont
140           Family              Typewriter
141         EndFont
142 End
143
144
145 Style Code
146         Margin                Static
147         LatexType             Environment
148         LatexName             code
149         NextNoIndent          1
150         LeftMargin            MM
151         LabelSep              xx
152         ItemSep               0.2
153         TopSep                0.7
154         BottomSep             0.7
155         ParSep                0.3
156         Align                 Block
157         AlignPossible         Block
158         LabelType             No_Label
159         FreeSpacing           1
160 End
161
162
163 Style SGML
164         Margin                Static
165         LatexType             Paragraph
166         LatexName             "!-- --"
167         NewLine               0
168         ParIndent             MM
169         ParSkip               0.4
170         ParSep                0.5
171         Align                 Left
172         AlignPossible         Block
173         LabelType             No_Label
174         FreeSpacing           1
175         PassThru              1
176 End