summaryrefslogtreecommitdiff
path: root/biblio/bibtex/contrib/econ-bst/econ-jet.bst
diff options
context:
space:
mode:
Diffstat (limited to 'biblio/bibtex/contrib/econ-bst/econ-jet.bst')
-rw-r--r--biblio/bibtex/contrib/econ-bst/econ-jet.bst28
1 files changed, 14 insertions, 14 deletions
diff --git a/biblio/bibtex/contrib/econ-bst/econ-jet.bst b/biblio/bibtex/contrib/econ-bst/econ-jet.bst
index ed0329ab39..95ed5fd22c 100644
--- a/biblio/bibtex/contrib/econ-bst/econ-jet.bst
+++ b/biblio/bibtex/contrib/econ-bst/econ-jet.bst
@@ -1,20 +1,20 @@
-nn%% econ-jet.bst: BibTeX style file for "Journal of Economic Theory".
+%% econ-jet.bst: BibTeX style file for "Journal of Economic Theory".
%
% Author: Shiro Takeda
% Maintainer: Shiro Takeda
-% Copyright (C) 2001-2018 Shiro Takeda
+% Copyright (C) 2001-2022 Shiro Takeda
% First-written: <2007/07/28>
-% Version: 3.1
+% Version: 3.1.1
% Keywords: TeX, BibTeX, bst
% URL: https://github.com/ShiroTakeda/econ-bst
-% This work may be distributed and/or modified under the
-% conditions of the LaTeX Project Public License, either version 1.3
+% It may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either version 1.3c
% of this license or (at your option) any later version.
% The latest version of this license is in
-% http://www.latex-project.org/lppl.txt
-% and version 1.3 or later is part of all distributions of LaTeX
-% version 2005/12/01 or later.
+% https://www.latex-project.org/lppl.txt
+% and version 1.3c or later is part of all distributions of LaTeX
+% version 2008 or later.
%
% This work has the LPPL maintenance status "maintained".
%
@@ -29,7 +29,7 @@ nn%% econ-jet.bst: BibTeX style file for "Journal of Economic Theory".
% For changelogs, see CHANGES.txt file.
% version number
-FUNCTION {econ.version} { "3.1" }
+FUNCTION {econ.version} { "3.1.1" }
% File name
FUNCTION {econ.file} { "econ-jet.bst" }
@@ -1248,7 +1248,7 @@ FUNCTION {format.journal.name.abb}
{ "Clim. Policy" 'jname := }
'skip$
if$
- s "Communications in Statistics – Part A: Theory and Methods" =
+ s "Communications in Statistics Part A: Theory and Methods" =
{ "Commun. Stat.-Theor. M." 'jname := }
'skip$
if$
@@ -1584,7 +1584,7 @@ FUNCTION {format.journal.name.abb}
{ "Int. Tax Public Finan." 'jname := }
'skip$
if$
- s "Jahrbücher für Nationalökonomie und Statistik" =
+ s "Jahrbucher fur Nationalokonomie und Statistik" =
{ "Jahrb. Natl. Stat." 'jname := }
'skip$
if$
@@ -2501,7 +2501,7 @@ FUNCTION {compare.names.aer}
s i.aer "{ff }{vv }{ll}{ jj}" format.name$
=
{ #1 i.aer <
- { " and " * } % \bysame で省略する著者の前につく and
+ { " and " * }
{ }
if$
"\bysame{}" *
@@ -4797,6 +4797,6 @@ EXECUTE {end.bib}
% --------------------
% Local Variables:
% fill-column: 78
-% mode: bst
-% coding: utf-8-unix
+% coding: utf-8
+% mode: bibtex-style
% End: