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