]> git.lyx.org Git - lyx.git/blob - lib/layouts/ectaart.layout
bb70f3e21ec617cb23a84617ea38e0310e12c958
[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 68
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         ResetsFont true
170 End
171
172 InsetLayout Flex:Internet_Address_Reference
173         CopyStyle       Flex:Thanks_Reference
174         LatexName       printead
175         LabelString     "Internet Addess Ref"
176 End
177
178 InsetLayout Flex:Corresponding_Author
179         CopyStyle       Flex:Thanks_Reference
180         LatexName       corref
181         LabelString     "Corresponding Author"
182         BgColor         black
183 End
184
185 InsetLayout Flex:Author
186         CopyStyle       Flex:Thanks_Reference
187         LatexName       author
188         LabelString     "Author"
189         BgColor         green
190 End
191
192 InsetLayout Flex:Name_(First_Name)
193         CopyStyle       Flex:Thanks_Reference
194         LatexName       fnms
195         LabelString     "First Name"
196         BgColor         background
197 End
198
199 InsetLayout Flex:Name_(Surname)
200         CopyStyle       Flex:Thanks_Reference
201         LatexName       snm
202         LabelString     "Surname"
203         BgColor         background
204 End
205
206 InsetLayout Flex:Keyword
207         CopyStyle       Flex:Thanks_Reference
208         LatexName       kwd
209         LabelString     "Keyword"
210 End
211
212 InsetLayout Flex:By_Same_Author_(bib)
213         CopyStyle       Flex:Thanks_Reference
214         LatexName       bysame
215         LabelString     "bysame"
216         BgColor         blue
217 End
218
219 Counter Thanks
220 End