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