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