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