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