]> git.lyx.org Git - features.git/blob - lib/layouts/isprs.layout
Update layouts to new format.
[features.git] / lib / layouts / isprs.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[isprs,epsfig.sty,times.sty]{article (Int. Soc. for Photogrammetry etc)}
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 29
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   LabelType             Top_Environment
37   LabelString           "ABSTRACT:"
38   InTitle               1
39
40 # standard font definition
41   Font
42     Size                Normal
43   EndFont
44 # label font definition
45   LabelFont
46     Series              Bold
47   EndFont
48 End
49
50 # Keywords style definition
51 Style Keywords
52   Margin                Static
53   LatexType             Command
54   LatexName             keywords 
55   LeftMargin            ""
56   RightMargin           ""
57   ParIndent             ""
58   NextNoIndent          1
59   ItemSep               0
60   ParSep                0
61   LabelSep              x
62   Align                 Left
63   AlignPossible         Block, Left
64   LabelType             Top_Environment
65   LabelString           "KEY WORDS:"
66   InTitle               1
67
68 # label font definition
69   LabelFont
70     Series              Bold
71   EndFont
72 End
73
74 # Author style definition
75 Style Author
76   Margin                Static
77   LatexType             Command
78   InTitle               1
79   LatexName             author
80   NextNoIndent          1
81   ParSkip               0.4
82   Align                 Center
83   LabelType             No_Label
84
85 # standard font definition
86   Font
87     Size                Large
88   EndFont
89
90 End
91 # Title style definition
92 Style Title
93   Margin                Static
94   LatexType             Command
95   InTitle               1
96   LatexName             title
97   TopSep                1.3
98   NextNoIndent          1
99   Align                 Center
100   AlignPossible         Block, Center, Left, Right
101   LabelType             No_Label
102   Fill_Top              1
103   Fill_Bottom           1
104
105 # standard font definition
106   Font
107     Series              Bold
108     Size                LARGE
109   EndFont
110         HTMLTitle             true
111 End
112
113 Style Address
114   Margin                Static
115   LatexType             Command
116   InTitle               1
117   LatexName             address
118   TopSep                1.3
119   NextNoIndent          1
120   Align                 Center
121   AlignPossible         Block, Center, Left, Right
122   LabelType             No_Label
123   Fill_Top              1
124   Fill_Bottom           1
125
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   Fill_Top              1
144   Fill_Bottom           1
145
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   Margin                Static
218   LatexType             Command
219   LatexName             acknowledgements
220   LeftMargin            ""
221   RightMargin           ""
222   ParIndent             ""
223   LabelSep              X
224   TopSep                0.7
225   LabelType             Top_Environment
226   LabelString           "ACKNOWLEDGEMENTS"
227
228   Preamble
229   \newcommand{\acknowledgements}[1]{\section*{ACKNOWLEDGEMENTS} #1}
230   EndPreamble
231
232 # label font definition
233   Font
234     Size                Normal
235   EndFont
236
237   LabelFont
238     Series              Bold
239     Size                Normal
240   EndFont
241 End