]> git.lyx.org Git - features.git/blob - lib/layouts/ectaart.layout
ectaart: new layout and template file from Koji
[features.git] / lib / layouts / ectaart.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[ectaart]{article (Econometrica)}
3 # Author : Koji Yokota <yok...@res.otaru-uc.ac.jp>
4
5 Format 11
6 Input article.layout
7
8 TitleLatexType          Environment
9 TitleLatexName          frontmatter
10
11 ClassOptions
12         Other           draft
13 End
14
15 Style Title
16         Margin          Manual
17         LeftMargin      -MMMMMMMM
18         Align           Left
19 End
20
21 Style RunTitle
22         Category        FrontMatter
23         LatexType       Command
24         LatexName       runtitle
25         InTitle         1
26         Margin          Dynamic
27         LabelType       Static
28         LabelString     "Running Title:"
29         LabelSep        M
30         LabelFont
31           Color         Red
32         EndFont
33 End
34
35 Style RunAuthor
36         CopyStyle       RunTitle
37         LatexType       Command
38         LatexName       runauthor
39         LabelString     "Running Author:"
40 End
41
42 Style Abstract
43         Margin                  Dynamic
44         LatexType               Environment
45         LatexName               abstract
46         InTitle                 1
47         Category                FrontMatter
48         NextNoIndent            1
49         LabelSep                xxx
50         ParSkip                 0.4
51         TopSep                  0.7
52         BottomSep               0.4
53         Align                   Block
54         LabelType               Static
55         LabelString             "Abstract"
56         LabelFont
57           Size                  Normal
58           Series                Medium
59         EndFont
60 End
61
62 Style Address
63         CopyStyle       RunTitle
64         LatexName       address
65         LabelString     "Address:"
66 End
67
68 Style Email
69         Category        FrontMatter
70         LatexType       Command
71         LatexName       lyxead
72         OptionalArgs    1
73         InTitle         1
74         Margin          First_Dynamic
75         LabelType       Static
76         LabelString     "E-mail: "
77         LabelSep        M
78         Font
79           Family        Typewriter
80         EndFont
81         LabelFont
82           Family        Roman
83           Series        Medium
84           Size          Normal
85           Color         Blue
86         EndFont
87         Preamble
88                 \def\lyxead[#1]#2{\ead[label=#1]{#2}}
89         EndPreamble
90 End
91
92 Style Web_Address
93         CopyStyle       Email
94         LatexName       lyxeadurl
95         LabelString     "Web address: "
96         LabelSep        ""
97         Preamble
98                 \def\lyxeadurl[#1]#2{\ead[label=#1,url]{#2}}
99         EndPreamble
100 End
101
102 Style Author
103         LatexType       Command
104         LatexName       author
105         NewLine         0
106         InTitle         1
107 End
108
109 Style Authors_Block
110         CopyStyle       RunTitle
111         LatexType       Environment
112         LatexName       aug
113         LabelString     "Authors Block: "
114 End
115
116 Style Keyword
117         CopyStyle       Abstract
118         LatexType       Environment
119         LatexName       keyword
120         LabelString     "Keywords: "
121         LabelFont
122           Shape         SmallCaps
123         EndFont
124 End
125
126 Style Thanks_Text
127         CopyStyle       Email
128         LatexType       Command
129         LatexName       lyxthankstext
130         NeedProtect     1
131         LabelType       Counter
132         LabelCounter    Thanks
133         LabelString     "Thanks \theThanks: "
134         Preamble
135                 \def\lyxthankstext[#1]#2{\thankstext{#1}{#2}}
136         EndPreamble
137 End
138
139 InsetLayout Thanks_Reference
140         LyxType         custom
141         LatexType       Command
142         LatexName       thanksref
143         CustomPars      0
144         Decoration      Classic
145         LabelString     "Thanks Ref"
146         ForcePlain      1
147         MultiPar        0
148 End
149
150 InsetLayout Internet_Address_Reference
151         CopyStyle       Thanks_Reference
152         LatexName       printead
153         LabelString     "Internet Addess Ref"
154 End
155
156 InsetLayout Corresponding_Author
157         CopyStyle       Thanks_Reference
158         LatexName       corref
159         LabelString     "Corresponding Author"
160         BgColor         black
161 End
162
163 InsetLayout Author
164         CopyStyle       Thanks_Reference
165         LatexName       author
166         LabelString     "Author"
167 End
168
169 InsetLayout Name_(First_Name)
170         CopyStyle       Thanks_Reference
171         LatexName       fnms
172         LabelString     "First Name"
173         BgColor         background
174 End
175
176 InsetLayout Name_(Surname)
177         CopyStyle       Thanks_Reference
178         LatexName       snm
179         LabelString     "Surname"
180         BgColor         background
181 End
182
183 InsetLayout Email
184         CopyStyle       Thanks_Reference
185         LatexName       printead
186         LabelString     "Email"
187 End
188
189 InsetLayout Keyword
190         CopyStyle       Thanks_Reference
191         LatexName       kwd
192         LabelString     "Keyword"
193 End
194
195 InsetLayout By_Same_Author_(bib)
196         CopyStyle       Thanks_Reference
197         LatexName       bysame
198         LabelString     "bysame"
199         BgColor         black
200 End
201
202 Counter Thanks
203 End