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