]> git.lyx.org Git - features.git/blob - lib/layouts/isprs.layout
DocBook: implement title for layouts that previously missed it.
[features.git] / lib / layouts / isprs.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[isprs,epsfig.sty,times.sty]{Int. Society f. Photogrammetry and Remote Sensing (ISPRS)}
3 #  \DeclareCategory{Articles}
4 # Find the class file at, e.g.,
5 #     http://www.photogrammetry.ethz.ch/tarasp_workshop/isprs.cls
6 # Article textclass definition file. Taken from initial LyX source code
7 # Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
8 # Transposed by Pascal AndrĂ© <andre@via.ecp.fr>
9 # Heavily modifed and enhanced by serveral developers.
10
11 # Input general definitions
12 Format 85
13 Input stdclass.inc
14 Sides                   2
15 Columns                 2
16
17 # There are no chapters in an article.
18 NoStyle Chapter
19 NoCounter chapter
20 NoStyle Chapter*
21
22 SecNumDepth             3
23 TocDepth                3
24
25 # Abstract style definition
26 Style Abstract
27   Margin                Static
28   LatexType             Command
29   LatexName             abstract
30   LeftMargin            ""
31   RightMargin           ""
32   ParIndent             ""
33   NextNoIndent          1
34   ItemSep               0
35   ParSep                0
36   LabelSep              x
37   Align                 Block
38   LabelType             Above
39   LabelString           "ABSTRACT:"
40   InTitle               1
41
42 # standard font definition
43   Font
44     Size                Normal
45   EndFont
46 # label font definition
47   LabelFont
48     Series              Bold
49   EndFont
50 End
51
52 # Keywords style definition
53 Style Keywords
54   Margin                Static
55   LatexType             Command
56   LatexName             keywords 
57   LeftMargin            ""
58   RightMargin           ""
59   ParIndent             ""
60   NextNoIndent          1
61   ItemSep               0
62   ParSep                0
63   LabelSep              x
64   Align                 Left
65   AlignPossible         Block, Left
66   LabelType             Above
67   LabelString           "KEY WORDS:"
68   InTitle               1
69
70 # label font definition
71   LabelFont
72     Series              Bold
73   EndFont
74   DocBookTag         keyword
75   DocBookTagType     paragraph
76   DocBookWrapperTag  keywordset
77   DocBookInInfo      always
78 End
79
80 # Author style definition
81 Style Author
82   Margin                Static
83   LatexType             Command
84   InTitle               1
85   LatexName             author
86   NextNoIndent          1
87   ParSkip               0.4
88   Align                 Center
89   LabelType             No_Label
90
91 # standard font definition
92   Font
93     Size                Large
94   EndFont
95
96 End
97 # Title style definition
98 Style Title
99   Margin                Static
100   LatexType             Command
101   InTitle               1
102   LatexName             title
103   TopSep                1.3
104   NextNoIndent          1
105   Align                 Center
106   AlignPossible         Block, Center, Left, Right
107   LabelType             No_Label
108 # standard font definition
109   Font
110     Series              Bold
111     Size                LARGE
112   EndFont
113   HTMLTitle             true
114   DocBookTag            title
115   DocBookTagType        paragraph
116   DocBookInInfo         maybe
117 End
118
119 Style Address
120   Margin                Static
121   LatexType             Command
122   InTitle               1
123   LatexName             address
124   TopSep                1.3
125   NextNoIndent          1
126   Align                 Center
127   AlignPossible         Block, Center, Left, Right
128   LabelType             No_Label
129 # standard font definition
130   Font
131     Size                Large
132   EndFont
133
134 End
135
136 Style Commission
137   Margin                Static
138   LatexType             Command
139   InTitle               1
140   LatexName             title
141   TopSep                1.3
142   NextNoIndent          1
143   Align                 Center
144   AlignPossible         Block, Center, Left, Right
145   LabelType             No_Label
146 # standard font definition
147   Font
148     Series              Bold
149     Size                Large
150   EndFont
151
152 End
153
154 # Section style definition
155 Style Section
156   Align                 Center
157   AlignPossible         Block, Center, Left, Right
158 # standard font definition
159  Font
160    Series               Bold
161    Size                 Normal
162   EndFont
163   TocLevel 1
164 End
165
166 # Subsection style definition
167 Style Subsection
168 # standard font definition
169  Font
170    Series               Bold
171    Size                 Normal
172   EndFont
173   TocLevel 2
174 End
175
176 # Subsubsection style definition
177 Style Subsubsection
178 # standard font definition
179  Font
180    Series               Bold
181    Size                 Normal
182   EndFont
183   TocLevel 3
184 End
185
186 # Section* style definition
187 Style Section*
188   Align                 Center
189   AlignPossible         Block, Center, Left, Right
190 # standard font definition
191  Font
192    Series               Bold
193    Size                 Normal
194   EndFont
195 End
196
197 # Subsection* style definition
198 Style Subsection*
199 # standard font definition
200  Font
201    Series               Bold
202    Size                 Normal
203   EndFont
204 End
205
206 # Subsubsection* style definition
207 Style Subsubsection*
208 # standard font definition
209  Font
210    Series               Bold
211    Size                 Normal
212   EndFont
213 End
214
215 # Acknowledgement(s) style definitions
216 Style Acknowledgements
217   Category              BackMatter
218   Margin                Static
219   LatexType             Command
220   LatexName             acknowledgements
221   LeftMargin            ""
222   RightMargin           ""
223   ParIndent             ""
224   LabelSep              X
225   TopSep                0.7
226   LabelType             Above
227   LabelString           "ACKNOWLEDGEMENTS"
228
229   Preamble
230   \newcommand{\acknowledgements}[1]{\section*{ACKNOWLEDGEMENTS} #1}
231   EndPreamble
232
233 # label font definition
234   Font
235     Size                Normal
236   EndFont
237
238   LabelFont
239     Series              Bold
240     Size                Normal
241   EndFont
242 End