]> git.lyx.org Git - lyx.git/blob - lib/layouts/ectaart.layout
Customization updates
[lyx.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 28
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         Preamble
97                 \def\lyxeadurl[#1]#2{\ead[label=#1,url]{#2}}
98         EndPreamble
99 End
100
101 Style Author
102         LatexType       Command
103         LatexName       author
104         NewLine         0
105         InTitle         1
106 End
107
108 Style Authors_Block
109         CopyStyle       RunTitle
110         LatexType       Environment
111         LatexName       aug
112         LabelString     "Authors Block:"
113 End
114
115 Style Keyword
116         CopyStyle       Abstract
117         LatexType       Environment
118         LatexName       keyword
119         LabelString     "Keywords:"
120         LabelFont
121           Shape         SmallCaps
122         EndFont
123 End
124
125 Style Thanks_Text
126         CopyStyle       Email
127         LatexType       Command
128         LatexName       lyxthankstext
129         NeedProtect     1
130         LabelType       Counter
131         LabelCounter    Thanks
132         LabelString     "Thanks \theThanks:"
133         Preamble
134                 \def\lyxthankstext[#1]#2{\thankstext{#1}{#2}}
135         EndPreamble
136 End
137
138 InsetLayout Thanks_Reference
139         LyxType         custom
140         LatexType       Command
141         LatexName       thanksref
142         CustomPars      0
143         Decoration      Classic
144         LabelString     "Thanks Ref"
145         ForcePlain      1
146         MultiPar        0
147 End
148
149 InsetLayout Internet_Address_Reference
150         CopyStyle       Thanks_Reference
151         LatexName       printead
152         LabelString     "Internet Addess Ref"
153 End
154
155 InsetLayout Corresponding_Author
156         CopyStyle       Thanks_Reference
157         LatexName       corref
158         LabelString     "Corresponding Author"
159         BgColor         black
160 End
161
162 InsetLayout Author
163         CopyStyle       Thanks_Reference
164         LatexName       author
165         LabelString     "Author"
166 End
167
168 InsetLayout Name_(First_Name)
169         CopyStyle       Thanks_Reference
170         LatexName       fnms
171         LabelString     "First Name"
172         BgColor         background
173 End
174
175 InsetLayout Name_(Surname)
176         CopyStyle       Thanks_Reference
177         LatexName       snm
178         LabelString     "Surname"
179         BgColor         background
180 End
181
182 InsetLayout Email
183         CopyStyle       Thanks_Reference
184         LatexName       printead
185         LabelString     "Email"
186 End
187
188 InsetLayout Keyword
189         CopyStyle       Thanks_Reference
190         LatexName       kwd
191         LabelString     "Keyword"
192 End
193
194 InsetLayout By_Same_Author_(bib)
195         CopyStyle       Thanks_Reference
196         LatexName       bysame
197         LabelString     "bysame"
198         BgColor         black
199 End
200
201 Counter Thanks
202 End