]> git.lyx.org Git - lyx.git/blob - lib/layouts/isprs.layout
Add NoCounter to layouts that need it.
[lyx.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 30
12 Input stdclass.inc
13 Sides                   2
14 Columns                 2
15
16 # There are no chapters in an article.
17 NoStyle Chapter
18 NoCounter chapter
19 NoStyle Chapter*
20
21 SecNumDepth             3
22 TocDepth                3
23
24 # Abstract style definition
25 Style Abstract
26   Margin                Static
27   LatexType             Command
28   LatexName             abstract
29   LeftMargin            ""
30   RightMargin           ""
31   ParIndent             ""
32   NextNoIndent          1
33   ItemSep               0
34   ParSep                0
35   LabelSep              x
36   Align                 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   LabelType             No_Label
85
86 # standard font definition
87   Font
88     Size                Large
89   EndFont
90
91 End
92 # Title style definition
93 Style Title
94   Margin                Static
95   LatexType             Command
96   InTitle               1
97   LatexName             title
98   TopSep                1.3
99   NextNoIndent          1
100   Align                 Center
101   AlignPossible         Block, Center, Left, Right
102   LabelType             No_Label
103   Fill_Top              1
104   Fill_Bottom           1
105
106 # standard font definition
107   Font
108     Series              Bold
109     Size                LARGE
110   EndFont
111         HTMLTitle             true
112 End
113
114 Style Address
115   Margin                Static
116   LatexType             Command
117   InTitle               1
118   LatexName             address
119   TopSep                1.3
120   NextNoIndent          1
121   Align                 Center
122   AlignPossible         Block, Center, Left, Right
123   LabelType             No_Label
124   Fill_Top              1
125   Fill_Bottom           1
126
127 # standard font definition
128   Font
129     Size                Large
130   EndFont
131
132 End
133
134 Style Commission
135   Margin                Static
136   LatexType             Command
137   InTitle               1
138   LatexName             title
139   TopSep                1.3
140   NextNoIndent          1
141   Align                 Center
142   AlignPossible         Block, Center, Left, Right
143   LabelType             No_Label
144   Fill_Top              1
145   Fill_Bottom           1
146
147 # standard font definition
148   Font
149     Series              Bold
150     Size                Large
151   EndFont
152
153 End
154
155 # Section style definition
156 Style Section
157   Align                 Center
158   AlignPossible         Block, Center, Left, Right
159 # standard font definition
160  Font
161    Series               Bold
162    Size                 Normal
163   EndFont
164         TocLevel 1
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         TocLevel 2
175 End
176
177 # Subsubsection style definition
178 Style Subsubsection
179 # standard font definition
180  Font
181    Series               Bold
182    Size                 Normal
183   EndFont
184         TocLevel 3
185 End
186
187 # Section* style definition
188 Style Section*
189   Align                 Center
190   AlignPossible         Block, Center, Left, Right
191 # standard font definition
192  Font
193    Series               Bold
194    Size                 Normal
195   EndFont
196 End
197
198 # Subsection* style definition
199 Style Subsection*
200 # standard font definition
201  Font
202    Series               Bold
203    Size                 Normal
204   EndFont
205 End
206
207 # Subsubsection* style definition
208 Style Subsubsection*
209 # standard font definition
210  Font
211    Series               Bold
212    Size                 Normal
213   EndFont
214 End
215
216 # Acknowledgement(s) style definitions
217 Style Acknowledgements
218   Margin                Static
219   LatexType             Command
220   LatexName             acknowledgements
221   LeftMargin            ""
222   RightMargin           ""
223   ParIndent             ""
224   LabelSep              X
225   TopSep                0.7
226   LabelType             Top_Environment
227   LabelString           "ACKNOWLEDGEMENTS"
228
229   Preamble
230   \newcommand{\acknowledgements}[1]{\section*{ACKNOWLEDGEMENTS} #1}
231   EndPreamble
232
233 # label font definition
234   Font
235     Size                Normal
236   EndFont
237
238   LabelFont
239     Series              Bold
240     Size                Normal
241   EndFont
242 End