File: ectaart.layout

package info (click to toggle)
lyx 2.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 138,444 kB
  • sloc: cpp: 244,268; ansic: 106,398; xml: 72,791; python: 39,384; sh: 7,666; makefile: 6,584; pascal: 2,143; perl: 2,101; objc: 1,084; tcl: 163; sed: 16
file content (253 lines) | stat: -rw-r--r-- 4,821 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
#% Do not delete the line below; configure depends on this
#  \DeclareLaTeXClass[ectaart]{Econometrica (ectaart, obsolete)}
#  \DeclareCategory{Obsolete}
# Author : Koji Yokota <yok...@res.otaru-uc.ac.jp>

Format 111
Input article.layout

TitleLatexType		Environment
TitleLatexName		frontmatter

ClassOptions
	Other		draft
End

Style Title
	Margin		Manual
	LeftMargin	-MMMMMMMM
	Align		Center
	DocBookTag            title
	DocBookTagType        paragraph
	DocBookInInfo         maybe
End

Style RunTitle
	Category	FrontMatter
	LatexType	Command
	LatexName	runtitle
	InTitle		1
	Margin		Dynamic
	LabelType	Static
	LabelString	"Running Title:"
	LabelSep	M
	LabelFont
	  Color		textlabel3
	EndFont
	DocBookTag            titleabbrev
	DocBookTagType        paragraph
	DocBookInInfo         maybe
End

Style RunAuthor
	CopyStyle	RunTitle
	LatexType	Command
	LatexName	runauthor
	LabelString	"Running Author:"
	DocBookTag            authorinitials
	DocBookTagType        paragraph
	DocBookInInfo         maybe
End

Style Abstract
	Margin			Dynamic
	LatexType		Environment
	LatexName		abstract
	InTitle			1
	Category		FrontMatter
	NextNoIndent		1
	LabelSep		xxx
	ParSkip			0.4
	TopSep			0.7
	BottomSep		0.4
	Align			Block
	LabelType		Static
	LabelString		"Abstract"
	LabelFont
	  Size			Normal
	  Series		Medium
	EndFont
	DocBookAbstract       true
	DocBookInInfo         always
	DocBookWrapperTag     abstract
	DocBookWrapperMergeWithPrevious    true
	DocBookTag            para
End

Style Address
	CopyStyle	RunTitle
	LatexName	address
	Argument 1
		LabelString   "Address Option"
		Tooltip       "Optional argument for the address"
	EndArgument
	LabelString	"Address:"
	DocBookInInfo         always
	DocBookTag            address
End

Style Email
	Category	FrontMatter
	LatexType	Command
	LatexName	lyxead
	Argument 1
		LabelString   "E-Mail Option"
		Tooltip       "Optional argument for the e-mail"
	EndArgument
	InTitle		1
	Margin		First_Dynamic
	LabelType	Static
	LabelString	"E-mail:"
	LabelSep	M
	Font
	  Family	Typewriter
	EndFont
	LabelFont
	  Family	Roman
	  Series	Medium
	  Size		Normal
	  Color		textlabel1
	EndFont
	Preamble
		\def\lyxead[#1]#2{\ead[label=#1]{#2}}
	EndPreamble
	DocBookTag            email
	DocBookWrapperTag     address
	DocBookInInfo         always
End

Style Web_Address
	CopyStyle	Email
	LatexName	lyxeadurl
	LabelString	"Web address:"
	Preamble
		\def\lyxeadurl[#1]#2{\ead[label=#1,url]{#2}}
	EndPreamble
	DocBookTag            uri
	DocBookWrapperTag     address
	DocBookInInfo         always
End

Style Author
	LatexType	Command
	LatexName	author
	NewLine		0
	InTitle		1
	DocBookTag            personname
	DocBookTagType        paragraph
	DocBookWrapperTag     author
	DocBookWrapperTagType inline
	DocBookInInfo         always
End

Style Authors_Block
	CopyStyle	RunTitle
	LatexType	Environment
	LatexName	aug
	LabelString	"Authors Block:"
	DocBookTag            personname
	DocBookTagType        paragraph
	DocBookWrapperTag     author
	DocBookWrapperTagType inline
	DocBookInInfo         always
End

Style Keyword
	CopyStyle	Abstract
	LatexType	Environment
	LatexName	keyword
	LabelString	"Keywords:"
	LabelFont
	  Shape		SmallCaps
	EndFont
End

Style Thanks_Text
	CopyStyle	Email
	LatexType	Command
	LatexName	lyxthankstext
	NeedProtect	1
	LabelType	Static
	LabelCounter	Thanks
	LabelString	"Thanks \theThanks:"
        Preamble
		\def\lyxthankstext[#1]#2{\thankstext{#1}{#2}}
        EndPreamble
End

Style Emphasize
	CopyStyle	Standard
	LatexType	Environment
	LatexName	lyxem
	TopSep		1
	Font
	  Shape		Italic
	EndFont
	Preamble
		\newenvironment{lyxem}{\par\begin{em}}{\end{em}\par}
	EndPreamble
End

InsetLayout Flex:Thanks_Reference
	LyxType		custom
	LatexType	Command
	LatexName	thanksref
	MultiPar	0
	CustomPars	0
	Decoration	Classic
	LabelString	"Thanks Ref"
	ForcePlain	1
	BgColor		background
	ResetsFont true
End

InsetLayout Flex:Internet_Address_Reference
	CopyStyle	Flex:Thanks_Reference
	LatexName	printead
	LabelString	"Internet Addess Ref"
End

InsetLayout Flex:Corresponding_Author
	CopyStyle	Flex:Thanks_Reference
	LatexName	corref
	LabelString	"Corresponding Author"
	BgColor		foreground
End

InsetLayout Flex:Author
	CopyStyle	Flex:Thanks_Reference
	LatexName	author
	LabelString	"Author"
	BgColor		textlabel2
End

InsetLayout Flex:Name_(First_Name)
	CopyStyle	Flex:Thanks_Reference
	LatexName	fnms
	LabelString	"First Name"
	BgColor		background
End

InsetLayout Flex:Name_(Surname)
	CopyStyle	Flex:Thanks_Reference
	LatexName	snm
	LabelString	"Surname"
	BgColor		background
End

InsetLayout Flex:Keyword
	CopyStyle	Flex:Thanks_Reference
	LatexName	kwd
	LabelString	"Keyword"
End

InsetLayout Flex:By_Same_Author_(bib)
	CopyStyle	Flex:Thanks_Reference
	LatexName	bysame
	LabelString	"bysame"
	BgColor		textlabel1
End

Counter Thanks
	GuiName "Footnote (Title)"
End