]> git.lyx.org Git - features.git/blob - lib/layouts/isprs.layout
96ee4c6418ff5f3a37d2514d93605bcffffa8232
[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 93
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   DocBookTag            personname
96   DocBookTagType        paragraph
97   DocBookWrapperTag     author
98   DocBookWrapperTagType inline
99   DocBookInInfo         always
100
101 End
102 # Title style definition
103 Style Title
104   Margin                Static
105   LatexType             Command
106   InTitle               1
107   LatexName             title
108   TopSep                1.3
109   NextNoIndent          1
110   Align                 Center
111   AlignPossible         Block, Center, Left, Right
112   LabelType             No_Label
113 # standard font definition
114   Font
115     Series              Bold
116     Size                LARGE
117   EndFont
118   HTMLTitle             true
119   DocBookTag            title
120   DocBookTagType        paragraph
121   DocBookInInfo         maybe
122 End
123
124 Style Address
125   Margin                Static
126   LatexType             Command
127   InTitle               1
128   LatexName             address
129   TopSep                1.3
130   NextNoIndent          1
131   Align                 Center
132   AlignPossible         Block, Center, Left, Right
133   LabelType             No_Label
134 # standard font definition
135   Font
136     Size                Large
137   EndFont
138
139 End
140
141 Style Commission
142   Margin                Static
143   LatexType             Command
144   InTitle               1
145   LatexName             title
146   TopSep                1.3
147   NextNoIndent          1
148   Align                 Center
149   AlignPossible         Block, Center, Left, Right
150   LabelType             No_Label
151 # standard font definition
152   Font
153     Series              Bold
154     Size                Large
155   EndFont
156
157 End
158
159 # Section style definition
160 Style Section
161   Align                 Center
162   AlignPossible         Block, Center, Left, Right
163 # standard font definition
164  Font
165    Series               Bold
166    Size                 Normal
167   EndFont
168   TocLevel 1
169 End
170
171 # Subsection style definition
172 Style Subsection
173 # standard font definition
174  Font
175    Series               Bold
176    Size                 Normal
177   EndFont
178   TocLevel 2
179 End
180
181 # Subsubsection style definition
182 Style Subsubsection
183 # standard font definition
184  Font
185    Series               Bold
186    Size                 Normal
187   EndFont
188   TocLevel 3
189 End
190
191 # Section* style definition
192 Style Section*
193   Align                 Center
194   AlignPossible         Block, Center, Left, Right
195 # standard font definition
196  Font
197    Series               Bold
198    Size                 Normal
199   EndFont
200 End
201
202 # Subsection* style definition
203 Style Subsection*
204 # standard font definition
205  Font
206    Series               Bold
207    Size                 Normal
208   EndFont
209 End
210
211 # Subsubsection* style definition
212 Style Subsubsection*
213 # standard font definition
214  Font
215    Series               Bold
216    Size                 Normal
217   EndFont
218 End
219
220 # Acknowledgement(s) style definitions
221 Style Acknowledgements
222   Category              BackMatter
223   Margin                Static
224   LatexType             Command
225   LatexName             acknowledgements
226   LeftMargin            ""
227   RightMargin           ""
228   ParIndent             ""
229   LabelSep              X
230   TopSep                0.7
231   LabelType             Above
232   LabelString           "ACKNOWLEDGEMENTS"
233
234   Preamble
235   \newcommand{\acknowledgements}[1]{\section*{ACKNOWLEDGEMENTS} #1}
236   EndPreamble
237
238 # label font definition
239   Font
240     Size                Normal
241   EndFont
242
243   LabelFont
244     Series              Bold
245     Size                Normal
246   EndFont
247 End