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