]> git.lyx.org Git - features.git/blob - lib/layouts/isprs.layout
Update format number for layouts not using counters. The reason
[features.git] / lib / layouts / isprs.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass{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 9
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
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 End
164
165 # Subsection style definition
166 Style Subsection
167 # standard font definition
168  Font
169    Series               Bold
170    Size                 Normal
171   EndFont
172 End
173
174 # Subsubsection style definition
175 Style Subsubsection
176 # standard font definition
177  Font
178    Series               Bold
179    Size                 Normal
180   EndFont
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   Margin                Static
215   LatexType             Command
216   LatexName             acknowledgements
217   LeftMargin            ""
218   RightMargin           ""
219   ParIndent             ""
220   LabelSep              X
221   TopSep                0.7
222   LabelType             Top_Environment
223   LabelString           "ACKNOWLEDGEMENTS"
224
225   Preamble
226   \newcommand{\acknowledgements}[1]{\section*{ACKNOWLEDGEMENTS} #1}
227   EndPreamble
228
229 # label font definition
230   Font
231     Size                Normal
232   EndFont
233
234   LabelFont
235     Series              Bold
236     Size                Normal
237   EndFont
238 End
239