Skip to content

Releases: ShiroTakeda/econ-bst

econ.bst 3.2

07 Nov 01:02
Compare
Choose a tag to compare
  • 2023-10-27: Added the new style econ-te.bst, which is the style for "Theoretical Economics".

  • 2023-10-27: In econ-sample.tex, I added pagebackref option to hyperref package which realizes page back reference.

  • 2023-10-28: Changed the default value of bst.mthesis and bst.phdthesis.

econ.bst 3.1.1

29 Dec 12:15
Compare
Choose a tag to compare
  • 2021-12-29: Changed the license (lppl 1.3 -> lppl 1.3c).

  • 2021-12-28: Fixed minor bugs.

  • 2021-05-25: Changed line ending of all text files to LF only.

econ.bst 3.1

24 May 10:07
Compare
Choose a tag to compare

econ.bst 3.1.

  • 2021-05-23: Fixed a bug in label for sorting.

  • 2021-05-23: Added sample bibliography items with sortname field.

  • 2021-05-23: Suported sortname field. If you add sortname field to a bibliography entry, the value of sortname field is used for sorting instead of author or editor. For the details, see ``sorting'' section in econ-example.pdf.

econ.bst 3.0

29 Dec 11:45
Compare
Choose a tag to compare

econ.bst 3.0

  • 2020-12-29: bst files in the customization folder are updated.

  • 2020-06-23: In the new econ.bst, if the number of authors is greater than N1,
    only the first N2 authors' names are displayed in the reference part (and
    other authors' names are omitted by "et el.").

    N1 is determined by bst.max.author.num (the default value = 8).
    N2 is determined by bst.max.author.num.displayed (the default value = 3).

    See econ-example.pdf or econ-many-authors.pdf in the customization folder.

  • 2020-03-26: Fixed the bug related to book editors.

econ.bst 2.8

03 Mar 04:01
Compare
Choose a tag to compare

econ.bst 2.8.

  • 2020-03-03: Changed the directory structure.

econ.bst 2.7

26 Feb 13:37
Compare
Choose a tag to compare

econ.bst version 2.7.

  • 2019-10-16: Modified the default style of econ.bst. The new default style is simpler than the old one.

  • 2019-10-16: Set the roman font to font for URL (the default font for URL is type writer font). This is the change made to TeX file (not to bst file).

  • 2019-10-15: Removed "Time-Stamp" lines from all bst files.

  • 2019-10-14: In the previous version of econ.bst, econ.bst cannot handle DOI field with TeX control sequences such as underscore. The new econ.bst can handle DOI field with TeX control sequences.

  • 2019-10-01: Modified customization/README.md.

econ.bst 2.6

26 Sep 15:09
Compare
Choose a tag to compare

econ.bst version 2.6

2019-09-26: Supported the abbreviated journal names for econ-jpe.bst because JPE (Journal of Political Economy) uses abbreviated journal names.

2019-09-21: Changed the default value for bst.techrep.

Changed format.tr.number.

Added the new style econ-abbr.bst. In this style, we use abbreviated names for journal name such as "Am. Econ. Rev." for "American Economics Review". The list of abbreviated names is provided in "journal_name.xlsx".

To use abbreviated journal name, we have to hardcode the list of all abbreviated journal names in the bst file. It makes the bst file quite long. So this feature is not provided in the standard econ.bst and provided only in econ-abbr.bst (and econ-jet.bst).

Added the new style econ-aea.bst and removed econ-aer.bst. econ-aea.bst is the style for journals of AEA (American Economic Association) such as AER, JEL, and AEJ.

Added the new function bst.max.author.num. If the number of authors exceeds 12, the authors after the 2nd author are abbriviated by "et al.".

Changed the default setting of bst.url.doi to #2 (this means that only DOI is displayed if both DOI and URL fields have the values).

econ 2.5

25 Jan 07:57
Compare
Choose a tag to compare

econ.bst version 2.5

  • Added URL and DOI to techreport.
  • Changed the license of econ.bst to the LaTeX Project Public License.

econ 2.4

05 Dec 15:58
Compare
Choose a tag to compare

econ.bst (version 2.4).

  • Added the function to implement certificated random author ordering propsed by the following article.

    Ray, Debraj ⓡ Arthur Robson (2018) "Certified Random: A New Order for Coauthorship," American Economic Review, Vol. 108, No. 2, pp. 489–520, URL: http://www.aeaweb.org/articles?id=10.1257/aer.20161492, DOI:
    http://dx.doi.org/10.1257/aer.20161492.

    For this, the following functions are added: bst.use.nameorder, bst.and.nameorder, bst.cite.and.nameorder, bst.and.others.nameorder.

    For the details, see the section "Certified random order" in econ-example.pdf.

  • Changed the default value of bst.doi.pre.

  • Changed the default setting of bst.hide.number.

  • Modified the style for Ph.D. thesis (the title of Ph.D. thesis is treated as
    book title).

  • Modified the style for editors to be similar to the style for authors. Now,
    the setting of bst.author.name is applied to editors.

econ 2.2

30 Jul 12:42
Compare
Choose a tag to compare

econ.bst (version 2.2)

  • Slightly changed the definition of format.url, bst.url.pre and bst.url.post.

  • Changed \it command to \textit command.

  • Added the function bst.url.doi which determines the way for displaying URL and DOI fields when both fields exist. You can choose three values for bst.url.doi.

    • #0 -> Both fields are displayed
    • #1 -> Only URL field is displayed
    • #2 -> Only DOI field is displayed