├── LICENSE ├── README.md ├── _config.yml ├── econsocart.cfg ├── econsocart.cls ├── ecta-fullname.bst ├── ecta_sample.pdf ├── ecta_sample.tex ├── ecta_sample_final.pdf ├── ecta_supp_sample.pdf ├── ecta_supp_sample.tex ├── ecta_supp_sample_orig.pdf ├── ecta_supp_template.tex ├── ecta_template.tex ├── figure_sample.eps └── figure_sample.pdf /LICENSE: -------------------------------------------------------------------------------- 1 | The LaTeX Project Public License 2 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 3 | 4 | LPPL Version 1.3c 2008-05-04 5 | 6 | Copyright 1999 2002-2008 LaTeX3 Project 7 | Everyone is allowed to distribute verbatim copies of this 8 | license document, but modification of it is not allowed. 9 | 10 | 11 | PREAMBLE 12 | ======== 13 | 14 | The LaTeX Project Public License (LPPL) is the primary license under 15 | which the LaTeX kernel and the base LaTeX packages are distributed. 16 | 17 | You may use this license for any work of which you hold the copyright 18 | and which you wish to distribute. This license may be particularly 19 | suitable if your work is TeX-related (such as a LaTeX package), but 20 | it is written in such a way that you can use it even if your work is 21 | unrelated to TeX. 22 | 23 | The section `WHETHER AND HOW TO DISTRIBUTE WORKS UNDER THIS LICENSE', 24 | below, gives instructions, examples, and recommendations for authors 25 | who are considering distributing their works under this license. 26 | 27 | This license gives conditions under which a work may be distributed 28 | and modified, as well as conditions under which modified versions of 29 | that work may be distributed. 30 | 31 | We, the LaTeX3 Project, believe that the conditions below give you 32 | the freedom to make and distribute modified versions of your work 33 | that conform with whatever technical specifications you wish while 34 | maintaining the availability, integrity, and reliability of 35 | that work. If you do not see how to achieve your goal while 36 | meeting these conditions, then read the document `cfgguide.tex' 37 | and `modguide.tex' in the base LaTeX distribution for suggestions. 38 | 39 | 40 | DEFINITIONS 41 | =========== 42 | 43 | In this license document the following terms are used: 44 | 45 | `Work' 46 | Any work being distributed under this License. 47 | 48 | `Derived Work' 49 | Any work that under any applicable law is derived from the Work. 50 | 51 | `Modification' 52 | Any procedure that produces a Derived Work under any applicable 53 | law -- for example, the production of a file containing an 54 | original file associated with the Work or a significant portion of 55 | such a file, either verbatim or with modifications and/or 56 | translated into another language. 57 | 58 | `Modify' 59 | To apply any procedure that produces a Derived Work under any 60 | applicable law. 61 | 62 | `Distribution' 63 | Making copies of the Work available from one person to another, in 64 | whole or in part. Distribution includes (but is not limited to) 65 | making any electronic components of the Work accessible by 66 | file transfer protocols such as FTP or HTTP or by shared file 67 | systems such as Sun's Network File System (NFS). 68 | 69 | `Compiled Work' 70 | A version of the Work that has been processed into a form where it 71 | is directly usable on a computer system. This processing may 72 | include using installation facilities provided by the Work, 73 | transformations of the Work, copying of components of the Work, or 74 | other activities. Note that modification of any installation 75 | facilities provided by the Work constitutes modification of the Work. 76 | 77 | `Current Maintainer' 78 | A person or persons nominated as such within the Work. If there is 79 | no such explicit nomination then it is the `Copyright Holder' under 80 | any applicable law. 81 | 82 | `Base Interpreter' 83 | A program or process that is normally needed for running or 84 | interpreting a part or the whole of the Work. 85 | 86 | A Base Interpreter may depend on external components but these 87 | are not considered part of the Base Interpreter provided that each 88 | external component clearly identifies itself whenever it is used 89 | interactively. Unless explicitly specified when applying the 90 | license to the Work, the only applicable Base Interpreter is a 91 | `LaTeX-Format' or in the case of files belonging to the 92 | `LaTeX-format' a program implementing the `TeX language'. 93 | 94 | 95 | 96 | CONDITIONS ON DISTRIBUTION AND MODIFICATION 97 | =========================================== 98 | 99 | 1. Activities other than distribution and/or modification of the Work 100 | are not covered by this license; they are outside its scope. In 101 | particular, the act of running the Work is not restricted and no 102 | requirements are made concerning any offers of support for the Work. 103 | 104 | 2. You may distribute a complete, unmodified copy of the Work as you 105 | received it. Distribution of only part of the Work is considered 106 | modification of the Work, and no right to distribute such a Derived 107 | Work may be assumed under the terms of this clause. 108 | 109 | 3. You may distribute a Compiled Work that has been generated from a 110 | complete, unmodified copy of the Work as distributed under Clause 2 111 | above, as long as that Compiled Work is distributed in such a way that 112 | the recipients may install the Compiled Work on their system exactly 113 | as it would have been installed if they generated a Compiled Work 114 | directly from the Work. 115 | 116 | 4. If you are the Current Maintainer of the Work, you may, without 117 | restriction, modify the Work, thus creating a Derived Work. You may 118 | also distribute the Derived Work without restriction, including 119 | Compiled Works generated from the Derived Work. Derived Works 120 | distributed in this manner by the Current Maintainer are considered to 121 | be updated versions of the Work. 122 | 123 | 5. If you are not the Current Maintainer of the Work, you may modify 124 | your copy of the Work, thus creating a Derived Work based on the Work, 125 | and compile this Derived Work, thus creating a Compiled Work based on 126 | the Derived Work. 127 | 128 | 6. If you are not the Current Maintainer of the Work, you may 129 | distribute a Derived Work provided the following conditions are met 130 | for every component of the Work unless that component clearly states 131 | in the copyright notice that it is exempt from that condition. Only 132 | the Current Maintainer is allowed to add such statements of exemption 133 | to a component of the Work. 134 | 135 | a. If a component of this Derived Work can be a direct replacement 136 | for a component of the Work when that component is used with the 137 | Base Interpreter, then, wherever this component of the Work 138 | identifies itself to the user when used interactively with that 139 | Base Interpreter, the replacement component of this Derived Work 140 | clearly and unambiguously identifies itself as a modified version 141 | of this component to the user when used interactively with that 142 | Base Interpreter. 143 | 144 | b. Every component of the Derived Work contains prominent notices 145 | detailing the nature of the changes to that component, or a 146 | prominent reference to another file that is distributed as part 147 | of the Derived Work and that contains a complete and accurate log 148 | of the changes. 149 | 150 | c. No information in the Derived Work implies that any persons, 151 | including (but not limited to) the authors of the original version 152 | of the Work, provide any support, including (but not limited to) 153 | the reporting and handling of errors, to recipients of the 154 | Derived Work unless those persons have stated explicitly that 155 | they do provide such support for the Derived Work. 156 | 157 | d. You distribute at least one of the following with the Derived Work: 158 | 159 | 1. A complete, unmodified copy of the Work; 160 | if your distribution of a modified component is made by 161 | offering access to copy the modified component from a 162 | designated place, then offering equivalent access to copy 163 | the Work from the same or some similar place meets this 164 | condition, even though third parties are not compelled to 165 | copy the Work along with the modified component; 166 | 167 | 2. Information that is sufficient to obtain a complete, 168 | unmodified copy of the Work. 169 | 170 | 7. If you are not the Current Maintainer of the Work, you may 171 | distribute a Compiled Work generated from a Derived Work, as long as 172 | the Derived Work is distributed to all recipients of the Compiled 173 | Work, and as long as the conditions of Clause 6, above, are met with 174 | regard to the Derived Work. 175 | 176 | 8. The conditions above are not intended to prohibit, and hence do not 177 | apply to, the modification, by any method, of any component so that it 178 | becomes identical to an updated version of that component of the Work as 179 | it is distributed by the Current Maintainer under Clause 4, above. 180 | 181 | 9. Distribution of the Work or any Derived Work in an alternative 182 | format, where the Work or that Derived Work (in whole or in part) is 183 | then produced by applying some process to that format, does not relax or 184 | nullify any sections of this license as they pertain to the results of 185 | applying that process. 186 | 187 | 10. a. A Derived Work may be distributed under a different license 188 | provided that license itself honors the conditions listed in 189 | Clause 6 above, in regard to the Work, though it does not have 190 | to honor the rest of the conditions in this license. 191 | 192 | b. If a Derived Work is distributed under a different license, that 193 | Derived Work must provide sufficient documentation as part of 194 | itself to allow each recipient of that Derived Work to honor the 195 | restrictions in Clause 6 above, concerning changes from the Work. 196 | 197 | 11. This license places no restrictions on works that are unrelated to 198 | the Work, nor does this license place any restrictions on aggregating 199 | such works with the Work by any means. 200 | 201 | 12. Nothing in this license is intended to, or may be used to, prevent 202 | complete compliance by all parties with all applicable laws. 203 | 204 | 205 | NO WARRANTY 206 | =========== 207 | 208 | There is no warranty for the Work. Except when otherwise stated in 209 | writing, the Copyright Holder provides the Work `as is', without 210 | warranty of any kind, either expressed or implied, including, but not 211 | limited to, the implied warranties of merchantability and fitness for a 212 | particular purpose. The entire risk as to the quality and performance 213 | of the Work is with you. Should the Work prove defective, you assume 214 | the cost of all necessary servicing, repair, or correction. 215 | 216 | In no event unless required by applicable law or agreed to in writing 217 | will The Copyright Holder, or any author named in the components of the 218 | Work, or any other party who may distribute and/or modify the Work as 219 | permitted above, be liable to you for damages, including any general, 220 | special, incidental or consequential damages arising out of any use of 221 | the Work or out of inability to use the Work (including, but not limited 222 | to, loss of data, data being rendered inaccurate, or losses sustained by 223 | anyone as a result of any failure of the Work to operate with any other 224 | programs), even if the Copyright Holder or said author or said other 225 | party has been advised of the possibility of such damages. 226 | 227 | 228 | MAINTENANCE OF THE WORK 229 | ======================= 230 | 231 | The Work has the status `author-maintained' if the Copyright Holder 232 | explicitly and prominently states near the primary copyright notice in 233 | the Work that the Work can only be maintained by the Copyright Holder 234 | or simply that it is `author-maintained'. 235 | 236 | The Work has the status `maintained' if there is a Current Maintainer 237 | who has indicated in the Work that they are willing to receive error 238 | reports for the Work (for example, by supplying a valid e-mail 239 | address). It is not required for the Current Maintainer to acknowledge 240 | or act upon these error reports. 241 | 242 | The Work changes from status `maintained' to `unmaintained' if there 243 | is no Current Maintainer, or the person stated to be Current 244 | Maintainer of the work cannot be reached through the indicated means 245 | of communication for a period of six months, and there are no other 246 | significant signs of active maintenance. 247 | 248 | You can become the Current Maintainer of the Work by agreement with 249 | any existing Current Maintainer to take over this role. 250 | 251 | If the Work is unmaintained, you can become the Current Maintainer of 252 | the Work through the following steps: 253 | 254 | 1. Make a reasonable attempt to trace the Current Maintainer (and 255 | the Copyright Holder, if the two differ) through the means of 256 | an Internet or similar search. 257 | 258 | 2. If this search is successful, then enquire whether the Work 259 | is still maintained. 260 | 261 | a. If it is being maintained, then ask the Current Maintainer 262 | to update their communication data within one month. 263 | 264 | b. If the search is unsuccessful or no action to resume active 265 | maintenance is taken by the Current Maintainer, then announce 266 | within the pertinent community your intention to take over 267 | maintenance. (If the Work is a LaTeX work, this could be 268 | done, for example, by posting to comp.text.tex.) 269 | 270 | 3a. If the Current Maintainer is reachable and agrees to pass 271 | maintenance of the Work to you, then this takes effect 272 | immediately upon announcement. 273 | 274 | b. If the Current Maintainer is not reachable and the Copyright 275 | Holder agrees that maintenance of the Work be passed to you, 276 | then this takes effect immediately upon announcement. 277 | 278 | 4. If you make an `intention announcement' as described in 2b. above 279 | and after three months your intention is challenged neither by 280 | the Current Maintainer nor by the Copyright Holder nor by other 281 | people, then you may arrange for the Work to be changed so as 282 | to name you as the (new) Current Maintainer. 283 | 284 | 5. If the previously unreachable Current Maintainer becomes 285 | reachable once more within three months of a change completed 286 | under the terms of 3b) or 4), then that Current Maintainer must 287 | become or remain the Current Maintainer upon request provided 288 | they then update their communication data within one month. 289 | 290 | A change in the Current Maintainer does not, of itself, alter the fact 291 | that the Work is distributed under the LPPL license. 292 | 293 | If you become the Current Maintainer of the Work, you should 294 | immediately provide, within the Work, a prominent and unambiguous 295 | statement of your status as Current Maintainer. You should also 296 | announce your new status to the same pertinent community as 297 | in 2b) above. 298 | 299 | 300 | WHETHER AND HOW TO DISTRIBUTE WORKS UNDER THIS LICENSE 301 | ====================================================== 302 | 303 | This section contains important instructions, examples, and 304 | recommendations for authors who are considering distributing their 305 | works under this license. These authors are addressed as `you' in 306 | this section. 307 | 308 | Choosing This License or Another License 309 | ---------------------------------------- 310 | 311 | If for any part of your work you want or need to use *distribution* 312 | conditions that differ significantly from those in this license, then 313 | do not refer to this license anywhere in your work but, instead, 314 | distribute your work under a different license. You may use the text 315 | of this license as a model for your own license, but your license 316 | should not refer to the LPPL or otherwise give the impression that 317 | your work is distributed under the LPPL. 318 | 319 | The document `modguide.tex' in the base LaTeX distribution explains 320 | the motivation behind the conditions of this license. It explains, 321 | for example, why distributing LaTeX under the GNU General Public 322 | License (GPL) was considered inappropriate. Even if your work is 323 | unrelated to LaTeX, the discussion in `modguide.tex' may still be 324 | relevant, and authors intending to distribute their works under any 325 | license are encouraged to read it. 326 | 327 | A Recommendation on Modification Without Distribution 328 | ----------------------------------------------------- 329 | 330 | It is wise never to modify a component of the Work, even for your own 331 | personal use, without also meeting the above conditions for 332 | distributing the modified component. While you might intend that such 333 | modifications will never be distributed, often this will happen by 334 | accident -- you may forget that you have modified that component; or 335 | it may not occur to you when allowing others to access the modified 336 | version that you are thus distributing it and violating the conditions 337 | of this license in ways that could have legal implications and, worse, 338 | cause problems for the community. It is therefore usually in your 339 | best interest to keep your copy of the Work identical with the public 340 | one. Many works provide ways to control the behavior of that work 341 | without altering any of its licensed components. 342 | 343 | How to Use This License 344 | ----------------------- 345 | 346 | To use this license, place in each of the components of your work both 347 | an explicit copyright notice including your name and the year the work 348 | was authored and/or last substantially modified. Include also a 349 | statement that the distribution and/or modification of that 350 | component is constrained by the conditions in this license. 351 | 352 | Here is an example of such a notice and statement: 353 | 354 | %% pig.dtx 355 | %% Copyright 2005 M. Y. Name 356 | % 357 | % This work may be distributed and/or modified under the 358 | % conditions of the LaTeX Project Public License, either version 1.3 359 | % of this license or (at your option) any later version. 360 | % The latest version of this license is in 361 | % http://www.latex-project.org/lppl.txt 362 | % and version 1.3 or later is part of all distributions of LaTeX 363 | % version 2005/12/01 or later. 364 | % 365 | % This work has the LPPL maintenance status `maintained'. 366 | % 367 | % The Current Maintainer of this work is M. Y. Name. 368 | % 369 | % This work consists of the files pig.dtx and pig.ins 370 | % and the derived file pig.sty. 371 | 372 | Given such a notice and statement in a file, the conditions 373 | given in this license document would apply, with the `Work' referring 374 | to the three files `pig.dtx', `pig.ins', and `pig.sty' (the last being 375 | generated from `pig.dtx' using `pig.ins'), the `Base Interpreter' 376 | referring to any `LaTeX-Format', and both `Copyright Holder' and 377 | `Current Maintainer' referring to the person `M. Y. Name'. 378 | 379 | If you do not want the Maintenance section of LPPL to apply to your 380 | Work, change `maintained' above into `author-maintained'. 381 | However, we recommend that you use `maintained', as the Maintenance 382 | section was added in order to ensure that your Work remains useful to 383 | the community even when you can no longer maintain and support it 384 | yourself. 385 | 386 | Derived Works That Are Not Replacements 387 | --------------------------------------- 388 | 389 | Several clauses of the LPPL specify means to provide reliability and 390 | stability for the user community. They therefore concern themselves 391 | with the case that a Derived Work is intended to be used as a 392 | (compatible or incompatible) replacement of the original Work. If 393 | this is not the case (e.g., if a few lines of code are reused for a 394 | completely different task), then clauses 6b and 6d shall not apply. 395 | 396 | 397 | Important Recommendations 398 | ------------------------- 399 | 400 | Defining What Constitutes the Work 401 | 402 | The LPPL requires that distributions of the Work contain all the 403 | files of the Work. It is therefore important that you provide a 404 | way for the licensee to determine which files constitute the Work. 405 | This could, for example, be achieved by explicitly listing all the 406 | files of the Work near the copyright notice of each file or by 407 | using a line such as: 408 | 409 | % This work consists of all files listed in manifest.txt. 410 | 411 | in that place. In the absence of an unequivocal list it might be 412 | impossible for the licensee to determine what is considered by you 413 | to comprise the Work and, in such a case, the licensee would be 414 | entitled to make reasonable conjectures as to which files comprise 415 | the Work. 416 | 417 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # texsupport.econometricsociety-ecta 2 | 3 | LaTeX author support files for the Econometric Society journal 4 | [Econometrica (ECTA)](https://www.econometricsociety.org/publications/econometrica/browse) 5 | 6 | ## Before beginning 7 | 8 | `econsocart` LaTeX package is the updated version of now obsolete `ectaart`. 9 | 10 | ## Contents 11 | 12 | The following files are given in the repository (or directly in `.zip` archive): 13 | 14 | - `econsocart.cls`, `econsocart.cfg` - LaTeX style files designed for articles of the Econometric Society journals. 15 | (See also [QE](https://github.com/vtex-soft/texsupport.econometricsociety-qe) and [TE](https://github.com/vtex-soft/texsupport.econometricsociety-te).) 16 | Please do not change them. These files are already loaded in the respective template files; 17 | - `ecta_template.tex` - the main template file should be used for article preparation; 18 | - `ecta_sample.pdf` - sample file and instructions for the preparation of a 19 | camera-ready paper in LaTeX. This document contains useful information regarding the structure 20 | of your document, proper tagging style, layout features, etc; 21 | - `ecta_sample_final.pdf` - sample file with `final` option for prepublication; 22 | - `ecta_sample.tex` - source file for the instructions paper `ecta_sample.pdf`; 23 | - `ecta_supp_template.tex` - the template file should be used for supplement preparation; 24 | - `ecta_supp_sample.pdf` - sample file and instructions for the preparation of a 25 | supplementary material in LaTeX; 26 | - `ecta_supp_sample.tex` - source file for the instructions paper `ecta_supp_sample.pdf`; 27 | - `figure_sample.eps`, `figure_sample.pdf` - sample figures for `ecta_sample.pdf`. 28 | - `ecta-fullname.bst` - BibTeX styles to prepare bibliography file. 29 | More information can be found [here](http://www.bibtex.org/Using/) 30 | or [here](https://www.latex-tutorial.com/tutorials/bibtex/). 31 | 32 | ## Setup 33 | 34 | - Clone the repository or download the `.zip` archive; 35 | - Install LaTeX style files (`econsocart.cls`, `econsocart.cfg`) in your TeX system or 36 | place them in the same directory where your `*.tex` file is; 37 | - Read the instructions (`ecta_sample.pdf`) for the preparation of your LaTeX document; 38 | - Use the template file `ecta_template.tex` to prepare your manuscript. 39 | 40 | ## Bug reports 41 | 42 | Please submit bug reports and/or feature requests 43 | at [GitHub page](https://github.com/vtex-soft/texsupport.econometricsociety-ecta/issues) or 44 | [latex-support@vtex.lt](mailto:latex-support@vtex.lt). 45 | 46 | -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | title: LaTeX support for Econometrica 2 | description: LaTeX related material for the manuscript preparation 3 | show_downloads: true 4 | theme: jekyll-theme-modernist -------------------------------------------------------------------------------- /econsocart.cfg: -------------------------------------------------------------------------------- 1 | \ProvidesFile{econsocart.cfg}[2023/02/04 v1.0.5 configuration for econsocart class] 2 | % 3 | \protected\def\econsocart@error#1{\ClassError{econsocart}{#1}\@ehc} 4 | \let\get@changed@counter@info@for@xml\@gobbletwo 5 | % 6 | \def\econsocart@amsmath@vtexmth{} 7 | % 8 | \def\econsocart@pdfoptions{% 9 | \PassOptionsToPackage{setpagesize=false}{hyperref}% 10 | } 11 | % 12 | \def\econsocart@nolistindent@mattson@amsmath{} 13 | % 14 | \def\econsocart@fileinfo{% 15 | \RequirePackage{fix-cm}% 16 | \ifcsundef{jobstart@date@info}% 17 | {\xdef\jobstart@date@info{\the\year\two@digits{\the\month}\two@digits{\the\day}}}% 18 | {}% 19 | \let\pkgattr@setkeys\@gobble 20 | \def\pkgattr@namedef{\long\gdef}% 21 | \def\pkgattr@namedef@def##1{\expandafter\pkgattr@namedef\csname ##1\endcsname}% 22 | \protected\def\setpkgattr{\@ifnextchar[{\@setpkgattr}{\@@setpkgattr}}% 23 | \long\def\@setpkgattr[##1]##2##3##4{% 24 | \pkgattr@setkeys{##1}% 25 | \pkgattr@namedef@def{##2@##3}{##4}% 26 | }% 27 | \long\def\@@setpkgattr##1##2##3{% 28 | \pkgattr@namedef@def{##1@##2}{##3}% 29 | }% 30 | } 31 | % 32 | \def\econsocart@setpagesize{% 33 | % luatex with version>85 34 | \ifcsundef{pagewidth}{}{\global\pagewidth=\paperwidth}% 35 | \ifcsundef{pageheight}{}{\global\pageheight=\paperheight}% 36 | % pdftex, xetex 37 | \ifcsundef{pdfpagewidth}{}{\global\pdfpagewidth=\paperwidth}% 38 | \ifcsundef{pdfpageheight}{}{\global\pdfpageheight=\paperheight}% 39 | % dvi 40 | \AtBeginDvi{\special{papersize=\the\paperwidth,\the\paperheight}}% 41 | } 42 | \def\econsocart@def@proof@papersize{% 43 | \def\proof@papersize{% 44 | \voffset=-1in% 45 | \hoffset=-1in% 46 | \global\paperwidth=\paper@width 47 | \global\paperheight=\paper@height 48 | \evensidemargin=\paperwidth 49 | \advance\evensidemargin by -\textwidth 50 | \divide\evensidemargin by \tw@ 51 | \oddsidemargin=\evensidemargin 52 | \topmargin=1.25in% 53 | \advance\topmargin by \headheight@text@gap 54 | \econsocart@setpagesize 55 | }% 56 | \if@econsocart@draft 57 | \ifecta@layout 58 | \renewcommand\normalsize{% 59 | \@setfontsize\normalsize\@xiipt{14.4\p@ \@plus .36\p@ \@minus 0.36\p@}% 60 | \abovedisplayskip=12\p@ \@plus 2.4\p@ \@minus 2.4\p@ 61 | \abovedisplayshortskip=7.2\p@ \@plus 2.4\p@ 62 | \belowdisplayshortskip=7.2\p@ \@plus 2.4\p@ 63 | \belowdisplayskip=\abovedisplayskip 64 | }% 65 | \normalsize 66 | \renewcommand\small{% 67 | \@setfontsize\small{10.8}{13.2\p@ \@plus 0.24\p@ \@minus 0.24\p@}% 68 | \abovedisplayskip=9\p@ \@plus 4.8\p@ \@minus 1.2\p@ 69 | \belowdisplayskip=\abovedisplayskip 70 | \abovedisplayshortskip=\abovedisplayskip 71 | \belowdisplayshortskip=\abovedisplayskip 72 | }% 73 | \renewcommand\footnotesize{% 74 | \@setfontsize\footnotesize{9.6}{12\p@ \@plus .12\p@ \@minus .12\p@}% 75 | \abovedisplayskip=7.2\p@ \@plus 4\p@ \@minus .12\p@ 76 | \belowdisplayskip=\abovedisplayskip 77 | \abovedisplayshortskip=\abovedisplayskip 78 | \belowdisplayshortskip=\abovedisplayskip 79 | }% 80 | \else 81 | \renewcommand\normalsize{% 82 | \@setfontsize\normalsize\@xiipt{16.2\p@ \@plus .6\p@ \@minus .6\p@}% 83 | \abovedisplayskip=12\p@ \@plus 2.4\p@ \@minus 2.4\p@ 84 | \abovedisplayshortskip=7.2\p@ \@plus 2.4\p@ 85 | \belowdisplayshortskip=7.2\p@ \@plus 2.4\p@ 86 | \belowdisplayskip=\abovedisplayskip 87 | }% 88 | % 89 | \renewcommand\small{% 90 | \@setfontsize\small{10.8}{14.94\p@ \@plus .36\p@ \@minus .36\p@}% 91 | \abovedisplayskip=9\p@ \@plus 4.8\p@ \@minus 1.2\p@ 92 | \belowdisplayskip=\abovedisplayskip 93 | \abovedisplayshortskip=\abovedisplayskip 94 | \belowdisplayshortskip=\abovedisplayskip 95 | }% 96 | % 97 | \renewcommand\footnotesize{% 98 | \@setfontsize\footnotesize{9.6}{13.2\p@ \@plus .24\p@ \@minus .24\p@}% 99 | \abovedisplayskip=7.2\p@ \@plus 4.8\p@ \@minus 1.2\p@ 100 | \belowdisplayskip=\abovedisplayskip 101 | \abovedisplayshortskip=\abovedisplayskip 102 | \belowdisplayshortskip=\abovedisplayskip 103 | }% 104 | \fi 105 | \renewcommand\scriptsize{\@setfontsize\scriptsize{8.4}{9.6}}% 106 | \renewcommand\tiny{\@setfontsize\tiny{6}{7.2}}% 107 | \renewcommand\large{\@setfontsize\large{14.4}{16.8}}% 108 | \renewcommand\Large{\@setfontsize\Large{16.8}{19.2}}% 109 | \renewcommand\LARGE{\@setfontsize\LARGE{19.2}{21.6}}% 110 | \renewcommand\huge{\@setfontsize\huge{21.6}{24}}% 111 | \renewcommand\Huge{\@setfontsize\Huge{24}{28.8}}% 112 | \parindent=12\p@ 113 | \fi 114 | } 115 | % 116 | \def\econsocart@def@crc@papersize{% 117 | \def\crc@papersize{% 118 | \voffset=-1in% 119 | \hoffset=-1in% 120 | \global\paperheight=\trim@height 121 | \global\paperwidth=\trim@width 122 | \econsocart@setpagesize 123 | }% 124 | } 125 | \def\econsocart@def@view@and@wwwprint@papersize{% 126 | \def\view@papersize{% 127 | \voffset=-1in% 128 | \hoffset=-1in% 129 | \global\paperwidth=\view@width 130 | \global\paperheight=\view@height 131 | \econsocart@setpagesize 132 | }% 133 | \def\wwwprint@papersize{% 134 | \global\paperwidth=\paper@width 135 | \global\paperheight=\paper@height 136 | \econsocart@setpagesize 137 | }% 138 | } 139 | % 140 | \def\econsocart@pagecrop{% 141 | \if@econsocart@draft 142 | \proof@papersize 143 | \ifecta@layout 144 | \def\baselinestretch{1.304}% 145 | \footnotesep=11.66\p@ 146 | \else 147 | \def\baselinestretch{1.159}% 148 | \footnotesep=13\p@ 149 | \fi 150 | \else 151 | \if@wwwprintable 152 | \wwwprint@papersize 153 | \else 154 | \if@wwwviewable 155 | \view@papersize 156 | \else 157 | \crc@papersize 158 | \fi 159 | \fi 160 | \fi 161 | } 162 | % 163 | \def\econsocart@graphicx{% 164 | \RequirePackage{graphicx}% 165 | } 166 | % 167 | \def\econsocart@helvet{% 168 | \def\econsocart@putx{put}% 169 | \ifecta@layout 170 | \renewcommand{\rmdefault}{ptm}% 171 | \fi 172 | \RequirePackage{textcase}% 173 | \RequirePackage[scaled=.9]{helvet}% 174 | } 175 | % 176 | \def\econsocart@mathdutc{% 177 | \def\defaultscriptratio{.76}% 178 | \def\defaultscriptscriptratio{.6}% 179 | \DeclareMathSizes{5}{6}{6}{6}% 180 | \DeclareMathSizes{6}{6}{6}{6}% 181 | \DeclareMathSizes{7}{6.8}{6}{6}% 182 | \DeclareMathSizes{8}{8}{6.8}{6}% 183 | \DeclareMathSizes{9}{9}{7.6}{6}% 184 | \DeclareMathSizes{10}{10}{7.6}{6}% 185 | \DeclareMathSizes{10.95}{10.95}{7.6}{6}% 186 | \DeclareMathSizes{12}{12}{9}{7}% 187 | \DeclareMathSizes{14.4}{14.4}{10}{8}% 188 | \DeclareMathSizes{17.28}{17.28}{12}{9}% 189 | \DeclareMathSizes{20.74}{20.74}{14.4}{10}% 190 | \DeclareMathSizes{24.88}{24.88}{17.28}{12}% 191 | } 192 | % 193 | \def\econsocart@frontmatter@macros{% 194 | \def\sep@key@value##1=##2/?/##3{\setpkgattr{##3}{##1}{##2}}% 195 | \def\do@option@list##1##2{% 196 | \@for\curr@option:={##2}\do{% 197 | \expandafter\sep@key@value\curr@option/?/{##1}\relax 198 | }% 199 | }% 200 | \def\setvaluelist##1##2{% 201 | \@tempcnta=0\relax 202 | \@for\@curr@val:=##2\do{% 203 | \advance\@tempcnta by1\relax 204 | \expandafter\protected@xdef\csname ##1@item@\the\@tempcnta\endcsname{\@curr@val}% 205 | }% 206 | \expandafter\protected@xdef\csname ##1@item@0\endcsname{\the\@tempcnta}% 207 | }% 208 | \xdef\getitemvalue##1##2{\noexpand\csname ##1@item@##2\endcsname}% 209 | \let\check@localdefs@status\relax 210 | \def\startlocaldefs{% 211 | \gdef\check@localdefs@status{\dbl@error{Missing command endlocaldefs!}}% 212 | \gdef\startlocaldefs{\dbl@error{Command startlocaldefs already exist!}}% 213 | \makeatletter 214 | }% 215 | \def\endlocaldefs{% 216 | \makeatother 217 | \ifx\check@localdefs@status\relax 218 | \gdef\check@localdefs@status{\dbl@error{Missing command startlocaldefs!}}% 219 | \else 220 | \global\let\check@localdefs@status\relax 221 | \fi 222 | \gdef\endlocaldefs{\dbl@error{Command endlocaldefs already exist!}}% 223 | }% 224 | \AtBeginDocument{\check@localdefs@status}% 225 | \def\dbl@error##1{\@latex@error{##1}\@ehc\special{mt:error ##1}}% 226 | \def\@issue{0}% 227 | \def\@volume{0}% 228 | \newcount\@pubyear 229 | \newcount\@copyear 230 | \bgroup 231 | \global\@pubyear=\number\year 232 | \def\tmp@a{\expandafter\@gobbletwo\the\year}% 233 | \global\@copyear\number\tmp@a\relax 234 | \egroup 235 | \def\set@pagerange{}% 236 | \def\saferef##1{% 237 | \expandafter\safe@setref\csname r@##1\endcsname\@firstoftwo{##1}% 238 | }% 239 | \let\safe@setref\@setref 240 | \def\safelabel##1{% 241 | \@bsphack 242 | \protected@write\@auxout{}{% 243 | \string\thanksnewlabel{##1}{{\@currentlabel}{\thepage}}% 244 | }% 245 | \@esphack 246 | }% 247 | % {url}{text} 248 | \def\safe@href##1##2{##2}% 249 | \let\thanksnewlabel\newlabel 250 | % we want to use various counters: 251 | \def\usethankscounter##1{% 252 | \@ifundefined{current@thankscounter}% 253 | {\gdef\previous@thankscounter{##1}}% 254 | {\xdef\previous@thankscounter{\current@thankscounter}}% 255 | \def\current@thankscounter{##1}% 256 | }% 257 | \def\restorethankscounter{\xdef\current@thankscounter{\previous@thankscounter}}% 258 | \newcounter{thanks}% 259 | \def\thethanks{\arabic{thanks}}% 260 | \usethankscounter{thanks}% 261 | \let\thanksmark@shape\relax 262 | \def\thanksmark@fmt##1{\@textsuperscript{\normalfont\thanksmark@shape##1}}% 263 | \def\thanksref@sep{,}% 264 | \def\thankref@hyperlink##1{\saferef{##1thanks}}% 265 | \def\thanks@hypertarget##1{}% 266 | \def\thanksmark@link##1##2{##2}% 267 | \def\thanksref{\@ifnextchar[{\@tempswatrue\@thanksref}{\@tempswafalse\@thanksref[]}}% 268 | \def\@thanksref[##1]##2{% 269 | \if@tempswa% [] 270 | \let\thanksref@first\relax 271 | \@for\@@refb:=##2\do{% 272 | \ifx\relax\thanksref@first\relax\xdef\thanksref@first{\@@refb}\fi 273 | }% 274 | \thanksmark@link{\thanksref@first}{\thanksmark@fmt{##1}}% 275 | \else 276 | \let\@tempa\@empty 277 | \thanksmark@fmt{% 278 | \@for\@tempb:=##2\do{% 279 | \@tempa \let\@tempa\thanksref@sep 280 | \edef\@tempb{\expandafter\@firstofone\@tempb\@empty}% 281 | \thankref@hyperlink{\@tempb}% 282 | }% 283 | }% 284 | \fi 285 | }% 286 | \def\thanksmark{\@ifnextchar[{\@tempswatrue\@thanksmark}{\@tempswafalse\@thanksmark[]}}% 287 | \def\@thanksmark[##1]##2{% 288 | \@thankslabel[##1]{##2}% 289 | \thanksmark@fmt{\expandafter\saferef{##2thanks}\thanks@hypertarget{##2}}% 290 | }% 291 | \def\thankslabel{\@ifnextchar[{\@tempswatrue\@thankslabel}{\@tempswafalse\@thankslabel[]}}% 292 | \def\@thankslabel[##1]##2{% 293 | \if@tempswa% [] 294 | \protected@edef\@currentlabel{##1}% 295 | \else 296 | \refstepcounter{\current@thankscounter}% 297 | \fi 298 | \safelabel{##2thanks}% 299 | }% 300 | \def\thankstext{\@ifnextchar[{\@tempswatrue\@thankstext}{\@tempswafalse\@thankstext[]}}% 301 | \def\thanks@thefnmark##1{% 302 | \begingroup 303 | \unrestored@protected@xdef\@thefnmark{\saferef{##1}}% 304 | \endgroup 305 | }% 306 | % ead 307 | \RequirePackage{keyval}% 308 | \def\email@text{e-mail: }% 309 | \def\url@text{url: }% 310 | \def\fullurl@text{url: }% 311 | \def\ead@sep{;~}% 312 | \let\ead@size\relax 313 | \def\printead@fmt##1{##1}% 314 | \define@key{ead}{email}[true]{\def\ead@type{email}}% 315 | \define@key{ead}{url}[true]{% 316 | \def\@tempa{fullurl}% 317 | \ifx\ead@type\@tempa 318 | \else 319 | \def\ead@type{url}% 320 | \fi 321 | }% 322 | \define@key{ead}{label}{\def\ead@label{##1}}% 323 | \define@key{ead}{text}{% 324 | \bgroup 325 | \def\\{\string\break}% 326 | \def\break{\string\break}% 327 | \protected@edef\@currentlabel{##1}% 328 | \safelabel{\ead@label @\ead@type text}% 329 | \egroup 330 | }% 331 | \define@key{ead}{nopdflink}[true]{% 332 | \protected@edef\@currentlabel{nolink}% 333 | \safelabel{\ead@label @nopdflink}% 334 | }% 335 | \DeclareRobustCommand\ead[2][label= ,email]{{% 336 | \def\ead@type{email}% default 337 | \checkead@prefix##2://\end 338 | \def\texttildelow{\noexpand\texttildelow}% 339 | \setkeys{ead}{##1}% 340 | \csname ead@hook\endcsname 341 | \protected@edef\@currentlabel{##2}% 342 | \safelabel{\ead@label @\ead@type}% 343 | }}% 344 | \def\checkead@prefix##1://##2\end{\ifx.##2.\else\def\ead@type{fullurl}\fi}% 345 | % printead 346 | \DeclareRobustCommand{\printead}{% 347 | \@ifstar{\not@ead@starfalse\@printead}{\not@ead@startrue\@printead}% 348 | }% 349 | \def\@printead{\@ifnextchar[{\@printead@opttrue\@@printead}{\@printead@optfalse\@@printead[]}}% 350 | \def\@@printead[##1]##2{{% 351 | \if@printead@opt%[] 352 | \def\safe@href@text{##1}% 353 | \not@ead@starfalse 354 | \fi 355 | \let\prev@ead@text\relax 356 | \let\@ead@sep\relax 357 | \let\ead@text\relax 358 | \let\ead@prefix\relax 359 | \def\ead@type{}% 360 | \@tempcnta=0% 361 | \let\sv@safe@href\safe@href 362 | \printead@fmt{% 363 | \@for\ead@ref:=##2\do{% 364 | \advance\@tempcnta by1% 365 | \let\safe@href\sv@safe@href 366 | \@ead@sep\let\@ead@sep\ead@sep 367 | \@ifundefined{r@\ead@ref @nopdflink}% 368 | {}% 369 | {\def\safe@href####1##2{####2}}% 370 | \@ifundefined{r@\ead@ref @email}% 371 | {}% 372 | {\let\ead@text\email@text\def\ead@type{email}\def\ead@prefix{mailto:}}% 373 | \@ifundefined{r@\ead@ref @url}% 374 | {}% 375 | {\let\ead@text\url@text\def\ead@type{url}\def\ead@prefix{http://}}% 376 | \@ifundefined{r@\ead@ref @fullurl}% 377 | {}% 378 | {\let\ead@text\fullurl@text\def\ead@type{fullurl}\def\ead@prefix{}}% 379 | \ifx\prev@ead@text\ead@text \let\ead@text\relax \fi 380 | \csname printead@hook\endcsname 381 | \if@printead@opt 382 | \ifnum\@tempcnta>1% 383 | \@latex@error{Command \@backslashchar printead[]{e1} could 384 | have only one parameter "e1"!}\@eha 385 | \fi 386 | \else 387 | \@ifundefined{r@\ead@ref @\ead@type text}% 388 | {\def\safe@href@text{\saferef{\ead@ref @\ead@type}}}% 389 | {\def\safe@href@text{\saferef{\ead@ref @\ead@type text}}}% 390 | \fi 391 | \ifnot@ead@star \ead@text \fi 392 | \bgroup 393 | \ead@size\def\null{}% 394 | \safe@href{\ead@prefix\saferef{\ead@ref @\ead@type}}{\safe@href@text}% 395 | \egroup 396 | \@ifundefined{ead@text}% 397 | {}% 398 | {\let\prev@ead@text\ead@text}% 399 | }% 400 | }% 401 | }}% 402 | \def\normaltext{% 403 | \let\\=\@normalcr 404 | \leftskip=\z@ 405 | \@rightskip=\z@ 406 | \rightskip=\@rightskip 407 | \parfillskip\@flushglue 408 | }% 409 | \def\nohyphen{% 410 | \pretolerance=\@M 411 | \tolerance=\@M 412 | \hyphenpenalty=\@M 413 | \exhyphenpenalty=\@M 414 | }% 415 | } 416 | % 417 | \def\econsocart@list@macros{% 418 | \def\list@parindent{1pc}% 419 | % longlist 420 | \def\longlist@indent{\list@parindent}% 421 | \def\longlist@parindent{\list@parindent}% 422 | \def\longlist@labelsep{.5em}% 423 | \def\longlist@topsep{\smallskipamount}% 424 | \def\longlist@rightskip{\z@}% 425 | \let\longlist@hook\relax 426 | \newcounter{longlist}% 427 | \def\thelonglist{\@roman\c@longlist}% 428 | \def\labellonglist{\thelonglist)}% 429 | \def\longlist{\@ifnextchar[{\@longlist}{\@longlist[]}}% 430 | \def\@longlist[##1]{% 431 | \list 432 | {\labellonglist}% 433 | {% 434 | \usecounter{longlist}% 435 | \def\makelabel####1{{\hfill\normalfont ####1}}% 436 | \ifx.##1.% 437 | \setcounter{longlist}{3}% 438 | \settowidth\labelwidth{\labellonglist}% 439 | \setcounter{longlist}{0}% 440 | \else 441 | \settowidth{\labelwidth}{##1}% 442 | \fi 443 | \labelsep=\longlist@labelsep 444 | \itemindent=\labelwidth 445 | \advance\itemindent\labelsep 446 | \advance\itemindent by\longlist@indent 447 | \rightmargin=\z@ 448 | \leftmargin=\z@ 449 | \partopsep=\z@ 450 | \parsep=\z@ 451 | \itemsep=\z@ 452 | \topsep=\longlist@topsep 453 | \listparindent=\longlist@parindent 454 | \@rightskip=\longlist@rightskip 455 | \longlist@hook 456 | }% 457 | }% 458 | \let\endlonglist =\endlist 459 | % enumerate 460 | \def\enumerate@indent{\z@}% 461 | \def\enumerate@parindent{\list@parindent}% 462 | \def\enumerate@labelsep{.5em}% 463 | \def\enumerate@firsttopsep{\smallskipamount}% 464 | \def\enumerate@topsep{\z@}% 465 | \def\enumerate@rightskip{\z@}% 466 | \let\enumerate@hook\relax 467 | \def\theenumi{\@arabic\c@enumi}% 468 | \def\theenumii{\@alph\c@enumii}% 469 | \def\theenumiii{\@roman\c@enumiii}% 470 | \def\theenumiv{\@Alph\c@enumiv}% 471 | \def\labelenumi{\theenumi.}% 472 | \def\labelenumii{\theenumii)}% 473 | \def\labelenumiii{\theenumiii.}% 474 | \def\labelenumiv{\theenumiv.}% 475 | \def\enumerate{\@ifnextchar[{\@enumerate}{\@enumerate[]}}% 476 | \def\@enumerate[##1]{% 477 | \ifnum\@enumdepth>\thr@@ 478 | \@toodeep 479 | \else 480 | \advance\@enumdepth by \@ne 481 | \edef\@enumctr{enum\romannumeral\the\@enumdepth}% 482 | \list{\csname label\@enumctr\endcsname}{% 483 | \usecounter{\@enumctr}% 484 | \def\makelabel####1{{\hfill\normalfont ####1}}% 485 | \ifx.##1.% 486 | \setcounter{\@enumctr}{3}% 487 | \expandafter\settowidth\expandafter\labelwidth\expandafter{\csname label\@enumctr\endcsname}% 488 | \setcounter{\@enumctr}{0}% 489 | \else 490 | \settowidth{\labelwidth}{##1}% 491 | \fi 492 | \labelsep=\enumerate@labelsep 493 | \itemindent=\labelwidth 494 | \advance\itemindent by \labelsep 495 | \ifnum \@enumdepth=1\advance\itemindent by\enumerate@indent\fi 496 | \leftmargin=\the\itemindent 497 | \itemindent=\z@ 498 | \partopsep=\z@ 499 | \parsep=\z@ 500 | \itemsep=\z@ 501 | \rightmargin=\z@ 502 | \ifnum\@enumdepth=1\relax 503 | \topsep=\enumerate@firsttopsep 504 | \else 505 | \topsep=\enumerate@topsep 506 | \fi 507 | \listparindent=\enumerate@parindent 508 | \@rightskip=\enumerate@rightskip 509 | \enumerate@hook 510 | }% 511 | \fi 512 | }% 513 | \let\endenumerate =\endlist 514 | % itemize 515 | \def\itemize@indent{\z@}% 516 | \def\itemize@parindent{\list@parindent}% 517 | \def\itemize@labelsep{.5em}% 518 | \def\itemize@firsttopsep{\smallskipamount}% 519 | \def\itemize@topsep{\z@}% 520 | \def\itemize@rightskip{\z@}% 521 | \let\itemize@hook\relax 522 | \def\labelitemi{\textbullet}% 523 | \def\labelitemii{\textendash}% 524 | \def\labelitemiii{\textasteriskcentered}% 525 | \def\labelitemiv{{\footnotesize +}}% 526 | \def\itemize{\@ifnextchar[{\@itemize}{\@itemize[]}}% 527 | \def\@itemize[##1]{% 528 | \ifnum\@itemdepth>\thr@@ 529 | \@toodeep 530 | \else 531 | \advance\@itemdepth by \@ne 532 | \edef\@itemitem{labelitem\romannumeral\the\@itemdepth}% 533 | \list{\csname\@itemitem\endcsname}{% 534 | \def\makelabel####1{{\hfill\normalfont ####1}}% 535 | \ifx.##1.% 536 | \settowidth\labelwidth{\csname\@itemitem\endcsname}% 537 | \else 538 | \settowidth{\labelwidth}{##1}% 539 | \fi 540 | \labelsep=\itemize@labelsep 541 | \itemindent=\labelwidth 542 | \advance\itemindent by \labelsep 543 | \ifnum\@itemdepth=1\advance\itemindent by\itemize@indent\fi 544 | \leftmargin=\the\itemindent 545 | \itemindent=\z@ 546 | \partopsep=\z@ 547 | \parsep=\z@ 548 | \itemsep=\z@ 549 | \rightmargin=\z@ 550 | \ifnum\@itemdepth=1% 551 | \topsep=\itemize@firsttopsep 552 | \else 553 | \topsep=\itemize@topsep 554 | \fi 555 | \listparindent=\itemize@parindent 556 | \@rightskip=\itemize@rightskip 557 | \itemize@hook 558 | }% 559 | \fi 560 | }% 561 | \let\enditemize =\endlist 562 | % description 563 | \def\description@indent{\list@parindent}% 564 | \let\description@topsep\smallskipamount 565 | \let\description@hook\relax 566 | \def\description{% 567 | \list{}{% 568 | \labelwidth=\z@ 569 | \labelsep=\z@ 570 | \rightmargin=\z@ 571 | \leftmargin=\z@ 572 | \advance\leftmargin by\description@indent 573 | \itemindent=-\description@indent 574 | \partopsep=\z@ 575 | \topsep=\description@topsep 576 | \parsep=\z@ 577 | \itemsep=\z@ 578 | \listparindent=\z@ 579 | \description@hook 580 | \let\makelabel\descriptionlabel 581 | }% 582 | }% 583 | \def\enddescription{\endlist}% 584 | \def\descriptionlabel##1{\if.##1.\else\bfseries ##1\hskip.5em\fi}% 585 | % quotation 586 | \let\quotation@size\footnotesize 587 | \def\quotation@itemindent{\list@parindent}% 588 | \def\quotation@parindent{\list@parindent}% 589 | \def\quotation@leftmargin{\list@parindent}% 590 | \let\quotation@rightmargin\z@ 591 | \let\quotation@topsep\smallskipamount 592 | \def\quotation{% 593 | \list{}{% 594 | \quotation@size 595 | \listparindent=\quotation@parindent 596 | \itemindent=\quotation@itemindent 597 | \rightmargin=\quotation@rightmargin 598 | \leftmargin=\quotation@leftmargin 599 | \partopsep=\z@ 600 | \topsep=\quotation@topsep 601 | \parsep=\z@ 602 | }% 603 | \item[\Q@strut]\relax 604 | }% 605 | \def\endquotation{\endlist}% 606 | \def\Q@strut{\leavevmode\hbox{\vrule \@height 9\p@ \@depth 1\p@ \@width\z@}}% 607 | % quote 608 | \let\quote@size\footnotesize 609 | \def\quote@indent{\z@}% 610 | \def\quote@leftmargin{2pc}% 611 | \def\quote@rightmargin{2pc}% 612 | \let\quote@topsep\smallskipamount 613 | \def\quote{% 614 | \list{}{% 615 | \quote@size 616 | \listparindent=\quote@indent 617 | \itemindent=\listparindent 618 | \rightmargin=\quote@rightmargin 619 | \leftmargin=\quote@leftmargin 620 | \partopsep=\z@ 621 | \topsep=\quote@topsep 622 | \parsep=\z@ 623 | }% 624 | \item\relax 625 | }% 626 | \def\endquote{\endlist}% 627 | % verse 628 | \def\verse@margin{2pc}% 629 | \let\verse@topsep\smallskipamount 630 | \def\verse{% 631 | \let\\\@centercr 632 | \list{}{% 633 | \itemindent=\z@ 634 | \listparindent=\z@ 635 | \rightmargin=\verse@margin 636 | \leftmargin=\rightmargin 637 | \partopsep=\z@ 638 | \parsep=\z@ 639 | \topsep=\verse@topsep 640 | \itemsep=\z@ 641 | }% 642 | \item\relax 643 | }% 644 | \def\endverse{\endlist}% 645 | % general lists parameters 646 | \@lowpenalty=51% 647 | \@medpenalty=151% 648 | \@highpenalty=301% 649 | \@beginparpenalty=-\@lowpenalty 650 | \@endparpenalty=-\@lowpenalty 651 | \@itempenalty=-\@lowpenalty 652 | \parsep=\z@ 653 | \topsep=\z@ 654 | \partopsep=\z@ 655 | \itemsep=\z@ 656 | \labelsep=.5em% 657 | \def\@listi{\leftmargin\leftmargini}% 658 | \def\@listii{% 659 | \leftmargin=\leftmarginii 660 | \labelwidth=\leftmarginii 661 | \advance\labelwidth by -\labelsep 662 | }% 663 | \def\@listiii{% 664 | \leftmargin=\leftmarginiii 665 | \labelwidth=\leftmarginiii 666 | \advance\labelwidth by -\labelsep 667 | }% 668 | \def\@listiv{% 669 | \leftmargin=\leftmarginiv 670 | \labelwidth=\leftmarginiv 671 | \advance\labelwidth by -\labelsep 672 | }% 673 | \setlength\leftmargini{2em}% 674 | \setlength\leftmarginii{2.2em}% 675 | \setlength\leftmarginiii{1.87em}% 676 | \setlength\leftmarginiv{1.7em}% 677 | \@listi 678 | \setlength\labelwidth{\leftmargini}% 679 | \addtolength\labelwidth{-\labelsep}% 680 | } 681 | % 682 | \def\econsocart@vtexsec{% 683 | \setcounter{secnumdepth}{5}% 684 | \@ifundefined{c@part}{\newcounter{part}}{}% 685 | \@ifundefined{c@chapter}{\newcounter{chapter}}{}% 686 | \@ifundefined{c@section}{\newcounter{section}}{}% 687 | \@ifundefined{c@subsection}{\newcounter{subsection}[section]}{}% 688 | \@ifundefined{c@subsubsection}{\newcounter{subsubsection}[subsection]}{}% 689 | \@ifundefined{c@paragraph}{\newcounter{paragraph}[subsubsection]}{}% 690 | \@ifundefined{c@subparagraph}{\newcounter{subparagraph}[paragraph]}{}% 691 | \renewcommand\thepart{\@Roman\c@part}% 692 | \renewcommand\thechapter{\@arabic\c@chapter}% 693 | \renewcommand\thesection{\@arabic\c@section}% 694 | \renewcommand\thesubsection{\thesection.\@arabic\c@subsection}% 695 | \renewcommand\thesubsubsection{\thesubsection .\@arabic\c@subsubsection}% 696 | \renewcommand\theparagraph{\thesubsubsection.\@arabic\c@paragraph}% 697 | \renewcommand\thesubparagraph{\theparagraph.\@arabic\c@subparagraph}% 698 | } 699 | % 700 | \def\econsocart@vtexmth{% 701 | \arraycolsep=1.2\p@ 702 | \tabcolsep=6\p@ 703 | \arrayrulewidth=.4\p@ 704 | \doublerulesep=2\p@ 705 | \tabbingsep=6\p@ 706 | \jot=6\p@ 707 | \thinmuskip=2.5mu% 708 | \medmuskip=3.5mu plus 1.5mu minus 2mu% 709 | \thickmuskip=3.75mu plus 1.5mu% 710 | \mathsurround=0.1\p@ 711 | } 712 | % 713 | \def\econsocart@amsmath{% 714 | \RequirePackage{amsmath}% 715 | \interdisplaylinepenalty=100% 716 | \ifdefined\mathindent 717 | \else 718 | \newskip\mathindent 719 | \mathindent=2pc 720 | \fi 721 | \ifdefined\@mathmargin 722 | \@mathmargin=\mathindent 723 | \fi 724 | } 725 | % 726 | \def\econsocart@scshape{} 727 | % 728 | \def\econsocart@zishape{% 729 | \let\zishape\itshape 730 | \def\enable@zishape{\itshape\mdseries} 731 | } 732 | % 733 | \def\econsocart@thm@macros{% 734 | \RequirePackage{amsthm}% 735 | } 736 | % 737 | \def\econsocart@bibliography{% 738 | \newenvironment{thebibliography}{}{}% 739 | \def\newblock{}% 740 | \RequirePackage[authoryear]{natbib}% 741 | \renewcommand\NAT@sep{,}% 742 | \preto\bibitem@fin{% 743 | \clubpenalty=\@M 744 | \widowpenalty=\@M 745 | }% 746 | \ifecta@layout 747 | \def\bibsep{0\p@ \@plus.5\p@ \@minus.5\p@}% 748 | \def\bibfont{\footnotesize}% 749 | \setlength{\bibhang}{8\p@}% 750 | \def\bysame{\@ifnextchar\bgroup{\@bysame}{\bysame@hook\@bysame{}}}% 751 | \def\@bysame##1{\vrule \@height 1.5\p@ \@depth -1\p@ \@width 3em \hskip 0.5em\relax}% 752 | \let\bysame@hook\relax 753 | \else 754 | \def\bibfont{\normalsize}% 755 | \def\bibsep{6\p@ \@plus.5\p@ \@minus.5\p@}% 756 | \setlength{\bibhang}{\z@}% 757 | \fi 758 | \def\bibsection{\section*{\bibname}}% 759 | } 760 | % 761 | \def\econsocart@numeqnrefcheck{} 762 | % 763 | \def\econsocart@floats{% 764 | \setlength\floatsep{18\p@ \@plus 6\p@ \@minus 2\p@}% 765 | \setlength\textfloatsep{18\p@ \@plus 6\p@ \@minus 2\p@}% 766 | \setlength\intextsep{18\p@ \@plus 6\p@ \@minus 2\p@}% 767 | \setlength\dblfloatsep{18\p@ \@plus 6\p@ \@minus 2\p@}% 768 | \setlength\dbltextfloatsep{24\p@ \@plus 6\p@ \@minus 2\p@}% 769 | \setlength\@fptop{0\p@ \@plus 1fil}% 770 | \setlength\@fpsep{8\p@ \@plus 1000fil}% 771 | \setlength\@fpbot{0\p@ \@plus 1fil}% 772 | \setlength\@dblfptop{0\p@ \@plus 1fil}% 773 | \setlength\@dblfpsep{8\p@ \@plus 1000fil}% 774 | \setlength\@dblfpbot{0\p@ \@plus 1fil}% 775 | \setcounter{topnumber}{5}% 776 | \renewcommand\topfraction{.99}% 777 | \setcounter{bottomnumber}{5}% 778 | \renewcommand\bottomfraction{.99}% 779 | \setcounter{totalnumber}{10}% 780 | \renewcommand\textfraction{.05}% 781 | \renewcommand\floatpagefraction{.9}% 782 | \setcounter{dbltopnumber}{5}% 783 | \renewcommand\dbltopfraction{.99}% 784 | \renewcommand\dblfloatpagefraction{.8}% 785 | \def\figurename{Figure}% 786 | \def\tablename{Table}% 787 | \let\figurefloat@shape\centering 788 | \def\figurecaption@size{\footnotesize}% 789 | \def\figurecaption@skip{8\p@}% 790 | \def\figurename@skip{\hskip.5em}% 791 | \let\figurename@size\relax 792 | \let\starttable@hook\relax 793 | \let\tablefloat@shape\centering 794 | \let\table@size\footnotesize 795 | \def\tablecaption@shape{\centering}% 796 | \def\tablecaption@size{\footnotesize}% 797 | \def\tablecaption@skip{4\p@}% 798 | \def\tablename@skip{\hskip.5em}% 799 | \let\tablename@size\relax 800 | \def\firsttabnote@skip{\vskip4\p@}% 801 | \def\tabnote@skip{\lineskip2\p@}% 802 | \let\tabnote@size\footnotesize 803 | \let\tabnote@indent\leavevmode 804 | \newcount\c@figure 805 | \let\cl@figure\@empty 806 | \let\p@figure\@empty 807 | \def\thefigure{\@arabic\c@figure}% 808 | \def\fps@figure{tbp}% 809 | \def\ftype@figure{1}% 810 | \def\ext@figure{lof}% 811 | \def\fnum@figure{\figurename~\thefigure.}% 812 | \def\figure{% 813 | \let\@makecaption\@makefigurecaption 814 | \let\@floatboxreset\figure@boxreset 815 | \@float{figure}% 816 | }% 817 | \def\endfigure{\end@float}% 818 | \@namedef{figure*}{% 819 | \let\@makecaption\@makefigurecaption 820 | \let\@floatboxreset\figure@boxreset 821 | \@dblfloat{figure}% 822 | }% 823 | \@namedef{endfigure*}{\end@dblfloat}% 824 | \def\figure@boxreset{% 825 | \reset@font 826 | \normalsize 827 | \@setminipage 828 | \figurefloat@shape 829 | }% 830 | \long\def\@makefigurecaption##1##2{% 831 | \vskip\figurecaption@skip 832 | \figurecaption@size 833 | \setbox\@tempboxa\hbox{% 834 | {\figurename@size ##1}\figurename@skip 835 | \if@contcaption 836 | \contcaptionbraces@left\contcaption@shape{##2}\contcaptionbraces@right 837 | \else 838 | ##2% 839 | \fi 840 | }% 841 | \ifdim\wd\@tempboxa>\hsize 842 | \unhbox\@tempboxa\par 843 | \else 844 | \figurecaption@fmt{\box\@tempboxa}\par 845 | \fi 846 | }% 847 | \def\figurecaption@fmt##1{\hbox to\hsize{\hfill##1\hfill}}% 848 | \newcount\c@table 849 | \let\cl@table\@empty 850 | \let\p@table\@empty 851 | \def\thetable{\@arabic\c@table}% 852 | \def\fps@table{tbp}% 853 | \def\ftype@table{2}% 854 | \def\ext@table{lot}% 855 | \def\fnum@table{\tablename~\thetable.}% 856 | \def\table{% 857 | \let\@makecaption\@maketablecaption 858 | \starttable@hook 859 | \tablewidth\hsize 860 | \let\@floatboxreset\table@boxreset\@float{table}% 861 | }% 862 | \def\endtable{\end@float}% 863 | \@namedef{table*}{% 864 | \let\@makecaption\@maketablecaption 865 | \starttable@hook 866 | \tablewidth\textwidth 867 | \let\@floatboxreset\table@boxreset\@dblfloat{table}% 868 | }% 869 | \@namedef{endtable*}{\end@dblfloat}% 870 | \def\table@boxreset{% 871 | \reset@font 872 | \tablefloat@shape 873 | \table@size 874 | \@setnobreak 875 | \@setminipage 876 | \setcounter{tabnote}{0}% 877 | }% 878 | \newdimen\tablewidth \tablewidth\textwidth 879 | \long\def\@maketablecaption##1##2{% 880 | \tablecaption@shape 881 | \parbox[t]{\tablewidth}{% 882 | \tablecaption@size{\tablename@size ##1}\tablename@skip 883 | \if@contcaption 884 | \contcaptionbraces@left\contcaption@shape{##2}\contcaptionbraces@right 885 | \else 886 | ##2% 887 | \fi 888 | \par 889 | }% 890 | \vskip\tablecaption@skip 891 | }% 892 | \newcounter{tabnote}% 893 | \def\thetabnote{\@fnsymbol\c@tabnote}% 894 | \newenvironment{tabnotes}{}{}% 895 | \let\tabnoteref@shape\relax 896 | \def\tabnotemark@fmt##1{\hbox{$^{##1}$}}% 897 | \def\tabnoteref@sep{,}% 898 | \protected\def\tabnoteref{% 899 | \@ifnextchar[{\@tempswatrue\@tabnoteref}{\@tempswafalse\@tabnoteref[]}% 900 | }% 901 | \def\@tabnoteref[##1]##2{% 902 | \if@tempswa% [] 903 | \let\tabnoteref@firstref\relax 904 | \@for\@@refb:=##2\do{% 905 | \ifx\relax\tabnoteref@firstref\relax 906 | \xdef\tabnoteref@firstref{\@@refb}% 907 | \fi 908 | }% 909 | \tabnotemark@link{\tabnoteref@firstref}{\tabnotemark@fmt{##1}}% 910 | \else 911 | \let\@tempa\@empty 912 | \tabnotemark@fmt{% 913 | \@for\@tempb:=##2\do{% 914 | \@tempa\let\@tempa\tabnoteref@sep 915 | \edef\@tempb{\expandafter\@firstofone\@tempb\@empty}% 916 | \tabnotemark@link{\@tempb}{\saferef{\the\c@table @\@tempb tabnote}}% 917 | }% 918 | }% 919 | \fi 920 | }% 921 | \def\tabnotemark@link##1##2{##2}% 922 | \def\tabnotemark{\@ifnextchar[{\@tabnotemark}{\@tabnotemark[]}}% 923 | \def\@tabnotemark[##1]##2{\@latex@error{Use command \string\tabnoteref!}\@ehc}% 924 | \def\@tabnotelabel[##1]##2{% 925 | \if@tempswa% [] 926 | \protected@edef\@currentlabel{##1}% 927 | \else 928 | \refstepcounter{tabnote}% 929 | \fi 930 | \safelabel{\the\c@table @##2tabnote}% 931 | }% 932 | \def\first@tabnote{0}% 933 | \protected\long\def\tabnotetext{% 934 | \@ifnextchar[{\@tempswatrue\@tabnotetext}{\@tempswafalse\@tabnotetext[]}% 935 | }% 936 | \long\def\@tabnotetext[##1]##2##3{% 937 | \@tabnotelabel[##1]{##2}% 938 | \if@tempswa\ifx.##1.\notabnotemark\fi\fi 939 | \ifcase\first@tabnote\firsttabnote@skip\def\first@tabnote{1}\fi 940 | \tabnote@skip 941 | \parbox[t]{\tablewidth}{% 942 | \tabnote@size\tabnote@indent 943 | \tabnote@hypertarget{##2}% 944 | \tabnotemark@fmt{\expandafter\saferef{\the\c@table @##2tabnote}}% 945 | ##3\par 946 | }% 947 | \vtop to\z@{ }\par 948 | }% 949 | \let\tabnote@hypertarget\@gobble 950 | \def\notabnotemark{% 951 | \global\let\sv@tabnotemark@fmt\tabnotemark@fmt 952 | \gdef\tabnotemark@fmt####1{\global\let\tabnotemark@fmt\sv@tabnotemark@fmt}% 953 | }% 954 | \def\legend##1{\tabnotetext[]{}{##1}}% 955 | \def\vtexfltpdf@hyperref{% 956 | \def\tabnotemark@link####1####2{% 957 | \hyperlink{\the\c@table @####1tabnote.label}{####2}% 958 | }% 959 | \def\tabnote@hypertarget####1{% 960 | \hypertarget{\the\c@table @####1tabnote.label}{\strut}% 961 | }% 962 | \def\tabnotemark@fmt####1{\hbox{$^{\mathrm{####1}}$}}% 963 | }% 964 | \arrayrulewidth=0.4\p@ 965 | \doublerulesep=2\p@ 966 | \let\savehline\hline 967 | \def\thline{\noalign{\vskip3\p@}\savehline\noalign{\vskip3\p@}}% 968 | \def\hline{% 969 | \noalign{\vskip1\p@}% 970 | \noalign{\ifnum0=`}\fi\hrule \@height \arrayrulewidth 971 | \futurelet\reserved@a\@xhline 972 | }% 973 | \AtBeginDocument{% 974 | \def\@xhline{% 975 | \ifx\reserved@a\hline 976 | \vskip\doublerulesep 977 | \vskip-\arrayrulewidth 978 | \fi 979 | \ifnum0=`{\fi}% 980 | \noalign{\vskip2\p@}% 981 | }% 982 | }% 983 | } 984 | % 985 | \def\econsocart@checklastpage{} 986 | % 987 | \def\econsocart@fmadd{% 988 | \let\history@postfix\relax 989 | \ifecta@layout 990 | \let\form@runauthors\relax 991 | \def\econsocart@fm@markboth@hook{% 992 | \markboth{\MakeTextUppercase{\@runauthor}}{\MakeTextUppercase{\@runtitle}}% 993 | }% 994 | \else 995 | \def\form@runauthors{% 996 | \def\@runjournal{% 997 | \if@supplement 998 | \sup@journal 999 | \else 1000 | Submitted to \protect\url@fmt{}{\itshape}{\@journal}{\journal@url}% 1001 | \fi 1002 | }% 1003 | }% 1004 | \def\support@footnotetext@prehook{\hskip-\parindent}% 1005 | \def\printauthor@footnotetext@prehook{\hskip-\parindent}% 1006 | \fi 1007 | \def\limited@wd@runtitle##1##2##3##4{##4}% 1008 | \def\copyright@text{% 1009 | \if@supplement 1010 | \sup@journal 1011 | \else 1012 | Submitted to \url@fmt{}{\itshape}{\@journal}{\journal@url}% 1013 | \fi 1014 | \ifecta@layout\else\hfill\fi 1015 | }% 1016 | \let\fm@add@inits@from@name@by@aux\@gobble 1017 | \def\cmd@for@aut@elem##1##2##3{}% 1018 | \let\short@journal\@shortjid 1019 | \def\copyrightline@text{}% 1020 | \ifecta@layout 1021 | \def\title@size##1{\MakeTextUppercase{##1}}% 1022 | \def\section@size{\footnotesize\baselineskip12\p@\MakeTextUppercase}% 1023 | \else 1024 | \def\section@size{\mdseries\scshape}% 1025 | \def\author@size{\normalsize\mdseries\scshape}% 1026 | \def\keywordname@size{\mdseries\scshape}% 1027 | \fi 1028 | \if@econsocart@numberlines 1029 | \def\numberlines@size{\scriptsize\ttfamily}% 1030 | \if@econsocart@draft 1031 | \def\numberlines@skip{10\p@}% 1032 | \else 1033 | \def\numberlines@skip{20\p@}% 1034 | \fi 1035 | \def\numberlines@hook{% 1036 | \appto\@evenhead\put@numberlines@box 1037 | \appto\@oddhead\put@numberlines@box 1038 | }% 1039 | \gappto\ps@headings\numberlines@hook 1040 | \gappto\ps@copyright\numberlines@hook 1041 | \newbox\numberlines@box 1042 | \newskip\numberlines@box@skip 1043 | \def\set@numberlines@box{% 1044 | \setlength\numberlines@box@skip\headsep 1045 | \addtolength\numberlines@box@skip{5\p@}% 1046 | \setbox\numberlines@box\vtop to\textheight{% 1047 | \parindent=\z@ 1048 | \vskip\z@ 1049 | \@tempcnta=\z@ 1050 | \@tempdima=\z@ 1051 | \loop 1052 | \advance\@tempcnta by \@ne 1053 | \advance\@tempdima by \baselineskip 1054 | \hbox to \textwidth{% 1055 | \llap{\numberlines@size\the\@tempcnta\kern\numberlines@skip}\hfill 1056 | \rlap{\numberlines@size\kern\numberlines@skip\the\@tempcnta}% 1057 | }% 1058 | \ifdim\@tempdima<\textheight\repeat 1059 | \vss 1060 | }% 1061 | \ht\numberlines@box=\z@ 1062 | \dp\numberlines@box=\z@ 1063 | }% 1064 | \def\put@numberlines@box{% 1065 | \lower\numberlines@box@skip\hbox to\z@{\hss\copy\numberlines@box}% 1066 | }% 1067 | \AtEndPreamble{\set@numberlines@box}% 1068 | \fi 1069 | \ifecta@layout 1070 | \gappto\econsocart@appendix@hook{% 1071 | \let\appendixname@uc\MakeTextUppercase 1072 | \def\section@prefix{\MakeTextUppercase{\appendixname}\ }% 1073 | }% 1074 | \fi 1075 | \def\vtexfmpdf@hyperref{% 1076 | \def\thankref@hyperlink####1{\edef\@tempx{####1thanks}\hyperlink{####1}{\saferef{\@tempx}}}% 1077 | \def\thanks@hypertarget####1{\smash{\raise\baselineskip\hbox{\protect\hypertarget{####1}{}}}}% 1078 | \def\thanksmark@link####1####2{\hyperlink{####1}{####2}}% 1079 | \let\safe@href\href 1080 | }% 1081 | \if@econsocart@draft 1082 | \ifecta@layout 1083 | \def\keyword@skip{25\p@}% 1084 | \else 1085 | \def\keyword@skip{21\p@}% 1086 | \fi 1087 | \fi 1088 | } 1089 | % 1090 | \def\econsocart@cmn@settings{% 1091 | \global\let\mdforvkt\@gobblethree 1092 | \global\let\mdauxout\@gobblethree 1093 | \let\startchkuriskip\relax 1094 | \let\endchkuriskip\relax 1095 | \def\sep@by@num@in@seq@error##1{\@latex@error{##1}\@ehc}% 1096 | \def\sep@by@num@in@seq##1##2##3##4##5##6{% 1097 | \ifnum##1>\numexpr##2\relax 1098 | \sep@by@num@in@seq@error{First argument of command \string\@sep@by@num@in@seq\space 1099 | '##1' can not be greater than second '##2'}% 1100 | \fi 1101 | \ifnum##1<\@ne 1102 | \sep@by@num@in@seq@error{First argument of command \string\@sep@by@num@in@seq\space 1103 | '##1' can not be smaller than 1}% 1104 | \fi 1105 | \ifnum##2>\z@ 1106 | \ifnum##2>\@ne 1107 | \ifnum##2>\tw@ 1108 | \ifnum##1<\numexpr##2\relax 1109 | \ifnum\numexpr##2-##1\relax>\@ne 1110 | ##4% 1111 | \else 1112 | ##5% 1113 | \fi 1114 | \else 1115 | ##6% 1116 | \fi 1117 | \else 1118 | \ifnum##1<\numexpr##2\relax 1119 | ##3% 1120 | \else 1121 | ##6% 1122 | \fi 1123 | \fi 1124 | \else 1125 | ##6% 1126 | \fi 1127 | \else 1128 | \sep@by@num@in@seq@error{% 1129 | Number of elements in command \string\@sep@by@num@in@seq\space 1130 | '##2' must be greater than zero% 1131 | }% 1132 | \fi 1133 | }% 1134 | } 1135 | % 1136 | \def\econsocart@imstoc{% 1137 | \def\ignorenumberline{\let\sv@numberline\numberline\let\numberline\@gobble}% 1138 | \def\restorenumberline{\let\numberline\sv@numberline}% 1139 | \def\write@toc@ignorenumberline{\addtocontents{toc}{\protect\ignorenumberline}}% 1140 | \def\write@toc@restorenumberline{\addtocontents{toc}{\protect\restorenumberline}}% 1141 | \def\ignorecontentsline{\let\sv@contentsline\contentsline\let\contentsline\@gobblefour}% 1142 | \def\restorecontentsline{\let\contentsline\sv@contentsline}% 1143 | \def\write@toc@ignorecontentsline{\addtocontents{toc}{\protect\ignorecontentsline}}% 1144 | \def\write@toc@restorecontentsline{\addtocontents{toc}{\protect\restorecontentsline}}% 1145 | } 1146 | % 1147 | \def\econsocart@hyper@settings{} 1148 | % 1149 | \def\econsocart@print@msnbibl{} 1150 | % 1151 | \def\econsocart@urilist{} 1152 | % 1153 | \def\econsocart@bibliography@exists{} 1154 | % 1155 | \def\econsocart@offprint{% 1156 | \let\write@offdata\@gobblefour 1157 | \let\off@data\@gobblefour 1158 | \let\OFFPRINT\relax 1159 | \let\printoffprint\relax 1160 | \let\nooffprint\relax 1161 | } 1162 | % 1163 | \def\econsocart@bibtags{% 1164 | \@ifundefined{endbibitem}{\let\endbibitem\relax}{}% 1165 | } 1166 | % 1167 | \def\econsocart@sici{} 1168 | % 1169 | \def\econsocart@backref{% 1170 | \AtBeginDocument{% 1171 | \ifendbibitem@ 1172 | \backrefparscanfalse 1173 | \else 1174 | \let\econsocart@save@BR@backref\BR@backref 1175 | \def\BR@backref##1{% 1176 | \cspreto{br@##1}{[}% 1177 | \csappto{br@##1}{]}% 1178 | \econsocart@save@BR@backref{##1}% 1179 | }% 1180 | \fi 1181 | }% 1182 | \AtEndPreamble{% 1183 | \RequirePackage{backref}% 1184 | \def\backref{}% 1185 | \let\BR@backrefprint\relax 1186 | \def\endbibitem{% 1187 | \unskip\unkern\ 1188 | [{% 1189 | \let\par\@empty 1190 | \backrefprint 1191 | }]% 1192 | \write@endbibitem 1193 | \par 1194 | }% 1195 | \def\write@endbibitem{% 1196 | \immediate\write\@mainaux{\string\global\string\endbibitem@true}% 1197 | \global\let\write@endbibitem\relax 1198 | }% 1199 | }% 1200 | } 1201 | % 1202 | \def\econsocart@queries{% 1203 | \def\set@dup@queries{% 1204 | \def\query@hskip{25pt}% 1205 | \def\query@page@title@size{}% 1206 | \def\query@page@title{% 1207 | \write@toc@ignorecontentsline 1208 | \section*{Copyeditor\textquoteright s queries}% 1209 | \write@toc@restorecontentsline 1210 | }% 1211 | \if@econsocart@final 1212 | \relax@queries 1213 | \fi 1214 | }% 1215 | \AtEndPreamble{% 1216 | \@ifpackageloaded{dup-query}% 1217 | {\set@dup@queries}% 1218 | {% 1219 | \IfFileExists{dup-query.sty}% 1220 | {% 1221 | \RequirePackage[querypagebycount]{dup-query}% 1222 | \set@dup@queries 1223 | }% 1224 | {}% 1225 | }% 1226 | }% 1227 | } 1228 | % 1229 | \def\econsocart@bookmarks@true{% 1230 | \setcounter{tocdepth}{6}% 1231 | \AtEndPreamble{% 1232 | \@ifpackageloaded{hyperref}% 1233 | {% 1234 | \vtexfltpdf@hyperref 1235 | \vtexfmpdf@hyperref 1236 | \preto\bibsection{\pdfbookmark[1]{\bibname}{bibliography-section}}% 1237 | }% 1238 | {}% 1239 | }% 1240 | } 1241 | % 1242 | \def\econsocart@xml@settings{% 1243 | \AtEndPreamble{% 1244 | \@ifpackageloaded{hyperref}% 1245 | {}% 1246 | {\let\@setref\econsocart@setref}% 1247 | }% 1248 | } 1249 | % 1250 | \endinput 1251 | -------------------------------------------------------------------------------- /ecta-fullname.bst: -------------------------------------------------------------------------------- 1 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 2 | %%% Econometrica bibliography style, 3 | %%% 4 | %%% for use with LaTeX2e and Natbib (or chicago), named style following the 5 | %%% recommendations of Fudenberg and Hodges (1997), 6 | %%% Econometrica Vol. 65, N. 4, pp. 965--975, 7 | %%% found at http://www.econometricsociety.org/manual/manual.html 8 | %%% for submission to Econometrica. 9 | %%% 10 | %%% by Sebastian Perez-Duarte, perez@ensae.fr (2000) 11 | %%% 12 | %%% Based on Makebst by Patrick Daly 13 | %%% 14 | %%%%%%%%%%%%%%%%%%%%%%%%%%% SUMMARY %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 15 | %%% Compared to the bst file econometrica.bst (by KC Border), the present 16 | %%% style file is closer to the canonical way of presenting the list of 17 | %%% references in Econometrica, a publication of the Econometric Society. 18 | %%% 19 | %%% The main differences are: the format of the address, the absence of number 20 | %%% in articles. 21 | %%%%%%%%%%%%%%%%%%%%%%%%%%%% LICENSE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 22 | %%% This generated file can be redistributed and/or modified under the terms 23 | %%% of the LaTeX Project Public License Distributed from CTAN 24 | %%% archives in directory macros/latex/base/lppl.txt; either 25 | %%% version 1 of the License, or any later version. 26 | %%% 27 | %%%%%%%%%%%%%%%%%%%%%%%%%%%% END %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 28 | %% This is file `ecta.bst', 29 | %% generated with the docstrip utility. 30 | %% 31 | %% The original source files were: 32 | %% 33 | %% merlin.mbs (with options: `ay,cay,nm-rev1,nmdash,nmft,nmft-sc,keyxyr,dt-beg,yr-par,yrp-col,note-yr,tit-qq,atit-u,thtit-a,vnum-x,volp-com,num-xser,bkpg-x,add-pub,pre-pub,edby,blk-com,ppx,ed,abr,ednx,xedn,nfss') 34 | %% ---------------------------------------- 35 | %% *** Econometrica -- close *** 36 | %% 37 | %% Copyright 1994-2000 Patrick W Daly 38 | % =============================================================== 39 | % IMPORTANT NOTICE: 40 | % This bibliographic style (bst) file has been generated from one or 41 | % more master bibliographic style (mbs) files, listed above. 42 | % 43 | % This generated file can be redistributed and/or modified under the terms 44 | % of the LaTeX Project Public License Distributed from CTAN 45 | % archives in directory macros/latex/base/lppl.txt; either 46 | % version 1 of the License, or any later version. 47 | % =============================================================== 48 | % Name and version information of the main mbs file: 49 | % \ProvidesFile{merlin.mbs}[2000/05/04 4.01 (PWD, AO, DPC)] 50 | % For use with BibTeX version 0.99a or later 51 | %------------------------------------------------------------------- 52 | % This bibliography style file is intended for texts in ENGLISH 53 | % This is an author-year citation style bibliography. As such, it is 54 | % non-standard LaTeX, and requires a special package file to function properly. 55 | % Such a package is natbib.sty by Patrick W. Daly 56 | % or: chicago.sty 57 | % The form of the bibitem entries is 58 | % \bibitem[\protect\citeauthoryear{Jones, Baker, and Smith} 59 | % {Jones et al.}{1990}{key}... 60 | %--------------------------------------------------------------------- 61 | 62 | ENTRY 63 | { address 64 | author 65 | booktitle 66 | chapter 67 | edition 68 | editor 69 | howpublished 70 | institution 71 | journal 72 | key 73 | month 74 | note 75 | number 76 | organization 77 | pages 78 | publisher 79 | school 80 | series 81 | title 82 | type 83 | volume 84 | year 85 | } 86 | {} 87 | { label extra.label sort.label short.list } 88 | INTEGERS { output.state before.all mid.sentence after.sentence after.block } 89 | FUNCTION {init.state.consts} 90 | { #0 'before.all := 91 | #1 'mid.sentence := 92 | #2 'after.sentence := 93 | #3 'after.block := 94 | } 95 | STRINGS { s t} 96 | FUNCTION {output.nonnull} 97 | { 's := 98 | output.state mid.sentence = 99 | { ", " * write$ } 100 | { output.state after.block = 101 | { add.period$ write$ 102 | newline$ 103 | "\newblock " write$ 104 | } 105 | { output.state before.all = 106 | 'write$ 107 | { add.period$ " " * write$ } 108 | if$ 109 | } 110 | if$ 111 | mid.sentence 'output.state := 112 | } 113 | if$ 114 | s 115 | } 116 | FUNCTION {output} 117 | { duplicate$ empty$ 118 | 'pop$ 119 | 'output.nonnull 120 | if$ 121 | } 122 | FUNCTION {output.check} 123 | { 't := 124 | duplicate$ empty$ 125 | { pop$ "empty " t * " in " * cite$ * warning$ } 126 | 'output.nonnull 127 | if$ 128 | } 129 | FUNCTION {fin.entry} 130 | { add.period$ 131 | write$ 132 | newline$ 133 | } 134 | 135 | FUNCTION {new.block} 136 | { output.state before.all = 137 | 'skip$ 138 | { after.block 'output.state := } 139 | if$ 140 | } 141 | FUNCTION {new.sentence} 142 | { output.state after.block = 143 | 'skip$ 144 | { output.state before.all = 145 | 'skip$ 146 | { after.sentence 'output.state := } 147 | if$ 148 | } 149 | if$ 150 | } 151 | FUNCTION {add.blank} 152 | { " " * before.all 'output.state := 153 | } 154 | 155 | FUNCTION {date.block} 156 | { 157 | ":" * 158 | add.blank 159 | } 160 | 161 | FUNCTION {not} 162 | { { #0 } 163 | { #1 } 164 | if$ 165 | } 166 | FUNCTION {and} 167 | { 'skip$ 168 | { pop$ #0 } 169 | if$ 170 | } 171 | FUNCTION {or} 172 | { { pop$ #1 } 173 | 'skip$ 174 | if$ 175 | } 176 | FUNCTION {non.stop} 177 | { duplicate$ 178 | "}" * add.period$ 179 | #-1 #1 substring$ "." = 180 | } 181 | 182 | FUNCTION {new.block.checkb} 183 | { empty$ 184 | swap$ empty$ 185 | and 186 | 'skip$ 187 | 'new.block 188 | if$ 189 | } 190 | FUNCTION {field.or.null} 191 | { duplicate$ empty$ 192 | { pop$ "" } 193 | 'skip$ 194 | if$ 195 | } 196 | FUNCTION {emphasize} 197 | { duplicate$ empty$ 198 | { pop$ "" } 199 | { "\emph{" swap$ * "}" * } 200 | if$ 201 | } 202 | FUNCTION {scaps} 203 | { duplicate$ empty$ 204 | { pop$ "" } 205 | { "\textsc{" swap$ * "}" * } 206 | if$ 207 | } 208 | FUNCTION {bib.name.font} 209 | { scaps } 210 | FUNCTION {bib.fname.font} 211 | { bib.name.font } 212 | FUNCTION {tie.or.space.prefix} 213 | { duplicate$ text.length$ #3 < 214 | { "~" } 215 | { " " } 216 | if$ 217 | swap$ 218 | } 219 | 220 | FUNCTION {capitalize} 221 | { "u" change.case$ "t" change.case$ } 222 | 223 | FUNCTION {space.word} 224 | { " " swap$ * " " * } 225 | % Here are the language-specific definitions for explicit words. 226 | % Each function has a name bbl.xxx where xxx is the English word. 227 | % The language selected here is ENGLISH 228 | FUNCTION {bbl.and} 229 | { "and"} 230 | 231 | FUNCTION {bbl.etal} 232 | { "et~al." } 233 | 234 | FUNCTION {bbl.editors} 235 | { "eds." } 236 | 237 | FUNCTION {bbl.editor} 238 | { "ed." } 239 | 240 | FUNCTION {bbl.edby} 241 | { "ed. by" } 242 | 243 | FUNCTION {bbl.edition} 244 | { "ed." } 245 | 246 | FUNCTION {bbl.volume} 247 | { "vol." } 248 | 249 | FUNCTION {bbl.of} 250 | { "of" } 251 | 252 | FUNCTION {bbl.number} 253 | { "no." } 254 | 255 | FUNCTION {bbl.nr} 256 | { "no." } 257 | 258 | FUNCTION {bbl.in} 259 | { "in" } 260 | 261 | FUNCTION {bbl.pages} 262 | { "" } 263 | 264 | FUNCTION {bbl.page} 265 | { "" } 266 | 267 | FUNCTION {bbl.chapter} 268 | { "chap." } 269 | 270 | FUNCTION {bbl.techrep} 271 | { "Tech. Rep." } 272 | 273 | FUNCTION {bbl.mthesis} 274 | { "Master's thesis" } 275 | 276 | FUNCTION {bbl.phdthesis} 277 | { "Ph.D. thesis" } 278 | 279 | MACRO {jan} {"Jan."} 280 | 281 | MACRO {feb} {"Feb."} 282 | 283 | MACRO {mar} {"Mar."} 284 | 285 | MACRO {apr} {"Apr."} 286 | 287 | MACRO {may} {"May"} 288 | 289 | MACRO {jun} {"Jun."} 290 | 291 | MACRO {jul} {"Jul."} 292 | 293 | MACRO {aug} {"Aug."} 294 | 295 | MACRO {sep} {"Sep."} 296 | 297 | MACRO {oct} {"Oct."} 298 | 299 | MACRO {nov} {"Nov."} 300 | 301 | MACRO {dec} {"Dec."} 302 | 303 | MACRO {acmcs} {"ACM Computing Surveys"} 304 | 305 | MACRO {acta} {"Acta Informatica"} 306 | 307 | MACRO {cacm} {"Communications of the ACM"} 308 | 309 | MACRO {ibmjrd} {"IBM Journal of Research and Development"} 310 | 311 | MACRO {ibmsj} {"IBM Systems Journal"} 312 | 313 | MACRO {ieeese} {"IEEE Transactions on Software Engineering"} 314 | 315 | MACRO {ieeetc} {"IEEE Transactions on Computers"} 316 | 317 | MACRO {ieeetcad} 318 | {"IEEE Transactions on Computer-Aided Design of Integrated Circuits"} 319 | 320 | MACRO {ipl} {"Information Processing Letters"} 321 | 322 | MACRO {jacm} {"Journal of the ACM"} 323 | 324 | MACRO {jcss} {"Journal of Computer and System Sciences"} 325 | 326 | MACRO {scp} {"Science of Computer Programming"} 327 | 328 | MACRO {sicomp} {"SIAM Journal on Computing"} 329 | 330 | MACRO {tocs} {"ACM Transactions on Computer Systems"} 331 | 332 | MACRO {tods} {"ACM Transactions on Database Systems"} 333 | 334 | MACRO {tog} {"ACM Transactions on Graphics"} 335 | 336 | MACRO {toms} {"ACM Transactions on Mathematical Software"} 337 | 338 | MACRO {toois} {"ACM Transactions on Office Information Systems"} 339 | 340 | MACRO {toplas} {"ACM Transactions on Programming Languages and Systems"} 341 | 342 | MACRO {tcs} {"Theoretical Computer Science"} 343 | FUNCTION {bibinfo.check} 344 | { swap$ 345 | duplicate$ missing$ 346 | { 347 | pop$ pop$ 348 | "" 349 | } 350 | { duplicate$ empty$ 351 | { 352 | swap$ pop$ 353 | } 354 | { swap$ 355 | pop$ 356 | } 357 | if$ 358 | } 359 | if$ 360 | } 361 | FUNCTION {bibinfo.warn} 362 | { swap$ 363 | duplicate$ missing$ 364 | { 365 | swap$ "missing " swap$ * " in " * cite$ * warning$ pop$ 366 | "" 367 | } 368 | { duplicate$ empty$ 369 | { 370 | swap$ "empty " swap$ * " in " * cite$ * warning$ 371 | } 372 | { swap$ 373 | pop$ 374 | } 375 | if$ 376 | } 377 | if$ 378 | } 379 | STRINGS { bibinfo} 380 | INTEGERS { nameptr namesleft numnames } 381 | 382 | FUNCTION {format.names} 383 | { 'bibinfo := 384 | duplicate$ empty$ 'skip$ { 385 | 's := 386 | "" 't := 387 | #1 'nameptr := 388 | s num.names$ 'numnames := 389 | numnames 'namesleft := 390 | { namesleft #0 > } 391 | { s nameptr 392 | duplicate$ #1 > 393 | { "{ff~}{vv~}{ll}{, jj}" } 394 | { "{vv~}{ll}{, jj}{, ff}" } 395 | if$ 396 | format.name$ 397 | bibinfo bibinfo.check 398 | 't := 399 | nameptr #1 > 400 | { 401 | namesleft #1 > 402 | { ", " * t * } 403 | { 404 | numnames #2 > 405 | { "," * } 406 | 'skip$ 407 | if$ 408 | s nameptr "{ll}" format.name$ duplicate$ "others" = 409 | { 't := } 410 | { pop$ } 411 | if$ 412 | t "others" = 413 | { 414 | " " * bbl.etal * 415 | bib.name.font 416 | } 417 | { 418 | bbl.and 419 | space.word * t * 420 | } 421 | if$ 422 | } 423 | if$ 424 | } 425 | 't 426 | if$ 427 | nameptr #1 + 'nameptr := 428 | namesleft #1 - 'namesleft := 429 | } 430 | while$ 431 | t "others" = 432 | 'skip$ 433 | { bib.name.font } 434 | if$ 435 | } if$ 436 | } 437 | FUNCTION {format.names.ed} 438 | { 439 | 'bibinfo := 440 | duplicate$ empty$ 'skip$ { 441 | 's := 442 | "" 't := 443 | #1 'nameptr := 444 | s num.names$ 'numnames := 445 | numnames 'namesleft := 446 | { namesleft #0 > } 447 | { s nameptr 448 | "{ff~}{vv~}{ll}{, jj}" 449 | format.name$ 450 | bibinfo bibinfo.check 451 | 't := 452 | nameptr #1 > 453 | { 454 | namesleft #1 > 455 | { ", " * t * } 456 | { 457 | numnames #2 > 458 | { "," * } 459 | 'skip$ 460 | if$ 461 | s nameptr "{ll}" format.name$ duplicate$ "others" = 462 | { 't := } 463 | { pop$ } 464 | if$ 465 | t "others" = 466 | { 467 | 468 | " " * bbl.etal * 469 | } 470 | { 471 | bbl.and 472 | space.word * t * 473 | } 474 | if$ 475 | } 476 | if$ 477 | } 478 | 't 479 | if$ 480 | nameptr #1 + 'nameptr := 481 | namesleft #1 - 'namesleft := 482 | } 483 | while$ 484 | } if$ 485 | } 486 | FUNCTION {format.key} 487 | { empty$ 488 | { key field.or.null } 489 | { "" } 490 | if$ 491 | } 492 | 493 | FUNCTION {format.authors} 494 | { author "author" format.names 495 | } 496 | FUNCTION {get.bbl.editor} 497 | { editor num.names$ #1 > 'bbl.editors 'bbl.editor if$ } 498 | 499 | FUNCTION {format.editors} 500 | { editor "editor" format.names duplicate$ empty$ 'skip$ 501 | { 502 | "," * 503 | " " * 504 | get.bbl.editor 505 | * 506 | } 507 | if$ 508 | } 509 | FUNCTION {format.note} 510 | { 511 | note empty$ 512 | { "" } 513 | { note #1 #1 substring$ 514 | duplicate$ "{" = 515 | 'skip$ 516 | { output.state mid.sentence = 517 | { "l" } 518 | { "u" } 519 | if$ 520 | change.case$ 521 | } 522 | if$ 523 | note #2 global.max$ substring$ * "note" bibinfo.check 524 | } 525 | if$ 526 | } 527 | 528 | FUNCTION {format.title} 529 | { title 530 | "title" bibinfo.check 531 | duplicate$ empty$ 'skip$ 532 | { 533 | "\enquote{" swap$ * 534 | non.stop 535 | { ",} " * } 536 | { "} " * } 537 | if$ 538 | } 539 | if$ 540 | } 541 | FUNCTION {end.quote.title} 542 | { title empty$ 543 | 'skip$ 544 | { before.all 'output.state := } 545 | if$ 546 | } 547 | FUNCTION {format.full.names} 548 | {'s := 549 | "" 't := 550 | #1 'nameptr := 551 | s num.names$ 'numnames := 552 | numnames 'namesleft := 553 | { namesleft #0 > } 554 | { s nameptr 555 | "{vv~}{ll}" format.name$ 556 | 't := 557 | nameptr #1 > 558 | { 559 | namesleft #1 > 560 | { ", " * t * } 561 | { 562 | s nameptr "{ll}" format.name$ duplicate$ "others" = 563 | { 't := } 564 | { pop$ } 565 | if$ 566 | t "others" = 567 | { 568 | " " * bbl.etal * 569 | } 570 | { 571 | numnames #2 > 572 | { "," * } 573 | 'skip$ 574 | if$ 575 | bbl.and 576 | space.word * t * 577 | } 578 | if$ 579 | } 580 | if$ 581 | } 582 | 't 583 | if$ 584 | nameptr #1 + 'nameptr := 585 | namesleft #1 - 'namesleft := 586 | } 587 | while$ 588 | } 589 | 590 | FUNCTION {author.editor.key.full} 591 | { author empty$ 592 | { editor empty$ 593 | { key empty$ 594 | { cite$ #1 #3 substring$ } 595 | 'key 596 | if$ 597 | } 598 | { editor format.full.names } 599 | if$ 600 | } 601 | { author format.full.names } 602 | if$ 603 | } 604 | 605 | FUNCTION {author.key.full} 606 | { author empty$ 607 | { key empty$ 608 | { cite$ #1 #3 substring$ } 609 | 'key 610 | if$ 611 | } 612 | { author format.full.names } 613 | if$ 614 | } 615 | 616 | FUNCTION {editor.key.full} 617 | { editor empty$ 618 | { key empty$ 619 | { cite$ #1 #3 substring$ } 620 | 'key 621 | if$ 622 | } 623 | { editor format.full.names } 624 | if$ 625 | } 626 | 627 | FUNCTION {make.full.names} 628 | { type$ "book" = 629 | type$ "inbook" = 630 | or 631 | 'author.editor.key.full 632 | { type$ "proceedings" = 633 | 'editor.key.full 634 | 'author.key.full 635 | if$ 636 | } 637 | if$ 638 | } 639 | 640 | FUNCTION {output.bibitem} 641 | { newline$ 642 | "\bibitem[" write$ 643 | "\protect\citeauthoryear{" make.full.names * "}{" * write$ 644 | label write$ 645 | "}{" year duplicate$ empty$ 646 | { pop$ "????" } 647 | 'skip$ 648 | if$ 649 | * extra.label * "}]{" * write$ 650 | cite$ write$ 651 | "}" write$ 652 | newline$ 653 | "" 654 | before.all 'output.state := 655 | } 656 | 657 | FUNCTION {n.dashify} 658 | { 659 | 't := 660 | "" 661 | { t empty$ not } 662 | { t #1 #1 substring$ "-" = 663 | { t #1 #2 substring$ "--" = not 664 | { "--" * 665 | t #2 global.max$ substring$ 't := 666 | } 667 | { { t #1 #1 substring$ "-" = } 668 | { "-" * 669 | t #2 global.max$ substring$ 't := 670 | } 671 | while$ 672 | } 673 | if$ 674 | } 675 | { t #1 #1 substring$ * 676 | t #2 global.max$ substring$ 't := 677 | } 678 | if$ 679 | } 680 | while$ 681 | } 682 | 683 | FUNCTION {word.in} 684 | { bbl.in 685 | " " * } 686 | 687 | FUNCTION {format.date} 688 | { year "year" bibinfo.check duplicate$ empty$ 689 | { 690 | "empty year in " cite$ * "; set to ????" * warning$ 691 | pop$ "????" 692 | } 693 | 'skip$ 694 | if$ 695 | extra.label * 696 | before.all 'output.state := 697 | " (" swap$ * ")" * 698 | } 699 | FUNCTION {format.btitle} 700 | { title "title" bibinfo.check 701 | duplicate$ empty$ 'skip$ 702 | { 703 | emphasize 704 | } 705 | if$ 706 | } 707 | FUNCTION {either.or.check} 708 | { empty$ 709 | 'pop$ 710 | { "can't use both " swap$ * " fields in " * cite$ * warning$ } 711 | if$ 712 | } 713 | FUNCTION {format.bvolume} 714 | { volume empty$ 715 | { "" } 716 | { bbl.volume volume tie.or.space.prefix 717 | "volume" bibinfo.check * * 718 | series "series" bibinfo.check 719 | duplicate$ empty$ 'pop$ 720 | { swap$ bbl.of space.word * swap$ 721 | emphasize * } 722 | if$ 723 | "volume and number" number either.or.check 724 | } 725 | if$ 726 | } 727 | FUNCTION {format.number.series} 728 | { volume empty$ 729 | { number empty$ 730 | { series field.or.null } 731 | { series empty$ 732 | { number "number" bibinfo.check } 733 | { output.state mid.sentence = 734 | { bbl.number } 735 | { bbl.number capitalize } 736 | if$ 737 | number tie.or.space.prefix "number" bibinfo.check * * 738 | bbl.in space.word * 739 | series "series" bibinfo.check * 740 | } 741 | if$ 742 | } 743 | if$ 744 | } 745 | { "" } 746 | if$ 747 | } 748 | 749 | FUNCTION {format.edition} 750 | { edition duplicate$ empty$ 'skip$ 751 | { 752 | output.state mid.sentence = 753 | { "l" } 754 | { "t" } 755 | if$ change.case$ 756 | "edition" bibinfo.check 757 | " " * bbl.edition * 758 | } 759 | if$ 760 | } 761 | INTEGERS { multiresult } 762 | FUNCTION {multi.page.check} 763 | { 't := 764 | #0 'multiresult := 765 | { multiresult not 766 | t empty$ not 767 | and 768 | } 769 | { t #1 #1 substring$ 770 | duplicate$ "-" = 771 | swap$ duplicate$ "," = 772 | swap$ "+" = 773 | or or 774 | { #1 'multiresult := } 775 | { t #2 global.max$ substring$ 't := } 776 | if$ 777 | } 778 | while$ 779 | multiresult 780 | } 781 | FUNCTION {format.pages} 782 | { pages duplicate$ empty$ 'skip$ 783 | { duplicate$ multi.page.check 784 | { 785 | n.dashify 786 | } 787 | { 788 | } 789 | if$ 790 | "pages" bibinfo.check 791 | } 792 | if$ 793 | } 794 | FUNCTION {format.journal.pages} 795 | { pages duplicate$ empty$ 'pop$ 796 | { swap$ duplicate$ empty$ 797 | { pop$ pop$ format.pages } 798 | { 799 | ", " * 800 | swap$ 801 | n.dashify 802 | "pages" bibinfo.check 803 | * 804 | } 805 | if$ 806 | } 807 | if$ 808 | } 809 | FUNCTION {format.vol.num.pages} 810 | { volume field.or.null 811 | duplicate$ empty$ 'skip$ 812 | { 813 | "volume" bibinfo.check 814 | } 815 | if$ 816 | number "number" bibinfo.check duplicate$ empty$ 'skip$ 817 | { 818 | swap$ duplicate$ empty$ 819 | { "there's a number but no volume in " cite$ * warning$ } 820 | 'skip$ 821 | if$ 822 | swap$ 823 | " (" swap$ * ")" * 824 | } 825 | if$ * 826 | format.journal.pages 827 | } 828 | 829 | FUNCTION {format.chapter.pages} 830 | { chapter empty$ 831 | 'format.pages 832 | { type empty$ 833 | { bbl.chapter } 834 | { type "l" change.case$ 835 | "type" bibinfo.check 836 | } 837 | if$ 838 | chapter tie.or.space.prefix 839 | "chapter" bibinfo.check 840 | * * 841 | pages empty$ 842 | 'skip$ 843 | { ", " * format.pages * } 844 | if$ 845 | } 846 | if$ 847 | } 848 | 849 | FUNCTION {format.booktitle} 850 | { 851 | booktitle "booktitle" bibinfo.check 852 | emphasize 853 | } 854 | FUNCTION {format.in.ed.booktitle} 855 | { format.booktitle duplicate$ empty$ 'skip$ 856 | { 857 | editor "editor" format.names.ed duplicate$ empty$ 'pop$ 858 | { 859 | bbl.edby 860 | " " * swap$ * 861 | swap$ 862 | "," * 863 | " " * swap$ 864 | * } 865 | if$ 866 | word.in swap$ * 867 | } 868 | if$ 869 | } 870 | FUNCTION {format.thesis.type} 871 | { type duplicate$ empty$ 872 | 'pop$ 873 | { swap$ pop$ 874 | "t" change.case$ "type" bibinfo.check 875 | } 876 | if$ 877 | } 878 | FUNCTION {format.tr.number} 879 | { number "number" bibinfo.check 880 | type duplicate$ empty$ 881 | { pop$ bbl.techrep } 882 | 'skip$ 883 | if$ 884 | "type" bibinfo.check 885 | swap$ duplicate$ empty$ 886 | { pop$ "t" change.case$ } 887 | { tie.or.space.prefix * * } 888 | if$ 889 | } 890 | FUNCTION {format.article.crossref} 891 | { 892 | word.in 893 | " \cite{" * crossref * "}" * 894 | } 895 | FUNCTION {format.book.crossref} 896 | { volume duplicate$ empty$ 897 | { "empty volume in " cite$ * "'s crossref of " * crossref * warning$ 898 | pop$ word.in 899 | } 900 | { bbl.volume 901 | swap$ tie.or.space.prefix "volume" bibinfo.check * * bbl.of space.word * 902 | } 903 | if$ 904 | " \cite{" * crossref * "}" * 905 | } 906 | FUNCTION {format.incoll.inproc.crossref} 907 | { 908 | word.in 909 | " \cite{" * crossref * "}" * 910 | } 911 | FUNCTION {format.org.or.pub} 912 | { 't := 913 | "" 914 | address empty$ t empty$ and 915 | 'skip$ 916 | { 917 | address "address" bibinfo.check * 918 | t empty$ 919 | 'skip$ 920 | { address empty$ 921 | 'skip$ 922 | { ": " * } 923 | if$ 924 | t * 925 | } 926 | if$ 927 | } 928 | if$ 929 | } 930 | FUNCTION {format.publisher.address} 931 | { publisher "publisher" bibinfo.warn format.org.or.pub 932 | } 933 | 934 | FUNCTION {format.organization.address} 935 | { organization "organization" bibinfo.check format.org.or.pub 936 | } 937 | 938 | STRINGS {oldname} 939 | 940 | FUNCTION {name.or.dash} 941 | { 's := 942 | oldname empty$ 943 | { s 'oldname := s } 944 | { s oldname = 945 | % { "---" } old style 946 | { "---\hspace{-.1pt}---\hspace{-.1pt}---" } 947 | %SPD 2000 948 | { s 'oldname := s } 949 | if$ 950 | } 951 | if$ 952 | } 953 | 954 | FUNCTION {article} 955 | { output.bibitem 956 | format.authors "author" output.check 957 | author format.key output 958 | name.or.dash 959 | format.date "year" output.check 960 | date.block 961 | format.title "title" output.check 962 | end.quote.title 963 | crossref missing$ 964 | { 965 | journal 966 | "journal" bibinfo.check 967 | emphasize 968 | "journal" output.check 969 | format.vol.num.pages output 970 | } 971 | { format.article.crossref output.nonnull 972 | format.pages output 973 | } 974 | if$ 975 | format.note output 976 | fin.entry 977 | } 978 | FUNCTION {book} 979 | { output.bibitem 980 | author empty$ 981 | { format.editors "author and editor" output.check 982 | editor format.key output 983 | name.or.dash 984 | } 985 | { format.authors output.nonnull 986 | name.or.dash 987 | crossref missing$ 988 | { "author and editor" editor either.or.check } 989 | 'skip$ 990 | if$ 991 | } 992 | if$ 993 | format.date "year" output.check 994 | date.block 995 | format.btitle "title" output.check 996 | crossref missing$ 997 | { format.bvolume output 998 | format.number.series output 999 | format.publisher.address output 1000 | } 1001 | { 1002 | format.book.crossref output.nonnull 1003 | } 1004 | if$ 1005 | format.edition output 1006 | format.note output 1007 | fin.entry 1008 | } 1009 | FUNCTION {booklet} 1010 | { output.bibitem 1011 | format.authors output 1012 | author format.key output 1013 | name.or.dash 1014 | format.date "year" output.check 1015 | date.block 1016 | format.title "title" output.check 1017 | end.quote.title 1018 | howpublished "howpublished" bibinfo.check output 1019 | address "address" bibinfo.check output 1020 | format.note output 1021 | fin.entry 1022 | } 1023 | 1024 | FUNCTION {inbook} 1025 | { output.bibitem 1026 | author empty$ 1027 | { format.editors "author and editor" output.check 1028 | editor format.key output 1029 | name.or.dash 1030 | } 1031 | { format.authors output.nonnull 1032 | name.or.dash 1033 | crossref missing$ 1034 | { "author and editor" editor either.or.check } 1035 | 'skip$ 1036 | if$ 1037 | } 1038 | if$ 1039 | format.date "year" output.check 1040 | date.block 1041 | format.btitle "title" output.check 1042 | crossref missing$ 1043 | { 1044 | format.publisher.address output 1045 | format.bvolume output 1046 | format.chapter.pages "chapter and pages" output.check 1047 | format.number.series output 1048 | } 1049 | { 1050 | format.chapter.pages "chapter and pages" output.check 1051 | format.book.crossref output.nonnull 1052 | } 1053 | if$ 1054 | format.edition output 1055 | format.note output 1056 | fin.entry 1057 | } 1058 | 1059 | FUNCTION {incollection} 1060 | { output.bibitem 1061 | format.authors "author" output.check 1062 | author format.key output 1063 | name.or.dash 1064 | format.date "year" output.check 1065 | date.block 1066 | format.title "title" output.check 1067 | end.quote.title 1068 | crossref missing$ 1069 | { format.in.ed.booktitle "booktitle" output.check 1070 | format.publisher.address output 1071 | format.bvolume output 1072 | format.number.series output 1073 | format.chapter.pages output 1074 | format.edition output 1075 | } 1076 | { format.incoll.inproc.crossref output.nonnull 1077 | format.chapter.pages output 1078 | } 1079 | if$ 1080 | format.note output 1081 | fin.entry 1082 | } 1083 | FUNCTION {inproceedings} 1084 | { output.bibitem 1085 | format.authors "author" output.check 1086 | author format.key output 1087 | name.or.dash 1088 | format.date "year" output.check 1089 | date.block 1090 | format.title "title" output.check 1091 | end.quote.title 1092 | crossref missing$ 1093 | { format.in.ed.booktitle "booktitle" output.check 1094 | publisher empty$ 1095 | { format.organization.address output } 1096 | { organization "organization" bibinfo.check output 1097 | format.publisher.address output 1098 | } 1099 | if$ 1100 | format.bvolume output 1101 | format.number.series output 1102 | format.pages output 1103 | } 1104 | { format.incoll.inproc.crossref output.nonnull 1105 | format.pages output 1106 | } 1107 | if$ 1108 | format.note output 1109 | fin.entry 1110 | } 1111 | FUNCTION {conference} { inproceedings } 1112 | FUNCTION {manual} 1113 | { output.bibitem 1114 | format.authors output 1115 | author format.key output 1116 | name.or.dash 1117 | format.date "year" output.check 1118 | date.block 1119 | format.btitle "title" output.check 1120 | organization "organization" bibinfo.check output 1121 | address "address" bibinfo.check output 1122 | format.edition output 1123 | format.note output 1124 | fin.entry 1125 | } 1126 | 1127 | FUNCTION {mastersthesis} 1128 | { output.bibitem 1129 | format.authors "author" output.check 1130 | author format.key output 1131 | name.or.dash 1132 | format.date "year" output.check 1133 | date.block 1134 | format.title 1135 | "title" output.check 1136 | end.quote.title 1137 | bbl.mthesis format.thesis.type output.nonnull 1138 | school "school" bibinfo.warn output 1139 | address "address" bibinfo.check output 1140 | format.note output 1141 | fin.entry 1142 | } 1143 | 1144 | FUNCTION {misc} 1145 | { output.bibitem 1146 | format.authors output 1147 | author format.key output 1148 | name.or.dash 1149 | format.date "year" output.check 1150 | date.block 1151 | format.title output 1152 | end.quote.title 1153 | howpublished "howpublished" bibinfo.check output 1154 | format.note output 1155 | fin.entry 1156 | } 1157 | FUNCTION {phdthesis} 1158 | { output.bibitem 1159 | format.authors "author" output.check 1160 | author format.key output 1161 | name.or.dash 1162 | format.date "year" output.check 1163 | date.block 1164 | format.title 1165 | "title" output.check 1166 | end.quote.title 1167 | bbl.phdthesis format.thesis.type output.nonnull 1168 | school "school" bibinfo.warn output 1169 | address "address" bibinfo.check output 1170 | format.note output 1171 | fin.entry 1172 | } 1173 | 1174 | FUNCTION {proceedings} 1175 | { output.bibitem 1176 | format.editors output 1177 | editor format.key output 1178 | name.or.dash 1179 | format.date "year" output.check 1180 | date.block 1181 | format.btitle "title" output.check 1182 | format.bvolume output 1183 | format.number.series output 1184 | publisher empty$ 1185 | { format.organization.address output } 1186 | { organization "organization" bibinfo.check output 1187 | format.publisher.address output 1188 | } 1189 | if$ 1190 | format.note output 1191 | fin.entry 1192 | } 1193 | 1194 | FUNCTION {techreport} 1195 | { output.bibitem 1196 | format.authors "author" output.check 1197 | author format.key output 1198 | name.or.dash 1199 | format.date "year" output.check 1200 | date.block 1201 | format.title 1202 | "title" output.check 1203 | end.quote.title 1204 | format.tr.number output.nonnull 1205 | institution "institution" bibinfo.warn output 1206 | address "address" bibinfo.check output 1207 | format.note output 1208 | fin.entry 1209 | } 1210 | 1211 | FUNCTION {unpublished} 1212 | { output.bibitem 1213 | format.authors "author" output.check 1214 | author format.key output 1215 | name.or.dash 1216 | format.date "year" output.check 1217 | date.block 1218 | format.title "title" output.check 1219 | end.quote.title 1220 | format.note "note" output.check 1221 | fin.entry 1222 | } 1223 | 1224 | FUNCTION {default.type} { misc } 1225 | READ 1226 | FUNCTION {sortify} 1227 | { purify$ 1228 | "l" change.case$ 1229 | } 1230 | INTEGERS { len } 1231 | FUNCTION {chop.word} 1232 | { 's := 1233 | 'len := 1234 | s #1 len substring$ = 1235 | { s len #1 + global.max$ substring$ } 1236 | 's 1237 | if$ 1238 | } 1239 | FUNCTION {format.lab.names} 1240 | { 's := 1241 | "" 't := 1242 | s #1 "{vv~}{ll}" format.name$ 1243 | s num.names$ duplicate$ 1244 | #2 > 1245 | { pop$ 1246 | " " * bbl.etal * 1247 | } 1248 | { #2 < 1249 | 'skip$ 1250 | { s #2 "{ff }{vv }{ll}{ jj}" format.name$ "others" = 1251 | { 1252 | " " * bbl.etal * 1253 | } 1254 | { bbl.and space.word * s #2 "{vv~}{ll}" format.name$ 1255 | * } 1256 | if$ 1257 | } 1258 | if$ 1259 | } 1260 | if$ 1261 | } 1262 | 1263 | FUNCTION {author.key.label} 1264 | { author empty$ 1265 | { key empty$ 1266 | { cite$ #1 #3 substring$ } 1267 | 'key 1268 | if$ 1269 | } 1270 | { author format.lab.names } 1271 | if$ 1272 | } 1273 | 1274 | FUNCTION {author.editor.key.label} 1275 | { author empty$ 1276 | { editor empty$ 1277 | { key empty$ 1278 | { cite$ #1 #3 substring$ } 1279 | 'key 1280 | if$ 1281 | } 1282 | { editor format.lab.names } 1283 | if$ 1284 | } 1285 | { author format.lab.names } 1286 | if$ 1287 | } 1288 | 1289 | FUNCTION {editor.key.label} 1290 | { editor empty$ 1291 | { key empty$ 1292 | { cite$ #1 #3 substring$ } 1293 | 'key 1294 | if$ 1295 | } 1296 | { editor format.lab.names } 1297 | if$ 1298 | } 1299 | 1300 | FUNCTION {calc.short.authors} 1301 | { type$ "book" = 1302 | type$ "inbook" = 1303 | or 1304 | 'author.editor.key.label 1305 | { type$ "proceedings" = 1306 | 'editor.key.label 1307 | 'author.key.label 1308 | if$ 1309 | } 1310 | if$ 1311 | 'short.list := 1312 | } 1313 | 1314 | FUNCTION {calc.label} 1315 | { calc.short.authors 1316 | short.list 1317 | ", " 1318 | * 1319 | year duplicate$ empty$ 1320 | short.list key field.or.null = or 1321 | { pop$ "" } 1322 | 'skip$ 1323 | if$ 1324 | * 1325 | 'label := 1326 | } 1327 | 1328 | FUNCTION {calc.short.label} 1329 | { calc.short.authors short.list 1330 | 'label := 1331 | } 1332 | FUNCTION {sort.format.names} 1333 | { 's := 1334 | #1 'nameptr := 1335 | "" 1336 | s num.names$ 'numnames := 1337 | numnames 'namesleft := 1338 | { namesleft #0 > } 1339 | { s nameptr 1340 | "{vv{ } }{ll{ }}{ f{ }}{ jj{ }}" 1341 | format.name$ 't := 1342 | nameptr #1 > 1343 | { 1344 | " " * 1345 | namesleft #1 = t "others" = and 1346 | { "zzzzz" * } 1347 | { t sortify * } 1348 | if$ 1349 | } 1350 | { t sortify * } 1351 | if$ 1352 | nameptr #1 + 'nameptr := 1353 | namesleft #1 - 'namesleft := 1354 | } 1355 | while$ 1356 | } 1357 | 1358 | FUNCTION {sort.format.title} 1359 | { 't := 1360 | "A " #2 1361 | "An " #3 1362 | "The " #4 t chop.word 1363 | chop.word 1364 | chop.word 1365 | sortify 1366 | #1 global.max$ substring$ 1367 | } 1368 | FUNCTION {author.sort} 1369 | { author empty$ 1370 | { key empty$ 1371 | { "to sort, need author or key in " cite$ * warning$ 1372 | "" 1373 | } 1374 | { key sortify } 1375 | if$ 1376 | } 1377 | { author sort.format.names } 1378 | if$ 1379 | } 1380 | FUNCTION {author.editor.sort} 1381 | { author empty$ 1382 | { editor empty$ 1383 | { key empty$ 1384 | { "to sort, need author, editor, or key in " cite$ * warning$ 1385 | "" 1386 | } 1387 | { key sortify } 1388 | if$ 1389 | } 1390 | { editor sort.format.names } 1391 | if$ 1392 | } 1393 | { author sort.format.names } 1394 | if$ 1395 | } 1396 | FUNCTION {editor.sort} 1397 | { editor empty$ 1398 | { key empty$ 1399 | { "to sort, need editor or key in " cite$ * warning$ 1400 | "" 1401 | } 1402 | { key sortify } 1403 | if$ 1404 | } 1405 | { editor sort.format.names } 1406 | if$ 1407 | } 1408 | FUNCTION {presort} 1409 | { calc.label 1410 | label sortify 1411 | " " 1412 | * 1413 | type$ "book" = 1414 | type$ "inbook" = 1415 | or 1416 | 'author.editor.sort 1417 | { type$ "proceedings" = 1418 | 'editor.sort 1419 | 'author.sort 1420 | if$ 1421 | } 1422 | if$ 1423 | #1 entry.max$ substring$ 1424 | 'sort.label := 1425 | sort.label 1426 | * 1427 | " " 1428 | * 1429 | title field.or.null 1430 | sort.format.title 1431 | * 1432 | #1 entry.max$ substring$ 1433 | 'sort.key$ := 1434 | } 1435 | 1436 | ITERATE {presort} 1437 | SORT 1438 | STRINGS { last.label next.extra } 1439 | INTEGERS { last.extra.num number.label } 1440 | FUNCTION {initialize.extra.label.stuff} 1441 | { #0 int.to.chr$ 'last.label := 1442 | "" 'next.extra := 1443 | #0 'last.extra.num := 1444 | #0 'number.label := 1445 | } 1446 | FUNCTION {forward.pass} 1447 | { last.label label = 1448 | { last.extra.num #1 + 'last.extra.num := 1449 | last.extra.num int.to.chr$ 'extra.label := 1450 | } 1451 | { "a" chr.to.int$ 'last.extra.num := 1452 | "" 'extra.label := 1453 | label 'last.label := 1454 | } 1455 | if$ 1456 | number.label #1 + 'number.label := 1457 | } 1458 | FUNCTION {reverse.pass} 1459 | { next.extra "b" = 1460 | { "a" 'extra.label := } 1461 | 'skip$ 1462 | if$ 1463 | extra.label 'next.extra := 1464 | extra.label 1465 | duplicate$ empty$ 1466 | 'skip$ 1467 | { "{\natexlab{" swap$ * "}}" * } 1468 | if$ 1469 | 'extra.label := 1470 | } 1471 | EXECUTE {initialize.extra.label.stuff} 1472 | ITERATE {forward.pass} 1473 | REVERSE {reverse.pass} 1474 | FUNCTION {bib.sort.order} 1475 | { sort.label 1476 | " " 1477 | * 1478 | year field.or.null sortify 1479 | * 1480 | " " 1481 | * 1482 | title field.or.null 1483 | sort.format.title 1484 | * 1485 | #1 entry.max$ substring$ 1486 | 'sort.key$ := 1487 | calc.short.label 1488 | } 1489 | ITERATE {bib.sort.order} 1490 | SORT 1491 | FUNCTION {begin.bib} 1492 | { preamble$ empty$ 1493 | 'skip$ 1494 | { preamble$ write$ newline$ } 1495 | if$ 1496 | "\begin{thebibliography}{" number.label int.to.str$ * "}" * 1497 | write$ newline$ 1498 | "\newcommand{\enquote}[1]{``#1''}" 1499 | write$ newline$ 1500 | "\expandafter\ifx\csname natexlab\endcsname\relax\def\natexlab#1{#1}\fi" 1501 | write$ newline$ 1502 | } 1503 | EXECUTE {begin.bib} 1504 | EXECUTE {init.state.consts} 1505 | ITERATE {call.type$} 1506 | FUNCTION {end.bib} 1507 | { newline$ 1508 | "\end{thebibliography}" write$ newline$ 1509 | } 1510 | EXECUTE {end.bib} 1511 | %% End of customized bst file 1512 | %% 1513 | %% End of file `econm.bst'. 1514 | -------------------------------------------------------------------------------- /ecta_sample.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtex-soft/texsupport.econometricsociety-ecta/55b7cffa094615fed6d29d1803dc1fa9d7a5b25e/ecta_sample.pdf -------------------------------------------------------------------------------- /ecta_sample.tex: -------------------------------------------------------------------------------- 1 | % use option [draft] for initial submission 2 | % [final] for the prepublication 3 | \documentclass[ecta,nameyear,draft]{econsocart} 4 | % 5 | %\usepackage{} 6 | \RequirePackage[colorlinks,citecolor=blue,linkcolor=blue,urlcolor=blue,pagebackref]{hyperref} 7 | 8 | \startlocaldefs 9 | 10 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 11 | %% %% 12 | %% Uncomment next line to change %% 13 | %% the type of equation numbering %% 14 | %% %% 15 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 16 | %\numberwithin{equation}{section} 17 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 18 | %% %% 19 | %% For Assumption, Axiom, Claim, Corollary, %% 20 | %% Lemma, Theorem, Proposition, Hypothezis, %% 21 | %% Fact %% 22 | %% use \theoremstyle{plain} %% 23 | %% %% 24 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 25 | \theoremstyle{plain} 26 | \newtheorem{axiom}{Axiom} 27 | \newtheorem{theorem}{Theorem} 28 | \newtheorem{claim}{Claim} 29 | \newtheorem{lemma}[theorem]{Lemma} 30 | \newtheorem*{fact}{Fact} 31 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 32 | %% %% 33 | %% For Definition, Example, Remark, %% 34 | %% Notation, Property %% 35 | %% use \theoremstyle{definition} %% 36 | %% %% 37 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 38 | \theoremstyle{definition} 39 | \newtheorem{definition}{Definition} 40 | \newtheorem*{example}{Example} 41 | \newtheorem{remark}{Remark} 42 | 43 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 44 | %% Please put your definitions here: %% 45 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 46 | 47 | 48 | \endlocaldefs 49 | 50 | \begin{document} 51 | 52 | \begin{frontmatter} 53 | 54 | \title{A Sample Article Title} 55 | \runtitle{A Sample Running Head Title} 56 | 57 | \begin{aug} 58 | % use \particle for den|der|de|van|von (only lc!) 59 | % [add1]{\fnms{}~\snm{}\ead[label=e?]{}} 60 | % 61 | %% e-mail is mandatory for each author 62 | % 63 | %%% initials in fnms (if any) with spaces 64 | % 65 | \author[add1,add11]{\fnms{First}~\snm{Author}\ead[label=e1]{first@somewhere.com}} 66 | \author[add2]{\fnms{Second}~\snm{Author}\ead[label=e2]{second@somewhere.com}} 67 | \author[add2]{\fnms{Third}~\snm{Author}\ead[label=e3]{third@somewhere.com}} 68 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 69 | %% Addresses %% 70 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 71 | \address[add1]{% 72 | \orgdiv{First Department of the First Author}, 73 | \orgname{University}} 74 | 75 | \address[add11]{% 76 | \orgdiv{Second Department of the First Author}, 77 | \orgname{University}} 78 | 79 | \address[add2]{% 80 | \orgdiv{Department of the Second and Third Authors}, 81 | \orgname{University}} 82 | \end{aug} 83 | 84 | %% Put support info here. Reminder: do not thank the handling coeditor anonymously or by name 85 | \begin{funding} 86 | We thank four anonymous referees. The Editor should not be thanked anonymously or by name in this footnote, or elsewhere in the paper. The first author gratefully acknowledges 87 | financial support from the National Science Foundation through Grant XXX-0000000. 88 | \end{funding} 89 | % 90 | \coeditor{\fnm{[Name} \snm{Surname}; will be inserted later]} 91 | 92 | \begin{abstract} 93 | The abstract should summarize the contents of the paper. It should be clear, 94 | descriptive, self-explanatory and not longer than 150 words. It should also be 95 | suitable for publication in abstracting services. Please avoid using math formulas 96 | as much as possible. We recommend 3--8 keywords. 97 | \end{abstract} 98 | 99 | 100 | \begin{keyword} 101 | \kwd{First keyword} 102 | \kwd{second keyword} 103 | \kwd{third keyword} 104 | \end{keyword} 105 | 106 | \end{frontmatter} 107 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 108 | %%%% Main text entry area: 109 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 110 | 111 | \section{Introduction}\label{s1} 112 | 113 | This template helps you to create a properly formatted \LaTeXe\ manuscript. 114 | Prepare your paper in the same style as used in this sample .pdf file. 115 | Try to avoid excessive use of italics and bold face; underlining is generally banned (except for exceptional cases). Please do not use any \LaTeXe\ or \TeX\ commands that affect the layout or formatting of your document (i.e., commands like \verb|\textheight|, \verb|\textwidth|, etc.). Note that the Introduction should be Section~\ref{s1} it should not imediately follow the abstract without a heading. 116 | 117 | \section{Section Headings} 118 | Here are some subsections: 119 | \subsection{A Subsection} 120 | Regular text. 121 | \subsubsection{A Subsubsection} 122 | Regular text. 123 | 124 | \paragraph*{Paragraph heading} If you want to add mini-headings for paragraphs without numbers please use \verb|\paragraph*{}|. 125 | 126 | \section{Text} 127 | 128 | \subsection{Lists} 129 | 130 | The following is an example of an \emph{itemized} list, 131 | two levels deep. 132 | \begin{itemize} 133 | \item 134 | This is the first item of an itemized list. Each item 135 | in the list is marked with a ``tick.'' The document 136 | style determines what kind of tick mark is used. 137 | \item 138 | This is the second item of the list. It contains another 139 | list nested inside of it. 140 | \begin{itemize} 141 | \item This is the first item of an itemized list that 142 | is nested within the itemized list. 143 | \item This is the second item of the inner list. \LaTeX\ 144 | allows you to nest lists deeper than you really should. 145 | \end{itemize} 146 | This is the rest of the second item of the outer list. 147 | \item 148 | This is the third item of the list. 149 | \end{itemize} 150 | 151 | The following is an example of an \emph{enumerated} list, two levels deep. 152 | \begin{enumerate}[(ii)] 153 | \item[(i)] 154 | This is the first item of an enumerated list. Each item 155 | in the list is marked with a ``tick.'' The document 156 | style determines what kind of tick mark is used. 157 | \item[(ii)] 158 | This is the second item of the list. It contains another 159 | list nested inside of it. 160 | \begin{enumerate} 161 | \item 162 | This is the first item of an enumerated list that 163 | is nested within. 164 | \item 165 | This is the second item of the inner list. \LaTeX\ 166 | allows you to nest lists deeper than you really should. 167 | \end{enumerate} 168 | This is the rest of the second item of the outer list. 169 | \item [(iii)] 170 | This is the third item of the list. 171 | \end{enumerate} 172 | 173 | Do not use (1), (2), etc.\ for items in order to avoid confusion with numbered equations. 174 | 175 | \subsection{Punctuation} 176 | Avoid unnecessary hyphenation; many hyphenated words can be treated as one or two words. 177 | Dashes come in three sizes: a hyphen, an intra-word dash like ``$U$-statistics'' or ``the time-homogeneous model''; 178 | a medium dash (also called an ``en-dash'') for number ranges or between two equal entities like ``1--2'' or ``Cauchy--Schwarz inequality''; 179 | and a punctuation dash (also called an ``em-dash'') in place of a comma, semicolon, 180 | colon or parentheses---like this. 181 | 182 | Generating an ellipsis \ldots\ with the right spacing 183 | around the periods requires using \verb|\ldots|. 184 | 185 | \subsection{Citation} 186 | Only include in the reference list entries for which there are text citations, 187 | and make sure all citations are included in the reference list. 188 | Simple author and year cite: \citet{b1}. 189 | Multiple bibliography items cite: \citet{b2,b3,b4,b5}. 190 | Author only cite: \citeauthor{b4}. 191 | Year only cite: (\citeyear{b4}). Citing bibliography with object \citet[Theorem 1]{b1}. Citing within brackets is done with the same commands (e.g., \citet{b2,b3,b4}). 192 | 193 | \section{Fonts} 194 | Please use text fonts in text mode, e.g.: 195 | \begin{itemize} 196 | \item[]\textrm{Roman} \verb|\textrm{}| 197 | \item[]\textit{Italic} \verb|\textit{}| 198 | \item[]\textbf{Bold} \verb|\textbf{}| 199 | \item[]\textsc{Small Caps} \verb|\textsc{}| 200 | \item[]\textsf{Sans serif} \verb|\textsf{}| 201 | \item[]\texttt{Typewriter} \verb|\texttt{}| 202 | \end{itemize} 203 | Please use mathematical fonts in mathematical mode, e.g.: 204 | \begin{itemize} 205 | \item[] $\mathrm{ABCabc123}$ \verb|\mathrm{}| 206 | \item[] $\mathit{ABCabc123}$ \verb|\mathit{}| 207 | \item[] $\mathbf{ABCabc123}$ \verb|\mathbf{}| 208 | \item[] $\boldsymbol{ABCabc123\alpha\beta\gamma}$ \verb|\boldsymbol{}| 209 | \item[] $\mathcal{ABC}$ \verb|\mathcal{}| 210 | \item[] $\mathbb{ABC}$ \verb|\mathbb{}| 211 | \item[] $\mathsf{ABCabc123}$ \verb|\mathsf{}| 212 | \item[] $\mathtt{ABCabc123}$ \verb|\mathtt{}| 213 | \item[] $\mathfrak{ABCabc123}$ \verb|\mathfrak{}| 214 | \end{itemize} 215 | Note that \verb|\mathcal, \mathbb| belongs to capital letters-only font typefaces. 216 | 217 | \section{Notes} 218 | Footnotes\footnote{This is an example of a footnote.} 219 | pose no problems in text.\footnote{Note that footnote number is after punctuation.} Please do not add footnotes on math. 220 | 221 | \section{Numbers} 222 | A decimal point always should be preceded by a whole number and never should be left ``naked.'' Decimal expressions of numbers less than 1 always should be preceded by a zero (0) to enhance the visibility of the decimal. For example, .3 should be 0.3. This applies to text, tables, and figures. 223 | 224 | \section{Quotations} 225 | 226 | Text is displayed by indenting it from the left margin. There are short quotations 227 | \begin{quote} 228 | This is a short quotation. It consists of a 229 | single paragraph of text. There is no paragraph 230 | indentation. It should be coded between \verb|\begin{quote}| and \verb|\end{quote}|. 231 | \end{quote} 232 | and longer ones. 233 | \begin{quotation} 234 | This is a longer quotation. It consists of two paragraphs 235 | of text. The beginning of each paragraph is indicated 236 | by an extra indentation. 237 | 238 | This is the second paragraph of the quotation. It is just 239 | as dull as the first paragraph. It should be coded between \verb|\begin{quotation}| and \verb|\end{quotation}|. 240 | \end{quotation} 241 | 242 | \section{Environments} 243 | 244 | Please use regular counters (Theorem 1) as opposed to counters belonging on sections (Theorem 3.1). Results (Lemmas, Propositions, Theorems, Claims) can be on the same or different counters. 245 | 246 | \subsection{Examples for \emph{\texttt{plain}}-Style Environments} 247 | 248 | \begin{theorem}\label{th1} 249 | This is the body of Theorem \ref{th1}. 250 | \end{theorem} 251 | 252 | 253 | \begin{proof} 254 | This is the body of the proof of the theorem above. 255 | \end{proof} 256 | 257 | \begin{claim}\label{cl1} 258 | This is the body of Claim \ref{cl1}. 259 | \end{claim} 260 | 261 | 262 | 263 | \begin{axiom}\label{ax1} 264 | This is the body of Axiom \ref{ax1}. Axioms should be on a different counter from results (e.g. Theorems, Propositions, Lemmas). 265 | \end{axiom} 266 | 267 | \begin{theorem}[Title of the Theorem]\label{th2} 268 | This is the body of Theorem \ref{th2}. Theorem~\ref{th2} has additional title. 269 | \end{theorem} 270 | 271 | \begin{lemma}\label{le1} 272 | This is the body of Lemma \ref{le1}. Lemma \ref{le1} is numbered after 273 | Theorem \ref{th2} because we used \verb|[theorem]| in \verb|\newtheorem|. 274 | \end{lemma} 275 | 276 | \begin{fact} 277 | This is the body of the fact. Fact is unnumbered because we used \verb|\newtheorem*| 278 | instead of \verb|\newtheorem|. 279 | \end{fact} 280 | 281 | \begin{proof}[Proof of Theorem \ref{th2}] 282 | This is the body of the proof of Theorem \ref{th2}. 283 | \end{proof} 284 | 285 | 286 | \subsection{Examples for \emph{\texttt{definition}}-Style Environments} 287 | 288 | 289 | The following environments can be numbered or not; if numbered, they should be on different counters from results. 290 | 291 | \begin{definition}\label{de1} 292 | This is the body of Definition \ref{de1}. Definitions should be on a different counter from results (e.g. Theorems, Propositions, Lemmas). 293 | \end{definition} 294 | 295 | \begin{example} 296 | This is the body of the example. Example is unnumbered because we used \verb|\newtheorem*| 297 | instead of \verb|\newtheorem|. 298 | \end{example} 299 | 300 | \begin{remark} 301 | This is the body of the remark. 302 | \end{remark} 303 | 304 | \section{Equations and the Like} 305 | Only number equations to which there is a subsequent reference. 306 | See equations below (\ref{ccs})--(\ref{e7}). Please punctuate equations as you would punctuate a sentence, that is add a comma between two equations and add a period if it ends a sentence. 307 | 308 | Two equations: 309 | \begin{equation} 310 | C_{s} = K_{M} \frac{\mu/\mu_{x}}{1-\mu/\mu_{x}} \label{ccs} 311 | \end{equation} 312 | and 313 | \begin{equation} 314 | G = \frac{P_{\mathrm{opt}} - P_{\mathrm{ref}}}{P_{\mathrm{ref}}} 100(\%). 315 | \end{equation} 316 | Equation arrays: 317 | \begin{eqnarray} 318 | \frac{dS}{dt} & = & - \sigma X + s_{F} F,\\ 319 | \frac{dX}{dt} & = & \mu X,\\ 320 | \frac{dP}{dt} & = & \pi X - k_{h} P,\\ 321 | \frac{dV}{dt} & = & F. 322 | \end{eqnarray} 323 | One long equation, note that the equation number is on the last line: 324 | \begin{eqnarray} 325 | \mu_{\text{normal}} & = & \mu_{x} \frac{C_{s}}{K_{x}C_{x}+C_{s}} \nonumber\\ 326 | & = & \mu_{\text{normal}} - Y_{x/s}\bigl(1-H(C_{s})\bigr)(m_{s}+\pi /Y_{p/s})\nonumber\\ 327 | & = & \mu_{\text{normal}}/Y_{x/s}+ H(C_{s}) (m_{s}+ \pi /Y_{p/s}).\label{e7} 328 | \end{eqnarray} 329 | Note that variables made of more than one letter should use command \verb|\mathit|, 330 | e.g., $\mathit{sov}=550$, where $\mathit{sov}$ is sum of votes. Abbreviations used in subscripts or superscripts should use \verb|\mathrm|, 331 | e.g., $t_{\mathrm{max}}-t_{\mathrm{min}} =10$. Operator names should use \verb|\operatorname|, e.g. $\operatorname{AR}(1)$. Also, note that $\emptyset$ symbol is preferred to $\varnothing$. 332 | 333 | \section{Tables and Figures} 334 | Cross-references to labeled tables: As you can see in Table~\ref{sphericcase} 335 | and also in Table~\ref{parset}. 336 | 337 | Sample of cross-reference to figure: Figure~\ref{penG} shows that it is not easy to get something on paper. Note that figures will be in grayscale in the printed version. 338 | \begin{table*} 339 | \caption{The spherical case ($I_1=0$, $I_2=0$).} 340 | \label{sphericcase} 341 | \begin{tabular}{@{}lrrrrc@{}@{}} 342 | \hline 343 | Equil. Points 344 | & \multicolumn{1}{c}{$x$} 345 | & \multicolumn{1}{c}{$y$} 346 | & \multicolumn{1}{c}{$z$} 347 | & \multicolumn{1}{c}{$C$} 348 | & S \\ 349 | \hline 350 | $L_1$ & $-$2.485252241 & 0.000000000 & 0.017100631 & 8.230711648 & U \\ 351 | $L_2$ & 0.000000000 & 0.000000000 & 3.068883732 & 0.000000000 & S \\ 352 | $L_3$ & 0.009869059 & 0.000000000 & 4.756386544 & $-$0.000057922 & U \\ 353 | $L_4$ & 0.210589855 & 0.000000000 & $-$0.007021459 & 9.440510897 & U \\ 354 | $L_5$ & 0.455926604 & 0.000000000 & $-$0.212446624 & 7.586126667 & U \\ 355 | $L_6$ & 0.667031314 & 0.000000000 & 0.529879957 & 3.497660052 & U \\ 356 | $L_7$ & 2.164386674 & 0.000000000 & $-$0.169308438 & 6.866562449 & U \\ 357 | $L_8$ & 0.560414471 & 0.421735658 & $-$0.093667445 & 9.241525367 & U \\ 358 | $L_9$ & 0.560414471 & $-$0.421735658 & $-$0.093667445 & 9.241525367 & U \\ 359 | $L_{10}$ & 1.472523232 & 1.393484549 & $-$0.083801333 & 6.733436505 & U \\ 360 | $L_{11}$ & 1.472523232 & $-$1.393484549 & $-$0.083801333 & 6.733436505 & U \\ 361 | \hline 362 | \end{tabular} 363 | \legend{This is how table note should be presented. 364 | Please do not use asterisks or bold face to denote statistical significance. 365 | We encourage authors to report standard errors and coverage sets or confidence intervals.} 366 | 367 | \end{table*} 368 | 369 | \begin{table} 370 | \caption{Sample posterior estimates for each model.} 371 | \label{parset} 372 | % 373 | \begin{tabular}{@{}lcrcrrr@{}@{}} 374 | \hline 375 | & & & &\multicolumn{3}{c}{Quantile} \\ 376 | \cline{5-7} 377 | Model 378 | & Parameter 379 | & \multicolumn{1}{c}{Mean} 380 | & Std. Dev. 381 | & \multicolumn{1}{c}{2.5\%} 382 | & \multicolumn{1}{c}{50\%} 383 | & \multicolumn{1}{c@{}}{97.5\%} \\ 384 | \hline 385 | {Model 0} & $\beta_0$ & $-$12.29 & 2.29 & $-$18.04 & $-$11.99 & $-$8.56 \\ 386 | & $\beta_1$ & 0.10 & 0.07 & $-$0.05 & 0.10 & 0.26 \\ 387 | & $\beta_2$ & 0.01 & 0.09 & $-$0.22 & 0.02 & 0.16 \\[6pt] 388 | {Model 1} & $\beta_0$ & $-$4.58 & 3.04 & $-$11.00 & $-$4.44 & 1.06 \\ 389 | & $\beta_1$ & 0.79 & 0.21 & 0.38 & 0.78 & 1.20 \\ 390 | & $\beta_2$ & $-$0.28 & 0.10 & $-$0.48 & $-$0.28 & $-$0.07 \\[6pt] 391 | {Model 2} & $\beta_0$ & $-$11.85 & 2.24 & $-$17.34 & $-$11.60 & $-$7.85 \\ 392 | & $\beta_1$ & 0.73 & 0.21 & 0.32 & 0.73 & 1.16 \\ 393 | & $\beta_2$ & $-$0.60 & 0.14 & $-$0.88 & $-$0.60 & $-$0.34 \\ 394 | & $\beta_3$ & 0.22 & 0.17 & $-$0.10 & 0.22 & 0.55 \\ 395 | \hline 396 | \end{tabular} 397 | % 398 | \end{table} 399 | 400 | \begin{figure} 401 | \includegraphics{figure_sample} 402 | \caption{The dotted lines show the values of 403 | $u(x)$ for $x$ in the discrete support of $F$. The solid lines show $u_\textrm{conv}(x)$.} 404 | \label{penG} 405 | \end{figure} 406 | 407 | 408 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 409 | %% Example with single Appendix: %% 410 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 411 | \begin{appendix} 412 | \section*{Title}\label{appn} %% if no title is needed, leave empty \section*{}. 413 | Appendices should be provided in \verb|{appendix}| environment. If there is only one appendix, 414 | then please refer to it in text as \ldots\ in the \hyperref[appn]{Appendix}. 415 | \end{appendix} 416 | 417 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 418 | %% Example with multiple Appendixes: %% 419 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 420 | \begin{appendix} 421 | \section{Title of the First Appendix}\label{appA} 422 | If there are more than one appendix, then please refer to it 423 | as \ldots\ in Appendix \ref{appA}, Appendix \ref{appB}, etc. 424 | 425 | \section{Title of the Second Appendix}\label{appB} 426 | \subsection{First Subsection of Appendix \protect\ref{appB}}\label{appB1} 427 | 428 | If your appendix is long, make sure to divide it into subsections and refer to them in text. Use the standard \LaTeX\ commands for headings in \verb|{appendix}|. 429 | Headings and other objects will be numbered automatically. 430 | \begin{equation} 431 | \mathcal{P}=(j_{k,1},j_{k,2},\dots,j_{k,m(k)}). \label{path} 432 | \end{equation} 433 | 434 | Sample of cross-reference to formula (\ref{path}) in Appendix \ref{appB1}. 435 | Note that it is better to refer to Appendix \ref{appB1} as opposed to Appendix \ref{appB}, because it is easier for the reader to locate the necessary place. \end{appendix} 436 | 437 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 438 | %% Bibliography: %% 439 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 440 | %% IMPORTANT: References in the bibliography should be complete, 441 | %% including the first and last names, and date of publication. 442 | 443 | %% If your bibliography is in bibtex format, uncomment commands: 444 | %\bibliographystyle{ecta-fullname} % Style BST file 445 | %\bibliography{bibliography} % Bibliography file (usually '*.bib') 446 | 447 | %% Or include bibliography directly: 448 | 449 | \begin{thebibliography}{} 450 | % 451 | \bibitem[\protect\citeauthoryear{Aumann}{1987}]{b1} 452 | \textsc{Aumann, Robert} (1987): 453 | ``Correlated Equilibrium as an Expression of Bayesian Rationality,'' 454 | \textit{Econometrica}, 55 (1), 1--18. 455 | \endbibitem 456 | 457 | \bibitem[\protect\citeauthoryear{Peck}{1994}]{b2} 458 | \textsc{Peck, James} (1994): 459 | ``Competition in Transactions Mechanisms: The Emergence of Competition,'' 460 | Unpublished Manuscript, Ohio State University. 461 | \endbibitem 462 | 463 | \bibitem[\protect\citeauthoryear{Enelow and Hinich}{1990}]{b3} 464 | \textsc{Enelow, James, and Melvin Hinich}, eds. (1990): 465 | \textit{Advances in the Spatial Theory of Voting}. 466 | Cambridge, U.K.: Cambridge University Press. 467 | \endbibitem 468 | 469 | \bibitem[\protect\citeauthoryear{Wittman}{1990}]{b4} 470 | \textsc{Wittman, Donald} (1990): 471 | ``Spatial Strategies when Candidates Have Policy Preferences,'' 472 | in \textit{Advances in the Spatial Theory of Voting}, 473 | ed. by M. Hinich and J. Enelow. 474 | Cambridge, U.K.: Cambridge University Press, 66--98. 475 | \endbibitem 476 | 477 | \bibitem[\protect\citeauthoryear{Cahuc, Postel-Vinay and Robin}{2006}]{b5} 478 | \textsc{Cahuc, Pierre, Fabien Postel-Vinay, and Jean-Marc Robin} (2006): ``Supplement to `Wage Bargaining with On-the-Job Search: Theory and Evidence','' 479 | \textit{Econometrica Supplementary Material}, 74. 480 | \endbibitem 481 | \end{thebibliography} 482 | 483 | \end{document} 484 | -------------------------------------------------------------------------------- /ecta_sample_final.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtex-soft/texsupport.econometricsociety-ecta/55b7cffa094615fed6d29d1803dc1fa9d7a5b25e/ecta_sample_final.pdf -------------------------------------------------------------------------------- /ecta_supp_sample.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtex-soft/texsupport.econometricsociety-ecta/55b7cffa094615fed6d29d1803dc1fa9d7a5b25e/ecta_supp_sample.pdf -------------------------------------------------------------------------------- /ecta_supp_sample.tex: -------------------------------------------------------------------------------- 1 | \documentclass[ecta,nameyear,final,supplement]{econsocart} 2 | % 3 | %\usepackage{} 4 | \RequirePackage[colorlinks,citecolor=blue,linkcolor=blue,urlcolor=blue,pagebackref]{hyperref} 5 | 6 | \startlocaldefs 7 | 8 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 9 | %% %% 10 | %% Uncomment next line to change %% 11 | %% the type of equation numbering %% 12 | %% %% 13 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 14 | %\numberwithin{equation}{section} 15 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 16 | %% %% 17 | %% For Assumption, Axiom, Claim, Corollary, %% 18 | %% Lemma, Theorem, Proposition, Hypothezis, %% 19 | %% Fact %% 20 | %% use \theoremstyle{plain} %% 21 | %% %% 22 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 23 | \theoremstyle{plain} 24 | \newtheorem{axiom}{Axiom} 25 | \newtheorem{theorem}{Theorem} 26 | \newtheorem{claim}{Claim} 27 | \newtheorem{lemma}[theorem]{Lemma} 28 | \newtheorem*{fact}{Fact} 29 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 30 | %% %% 31 | %% For Definition, Example, Remark, %% 32 | %% Notation, Property %% 33 | %% use \theoremstyle{definition} %% 34 | %% %% 35 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 36 | \theoremstyle{definition} 37 | \newtheorem{definition}{Definition} 38 | \newtheorem*{example}{Example} 39 | \newtheorem{remark}{Remark} 40 | 41 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 42 | %% Please put your definitions here: %% 43 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 44 | 45 | 46 | \endlocaldefs 47 | 48 | \begin{document} 49 | 50 | \begin{frontmatter} 51 | 52 | \title{Supplement to ``Title of the Main Article''} 53 | \runtitle{A Sample Running Head Title} 54 | 55 | \begin{aug} 56 | % use \particle for den|der|de|van|von (only lc!) 57 | % [add1]{\fnms{}~\snm{}\ead[label=e?]{}} 58 | % 59 | %% e-mail is mandatory for each author 60 | % 61 | %%% initials in fnms (if any) with spaces 62 | % 63 | \author[add1,add11]{\fnms{First}~\snm{Author}\ead[label=e1]{first@somewhere.com}} 64 | \author[add2]{\fnms{Second}~\snm{Author}\ead[label=e2]{second@somewhere.com}} 65 | \author[add2]{\fnms{Third}~\snm{Author}\ead[label=e3]{third@somewhere.com}} 66 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 67 | %% Addresses %% 68 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 69 | \address[add1]{% 70 | \orgdiv{First Department of the First Author}, 71 | \orgname{University}} 72 | 73 | \address[add11]{% 74 | \orgdiv{Second Department of the First Author}, 75 | \orgname{University}} 76 | 77 | \address[add2]{% 78 | \orgdiv{Department of the Second and Third Authors}, 79 | \orgname{University}} 80 | \end{aug} 81 | 82 | %% The Abstract section is optional for supplementary information. 83 | %% To include it, uncomment the following lines: 84 | % \begin{abstract} 85 | % % Write your abstract here 86 | % \end{abstract} 87 | 88 | \end{frontmatter} 89 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 90 | %%%% Main text entry area: %% 91 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 92 | 93 | \section{Introduction}\label{s1} 94 | 95 | This template helps you to create a properly formatted \LaTeXe\ manuscript. 96 | Prepare your paper in the same style as used in this sample .pdf file. 97 | Try to avoid excessive use of italics and bold face; underlining is generally banned (except for exceptional cases). Please do not use any \LaTeXe\ or \TeX\ commands that affect the layout or formatting of your document (i.e., commands like \verb|\textheight|, \verb|\textwidth|, etc.). Note that the Introduction should be Section~\ref{s1} it should not imediately follow the abstract without a heading. 98 | 99 | \section{Section Headings} 100 | Here are some subsections: 101 | \subsection{A Subsection} 102 | Regular text. 103 | \subsubsection{A Subsubsection} 104 | Regular text. 105 | 106 | \paragraph*{Paragraph heading} If you want to add mini-headings for paragraphs without numbers please use \verb|\paragraph*{}|. 107 | 108 | \section{Text} 109 | 110 | \subsection{Lists} 111 | 112 | The following is an example of an \emph{itemized} list, 113 | two levels deep. 114 | \begin{itemize} 115 | \item 116 | This is the first item of an itemized list. Each item 117 | in the list is marked with a ``tick.'' The document 118 | style determines what kind of tick mark is used. 119 | \item 120 | This is the second item of the list. It contains another 121 | list nested inside of it. 122 | \begin{itemize} 123 | \item This is the first item of an itemized list that 124 | is nested within the itemized list. 125 | \item This is the second item of the inner list. \LaTeX\ 126 | allows you to nest lists deeper than you really should. 127 | \end{itemize} 128 | This is the rest of the second item of the outer list. 129 | \item 130 | This is the third item of the list. 131 | \end{itemize} 132 | 133 | The following is an example of an \emph{enumerated} list, two levels deep. 134 | \begin{enumerate}[(ii)] 135 | \item[(i)] 136 | This is the first item of an enumerated list. Each item 137 | in the list is marked with a ``tick.'' The document 138 | style determines what kind of tick mark is used. 139 | \item[(ii)] 140 | This is the second item of the list. It contains another 141 | list nested inside of it. 142 | \begin{enumerate} 143 | \item 144 | This is the first item of an enumerated list that 145 | is nested within. 146 | \item 147 | This is the second item of the inner list. \LaTeX\ 148 | allows you to nest lists deeper than you really should. 149 | \end{enumerate} 150 | This is the rest of the second item of the outer list. 151 | \item [(iii)] 152 | This is the third item of the list. 153 | \end{enumerate} 154 | 155 | Do not use (1), (2), etc.\ for items in order to avoid confusion with numbered equations. 156 | 157 | \subsection{Punctuation} 158 | Avoid unnecessary hyphenation; many hyphenated words can be treated as one or two words. 159 | Dashes come in three sizes: a hyphen, an intra-word dash like ``$U$-statistics'' or ``the time-homogeneous model''; 160 | a medium dash (also called an ``en-dash'') for number ranges or between two equal entities like ``1--2'' or ``Cauchy--Schwarz inequality''; 161 | and a punctuation dash (also called an ``em-dash'') in place of a comma, semicolon, 162 | colon or parentheses---like this. 163 | 164 | Generating an ellipsis \ldots\ with the right spacing 165 | around the periods requires using \verb|\ldots|. 166 | 167 | \subsection{Citation} 168 | Only include in the reference list entries for which there are text citations, 169 | and make sure all citations are included in the reference list. 170 | Simple author and year cite: \citet{b1}. 171 | Multiple bibliography items cite: \citet{b2,b3,b4,b5}. 172 | Author only cite: \citeauthor{b4}. 173 | Year only cite: (\citeyear{b4}). Citing bibliography with object \citet[Theorem 1]{b1}. Citing within brackets is done with the same commands (e.g., \citet{b2,b3,b4}). 174 | 175 | \section{Fonts} 176 | Please use text fonts in text mode, e.g.: 177 | \begin{itemize} 178 | \item[]\textrm{Roman} \verb|\textrm{}| 179 | \item[]\textit{Italic} \verb|\textit{}| 180 | \item[]\textbf{Bold} \verb|\textbf{}| 181 | \item[]\textsc{Small Caps} \verb|\textsc{}| 182 | \item[]\textsf{Sans serif} \verb|\textsf{}| 183 | \item[]\texttt{Typewriter} \verb|\texttt{}| 184 | \end{itemize} 185 | Please use mathematical fonts in mathematical mode, e.g.: 186 | \begin{itemize} 187 | \item[] $\mathrm{ABCabc123}$ \verb|\mathrm{}| 188 | \item[] $\mathit{ABCabc123}$ \verb|\mathit{}| 189 | \item[] $\mathbf{ABCabc123}$ \verb|\mathbf{}| 190 | \item[] $\boldsymbol{ABCabc123\alpha\beta\gamma}$ \verb|\boldsymbol{}| 191 | \item[] $\mathcal{ABC}$ \verb|\mathcal{}| 192 | \item[] $\mathbb{ABC}$ \verb|\mathbb{}| 193 | \item[] $\mathsf{ABCabc123}$ \verb|\mathsf{}| 194 | \item[] $\mathtt{ABCabc123}$ \verb|\mathtt{}| 195 | \item[] $\mathfrak{ABCabc123}$ \verb|\mathfrak{}| 196 | \end{itemize} 197 | Note that \verb|\mathcal, \mathbb| belongs to capital letters-only font typefaces. 198 | 199 | \section{Notes} 200 | Footnotes\footnote{This is an example of a footnote.} 201 | pose no problems in text.\footnote{Note that footnote number is after punctuation.} Please do not add footnotes on math. 202 | 203 | \section{Numbers} 204 | A decimal point always should be preceded by a whole number and never should be left ``naked.'' Decimal expressions of numbers less than 1 always should be preceded by a zero (0) to enhance the visibility of the decimal. For example, .3 should be 0.3. This applies to text, tables, and figures. 205 | 206 | \section{Quotations} 207 | 208 | Text is displayed by indenting it from the left margin. There are short quotations 209 | \begin{quote} 210 | This is a short quotation. It consists of a 211 | single paragraph of text. There is no paragraph 212 | indentation. It should be coded between \verb|\begin{quote}| and \verb|\end{quote}|. 213 | \end{quote} 214 | and longer ones. 215 | \begin{quotation} 216 | This is a longer quotation. It consists of two paragraphs 217 | of text. The beginning of each paragraph is indicated 218 | by an extra indentation. 219 | 220 | This is the second paragraph of the quotation. It is just 221 | as dull as the first paragraph. It should be coded between \verb|\begin{quotation}| and \verb|\end{quotation}|. 222 | \end{quotation} 223 | 224 | \section{Environments} 225 | 226 | Please use regular counters (Theorem 1) as opposed to counters belonging on sections (Theorem 3.1). Results (Lemmas, Propositions, Theorems, Claims) can be on the same or different counters. 227 | 228 | \subsection{Examples for \emph{\texttt{plain}}-Style Environments} 229 | 230 | \begin{theorem}\label{th1} 231 | This is the body of Theorem \ref{th1}. 232 | \end{theorem} 233 | 234 | 235 | \begin{proof} 236 | This is the body of the proof of the theorem above. 237 | \end{proof} 238 | 239 | \begin{claim}\label{cl1} 240 | This is the body of Claim \ref{cl1}. 241 | \end{claim} 242 | 243 | 244 | 245 | \begin{axiom}\label{ax1} 246 | This is the body of Axiom \ref{ax1}. Axioms should be on a different counter from results (e.g. Theorems, Propositions, Lemmas). 247 | \end{axiom} 248 | 249 | \begin{theorem}[Title of the Theorem]\label{th2} 250 | This is the body of Theorem \ref{th2}. Theorem~\ref{th2} has additional title. 251 | \end{theorem} 252 | 253 | \begin{lemma}\label{le1} 254 | This is the body of Lemma \ref{le1}. Lemma \ref{le1} is numbered after 255 | Theorem \ref{th2} because we used \verb|[theorem]| in \verb|\newtheorem|. 256 | \end{lemma} 257 | 258 | \begin{fact} 259 | This is the body of the fact. Fact is unnumbered because we used \verb|\newtheorem*| 260 | instead of \verb|\newtheorem|. 261 | \end{fact} 262 | 263 | \begin{proof}[Proof of Theorem \ref{th2}] 264 | This is the body of the proof of Theorem \ref{th2}. 265 | \end{proof} 266 | 267 | 268 | \subsection{Examples for \emph{\texttt{definition}}-Style Environments} 269 | 270 | 271 | The following environments can be numbered or not; if numbered, they should be on different counters from results. 272 | 273 | \begin{definition}\label{de1} 274 | This is the body of Definition \ref{de1}. Definitions should be on a different counter from results (e.g. Theorems, Propositions, Lemmas). 275 | \end{definition} 276 | 277 | \begin{example} 278 | This is the body of the example. Example is unnumbered because we used \verb|\newtheorem*| 279 | instead of \verb|\newtheorem|. 280 | \end{example} 281 | 282 | \begin{remark} 283 | This is the body of the remark. 284 | \end{remark} 285 | 286 | \section{Equations and the Like} 287 | Only number equations to which there is a subsequent reference. 288 | See equations below (\ref{ccs})--(\ref{e7}). Please punctuate equations as you would punctuate a sentence, that is add a comma between two equations and add a period if it ends a sentence. 289 | 290 | Two equations: 291 | \begin{equation} 292 | C_{s} = K_{M} \frac{\mu/\mu_{x}}{1-\mu/\mu_{x}} \label{ccs} 293 | \end{equation} 294 | and 295 | \begin{equation} 296 | G = \frac{P_{\mathrm{opt}} - P_{\mathrm{ref}}}{P_{\mathrm{ref}}} 100(\%). 297 | \end{equation} 298 | Equation arrays: 299 | \begin{eqnarray} 300 | \frac{dS}{dt} & = & - \sigma X + s_{F} F,\\ 301 | \frac{dX}{dt} & = & \mu X,\\ 302 | \frac{dP}{dt} & = & \pi X - k_{h} P,\\ 303 | \frac{dV}{dt} & = & F. 304 | \end{eqnarray} 305 | One long equation, note that the equation number is on the last line: 306 | \begin{eqnarray} 307 | \mu_{\text{normal}} & = & \mu_{x} \frac{C_{s}}{K_{x}C_{x}+C_{s}} \nonumber\\ 308 | & = & \mu_{\text{normal}} - Y_{x/s}\bigl(1-H(C_{s})\bigr)(m_{s}+\pi /Y_{p/s})\nonumber\\ 309 | & = & \mu_{\text{normal}}/Y_{x/s}+ H(C_{s}) (m_{s}+ \pi /Y_{p/s}).\label{e7} 310 | \end{eqnarray} 311 | Note that variables made of more than one letter should use command \verb|\mathit|, 312 | e.g., $\mathit{sov}=550$, where $\mathit{sov}$ is sum of votes. Abbreviations used in subscripts or superscripts should use \verb|\mathrm|, 313 | e.g., $t_{\mathrm{max}}-t_{\mathrm{min}} =10$. Operator names should use \verb|\operatorname|, e.g. $\operatorname{AR}(1)$. Also, note that $\emptyset$ symbol is preferred to $\varnothing$. 314 | 315 | \section{Tables and Figures} 316 | Cross-references to labeled tables: As you can see in Table~\ref{sphericcase} 317 | and also in Table~\ref{parset}. 318 | 319 | Sample of cross-reference to figure: Figure~\ref{penG} shows that it is not easy to get something on paper. Note that figures will be in grayscale in the printed version. 320 | \begin{table*} 321 | \caption{The spherical case ($I_1=0$, $I_2=0$).} 322 | \label{sphericcase} 323 | \begin{tabular}{@{}lrrrrc@{}@{}} 324 | \hline 325 | Equil. Points 326 | & \multicolumn{1}{c}{$x$} 327 | & \multicolumn{1}{c}{$y$} 328 | & \multicolumn{1}{c}{$z$} 329 | & \multicolumn{1}{c}{$C$} 330 | & S \\ 331 | \hline 332 | $L_1$ & $-$2.485252241 & 0.000000000 & 0.017100631 & 8.230711648 & U \\ 333 | $L_2$ & $-$2.485252241 & 0.000000000 & 0.017100631 & 8.230711648 & U \\ 334 | $L_3$ & 0.000000000 & 0.000000000 & 3.068883732 & 0.000000000 & S \\ 335 | $L_4$ & 0.000000000 & 0.000000000 & 3.068883732 & 0.000000000 & S \\ 336 | $L_5$ & 0.009869059 & 0.000000000 & 4.756386544 & $-$0.000057922 & U \\ 337 | $L_6$ & 0.009869059 & 0.000000000 & 4.756386544 & $-$0.000057922 & U \\ 338 | $L_7$ & 0.210589855 & 0.000000000 & $-$0.007021459 & 9.440510897 & U \\ 339 | $L_8$ & 0.210589855 & 0.000000000 & $-$0.007021459 & 9.440510897 & U \\ 340 | $L_9$ & 0.455926604 & 0.000000000 & $-$0.212446624 & 7.586126667 & U \\ 341 | $L_{10}$ & 0.455926604 & 0.000000000 & $-$0.212446624 & 7.586126667 & U \\ 342 | $L_{11}$ & 0.667031314 & 0.000000000 & 0.529879957 & 3.497660052 & U \\ 343 | $L_{12}$ & 0.667031314 & 0.000000000 & 0.529879957 & 3.497660052 & U \\ 344 | $L_{13}$ & 2.164386674 & 0.000000000 & $-$0.169308438 & 6.866562449 & U \\ 345 | $L_{14}$ & 2.164386674 & 0.000000000 & $-$0.169308438 & 6.866562449 & U \\ 346 | $L_{15}$ & 0.560414471 & 0.421735658 & $-$0.093667445 & 9.241525367 & U \\ 347 | $L_{16}$ & 0.560414471 & $-$0.421735658 & $-$0.093667445 & 9.241525367 & U \\ 348 | $L_{17}$ & 1.472523232 & 1.393484549 & $-$0.083801333 & 6.733436505 & U \\ 349 | $L_{18}$ & 1.472523232 & $-$1.393484549 & $-$0.083801333 & 6.733436505 & U \\ 350 | \hline 351 | \end{tabular} 352 | \legend{This is how table note should be presented. 353 | Please do not use asterisks or bold face to denote statistical significance. 354 | We encourage authors to report standard errors and coverage sets or confidence intervals.} 355 | 356 | \end{table*} 357 | 358 | \begin{table} 359 | \caption{Sample posterior estimates for each model.} 360 | \label{parset} 361 | % 362 | \begin{tabular}{@{}lcrcrrr@{}@{}} 363 | \hline 364 | & & & &\multicolumn{3}{c}{Quantile} \\ 365 | \cline{5-7} 366 | Model 367 | & Parameter 368 | & \multicolumn{1}{c}{Mean} 369 | & Std. Dev. 370 | & \multicolumn{1}{c}{2.5\%} 371 | & \multicolumn{1}{c}{50\%} 372 | & \multicolumn{1}{c@{}}{97.5\%} \\ 373 | \hline 374 | {Model 0} & $\beta_0$ & $-$12.29 & 2.29 & $-$18.04 & $-$11.99 & $-$8.56 \\ 375 | & $\beta_1$ & 0.10 & 0.07 & $-$0.05 & 0.10 & 0.26 \\ 376 | & $\beta_2$ & 0.01 & 0.09 & $-$0.22 & 0.02 & 0.16 \\[6pt] 377 | {Model 1} & $\beta_0$ & $-$4.58 & 3.04 & $-$11.00 & $-$4.44 & 1.06 \\ 378 | & $\beta_1$ & 0.79 & 0.21 & 0.38 & 0.78 & 1.20 \\ 379 | & $\beta_2$ & $-$0.28 & 0.10 & $-$0.48 & $-$0.28 & $-$0.07 \\[6pt] 380 | {Model 2} & $\beta_0$ & $-$11.85 & 2.24 & $-$17.34 & $-$11.60 & $-$7.85 \\ 381 | & $\beta_1$ & 0.73 & 0.21 & 0.32 & 0.73 & 1.16 \\ 382 | & $\beta_2$ & $-$0.60 & 0.14 & $-$0.88 & $-$0.60 & $-$0.34 \\ 383 | & $\beta_3$ & 0.22 & 0.17 & $-$0.10 & 0.22 & 0.55 \\[6pt] 384 | {Model 3} & $\beta_0$ & $-$11.85 & 2.24 & $-$17.34 & $-$11.60 & $-$7.85 \\ 385 | & $\beta_1$ & 0.73 & 0.21 & 0.32 & 0.73 & 1.16 \\ 386 | & $\beta_2$ & $-$0.60 & 0.14 & $-$0.88 & $-$0.60 & $-$0.34 \\ 387 | & $\beta_3$ & 0.22 & 0.17 & $-$0.10 & 0.22 & 0.55 \\ 388 | \hline 389 | \end{tabular} 390 | % 391 | \end{table} 392 | 393 | \begin{figure} 394 | \includegraphics{figure_sample} 395 | \caption{The dotted lines show the values of 396 | $u(x)$ for $x$ in the discrete support of $F$. The solid lines show $u_\textrm{conv}(x)$.} 397 | \label{penG} 398 | \end{figure} 399 | 400 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 401 | %% Bibliography: %% 402 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 403 | %% IMPORTANT: References in the bibliography should be complete, 404 | %% including the first and last names, and date of publication. 405 | 406 | %% If your bibliography is in bibtex format, uncomment commands: 407 | %\bibliographystyle{ecta-fullname} % Style BST file 408 | %\bibliography{bibliography} % Bibliography file (usually '*.bib') 409 | 410 | %% Or include bibliography directly: 411 | 412 | \begin{thebibliography}{} 413 | % 414 | \bibitem[\protect\citeauthoryear{Aumann}{1987}]{b1} 415 | \textsc{Aumann, Robert} (1987): 416 | ``Correlated Equilibrium as an Expression of Bayesian Rationality,'' 417 | \textit{Econometrica}, 55 (1), 1--18. 418 | \endbibitem 419 | 420 | \bibitem[\protect\citeauthoryear{Peck}{1994}]{b2} 421 | \textsc{Peck, James} (1994): 422 | ``Competition in Transactions Mechanisms: The Emergence of Competition,'' 423 | Unpublished Manuscript, Ohio State University. 424 | \endbibitem 425 | 426 | \bibitem[\protect\citeauthoryear{Enelow and Hinich}{1990}]{b3} 427 | \textsc{Enelow, James, and Melvin Hinich}, eds. (1990): 428 | \textit{Advances in the Spatial Theory of Voting}. 429 | Cambridge, U.K.: Cambridge University Press. 430 | \endbibitem 431 | 432 | \bibitem[\protect\citeauthoryear{Wittman}{1990}]{b4} 433 | \textsc{Wittman, Donald} (1990): 434 | ``Spatial Strategies when Candidates Have Policy Preferences,'' 435 | in \textit{Advances in the Spatial Theory of Voting}, 436 | ed. by M. Hinich and J. Enelow. 437 | Cambridge, U.K.: Cambridge University Press, 66--98. 438 | \endbibitem 439 | 440 | \bibitem[\protect\citeauthoryear{Cahuc, Postel-Vinay and Robin}{2006}]{b5} 441 | \textsc{Cahuc, Pierre, Fabien Postel-Vinay, and Jean-Marc Robin} (2006): ``Supplement to `Wage Bargaining with On-the-Job Search: Theory and Evidence','' 442 | \textit{Econometrica Supplementary Material}, 74. 443 | \endbibitem 444 | \end{thebibliography} 445 | 446 | \end{document} 447 | -------------------------------------------------------------------------------- /ecta_supp_sample_orig.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtex-soft/texsupport.econometricsociety-ecta/55b7cffa094615fed6d29d1803dc1fa9d7a5b25e/ecta_supp_sample_orig.pdf -------------------------------------------------------------------------------- /ecta_supp_template.tex: -------------------------------------------------------------------------------- 1 | % Template for the submission to: 2 | % Econometrica [ecta] 3 | % 4 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 5 | %% In this template, the places where you %% 6 | %% need to fill in your information are %% 7 | %% indicated by '???'. %% 8 | %% %% 9 | %% Please do not use \input{...} to include %% 10 | %% other tex files. Submit your LaTeX %% 11 | %% manuscript as one .tex document. %% 12 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 13 | 14 | \documentclass[ecta,nameyear,final,supplement]{econsocart} 15 | % 16 | %\usepackage{} 17 | \RequirePackage[colorlinks,citecolor=blue,linkcolor=blue,urlcolor=blue,pagebackref]{hyperref} 18 | 19 | \startlocaldefs 20 | 21 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 22 | %% %% 23 | %% Uncomment next line to change %% 24 | %% the type of equation numbering %% 25 | %% %% 26 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 27 | %\numberwithin{equation}{section} 28 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 29 | %% %% 30 | %% For Assumption, Axiom, Claim, Corollary, %% 31 | %% Lemma, Theorem, Proposition, Hypothezis, %% 32 | %% Fact %% 33 | %% use \theoremstyle{plain} %% 34 | %% %% 35 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 36 | %\theoremstyle{plain} 37 | %\newtheorem{???}{???} 38 | %\newtheorem*{???}{???} 39 | %\newtheorem{???}{???}[???] 40 | %\newtheorem{???}[???]{???} 41 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 42 | %% %% 43 | %% For Definition, Example, Remark, %% 44 | %% Notation, Property %% 45 | %% use \theoremstyle{definition} %% 46 | %% %% 47 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 48 | %\theoremstyle{definition} 49 | %\newtheorem{???}{???} 50 | %\newtheorem*{???}{???} 51 | %\newtheorem{???}{???}[???] 52 | %\newtheorem{???}[???]{???} 53 | 54 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 55 | %% Please put your definitions here: %% 56 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 57 | 58 | 59 | \endlocaldefs 60 | 61 | \begin{document} 62 | 63 | \begin{frontmatter} 64 | 65 | \title{???} 66 | \runtitle{???} 67 | 68 | \begin{aug} 69 | % use \particle for den|der|de|van|von (only lc!) 70 | % [add1]{\fnms{}~\snm{}\ead[label=e?]{}} 71 | % 72 | %% e-mail is mandatory for each author 73 | % 74 | %%% initials in fnms (if any) with spaces 75 | % 76 | \author[add1,add11]{\fnms{???}~\snm{???}\ead[label=e1]{???@???.???}} 77 | \author[add2]{\fnms{???}~\snm{???}\ead[label=e2]{???@???.???}} 78 | \author[add2]{\fnms{???}~\snm{???}\ead[label=e3]{???@???.???}} 79 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 80 | %% Addresses %% 81 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 82 | \address[add1]{% 83 | \orgdiv{???}, 84 | \orgname{???}} 85 | 86 | \address[add11]{% 87 | \orgdiv{???}, 88 | \orgname{???}} 89 | 90 | \address[add2]{% 91 | \orgdiv{???}, 92 | \orgname{???}} 93 | \end{aug} 94 | 95 | %% The Abstract section is optional for supplementary information. 96 | %% To include it, uncomment the following lines: 97 | % \begin{abstract} 98 | % % Write your abstract here 99 | % \end{abstract} 100 | 101 | \end{frontmatter} 102 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 103 | %%%% Main text entry area: %% 104 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 105 | 106 | \section{???} 107 | 108 | ??? 109 | 110 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 111 | %% Single Appendix: %% 112 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 113 | %\begin{appendix} 114 | %\section*{???} %% if no title is needed, leave empty \section*{}. 115 | %\end{appendix} 116 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 117 | %% Multiple Appendixes: %% 118 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 119 | %\begin{appendix} 120 | %\section{???} 121 | % 122 | %\section{???} 123 | %\end{appendix} 124 | 125 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 126 | %% Bibliography: %% 127 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 128 | %% IMPORTANT: References in the bibliography should be complete, 129 | %% including the first and last names, and date of publication. 130 | 131 | %% If your bibliography is in bibtex format, uncomment commands: 132 | %\bibliographystyle{ecta-fullname} % Style BST file 133 | %\bibliography{bibliography} % Bibliography file (usually '*.bib') 134 | 135 | %% Or include bibliography directly: 136 | 137 | % \begin{thebibliography}{} 138 | % \bibitem{b1} 139 | % \end{thebibliography} 140 | 141 | \end{document} 142 | -------------------------------------------------------------------------------- /ecta_template.tex: -------------------------------------------------------------------------------- 1 | % Template for the submission to: 2 | % Econometrica [ecta] 3 | % 4 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 5 | %% In this template, the places where you %% 6 | %% need to fill in your information are %% 7 | %% indicated by '???'. %% 8 | %% %% 9 | %% Please do not use \input{...} to include %% 10 | %% other tex files. Submit your LaTeX %% 11 | %% manuscript as one .tex document. %% 12 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 13 | 14 | % use option [draft] for initial submission 15 | % [final] for the prepublication 16 | \documentclass[ecta,nameyear,draft]{econsocart} 17 | % 18 | %\usepackage{} 19 | \RequirePackage[colorlinks,citecolor=blue,linkcolor=blue,urlcolor=blue,pagebackref]{hyperref} 20 | 21 | \startlocaldefs 22 | 23 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 24 | %% %% 25 | %% Uncomment next line to change %% 26 | %% the type of equation numbering %% 27 | %% %% 28 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 29 | %\numberwithin{equation}{section} 30 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 31 | %% %% 32 | %% For Assumption, Axiom, Claim, Corollary, %% 33 | %% Lemma, Theorem, Proposition, Hypothezis, %% 34 | %% Fact %% 35 | %% use \theoremstyle{plain} %% 36 | %% %% 37 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 38 | %\theoremstyle{plain} 39 | %\newtheorem{???}{???} 40 | %\newtheorem*{???}{???} 41 | %\newtheorem{???}{???}[???] 42 | %\newtheorem{???}[???]{???} 43 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 44 | %% %% 45 | %% For Definition, Example, Remark, %% 46 | %% Notation, Property %% 47 | %% use \theoremstyle{definition} %% 48 | %% %% 49 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 50 | %\theoremstyle{definition} 51 | %\newtheorem{???}{???} 52 | %\newtheorem*{???}{???} 53 | %\newtheorem{???}{???}[???] 54 | %\newtheorem{???}[???]{???} 55 | 56 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 57 | %% Please put your definitions here: %% 58 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 59 | 60 | 61 | \endlocaldefs 62 | 63 | \begin{document} 64 | 65 | \begin{frontmatter} 66 | 67 | \title{???} 68 | \runtitle{???} 69 | 70 | \begin{aug} 71 | % use \particle for den|der|de|van|von (only lc!) 72 | % [add1]{\fnms{}~\snm{}\ead[label=e?]{}} 73 | % 74 | %% e-mail is mandatory for each author 75 | % 76 | %%% initials in fnms (if any) with spaces 77 | % 78 | \author[add1,add11]{\fnms{???}~\snm{???}\ead[label=e1]{???@???.???}} 79 | \author[add2]{\fnms{???}~\snm{???}\ead[label=e2]{???@???.???}} 80 | \author[add2]{\fnms{???}~\snm{???}\ead[label=e3]{???@???.???}} 81 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 82 | %% Addresses %% 83 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 84 | \address[add1]{% 85 | \orgdiv{???}, 86 | \orgname{???}} 87 | 88 | \address[add11]{% 89 | \orgdiv{???}, 90 | \orgname{???}} 91 | 92 | \address[add2]{% 93 | \orgdiv{???}, 94 | \orgname{???}} 95 | \end{aug} 96 | 97 | %% Put support info here. Reminder: do not thank the handling coeditor anonymously or by name 98 | \begin{funding} 99 | We thank ???. 100 | \end{funding} 101 | % 102 | \begin{abstract} 103 | ??? 104 | \end{abstract} 105 | 106 | \begin{keyword} 107 | \kwd{???} 108 | \kwd{???} 109 | \end{keyword} 110 | 111 | \end{frontmatter} 112 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 113 | %%%% Main text entry area: 114 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 115 | 116 | \section{???} 117 | 118 | ??? 119 | 120 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 121 | %% Single Appendix: %% 122 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 123 | %\begin{appendix} 124 | %\section*{???} %% if no title is needed, leave empty \section*{}. 125 | %\end{appendix} 126 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 127 | %% Multiple Appendixes: %% 128 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 129 | %\begin{appendix} 130 | %\section{???} 131 | % 132 | %\section{???} 133 | %\end{appendix} 134 | 135 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 136 | %% Bibliography: %% 137 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 138 | %% IMPORTANT: References in the bibliography should be complete, 139 | %% including the first and last names, and date of publication. 140 | 141 | %% If your bibliography is in bibtex format, uncomment commands: 142 | %\bibliographystyle{ecta-fullname} % Style BST file 143 | %\bibliography{bibliography} % Bibliography file (usually '*.bib') 144 | 145 | %% Or include bibliography directly: 146 | 147 | % \begin{thebibliography}{} 148 | % \bibitem{b1} 149 | % \end{thebibliography} 150 | 151 | \end{document} 152 | -------------------------------------------------------------------------------- /figure_sample.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtex-soft/texsupport.econometricsociety-ecta/55b7cffa094615fed6d29d1803dc1fa9d7a5b25e/figure_sample.pdf --------------------------------------------------------------------------------