texlive[65642] Master: jieeetran (27jan23)

commits+karl at tug.org commits+karl at tug.org
Fri Jan 27 22:56:32 CET 2023


Revision: 65642
          http://tug.org/svn/texlive?view=revision&revision=65642
Author:   karl
Date:     2023-01-27 22:56:32 +0100 (Fri, 27 Jan 2023)
Log Message:
-----------
jieeetran (27jan23)

Modified Paths:
--------------
    trunk/Master/texmf-dist/bibtex/bst/jieeetran/jIEEEtran.bst
    trunk/Master/texmf-dist/doc/bibtex/jieeetran/README
    trunk/Master/texmf-dist/doc/bibtex/jieeetran/jieeetran-en.pdf
    trunk/Master/texmf-dist/doc/bibtex/jieeetran/jieeetran-en.tex
    trunk/Master/texmf-dist/doc/bibtex/jieeetran/jieeetran.pdf
    trunk/Master/texmf-dist/doc/bibtex/jieeetran/jieeetran.tex
    trunk/Master/texmf-dist/doc/bibtex/jieeetran/mixej.py
    trunk/Master/tlpkg/libexec/ctan2tds

Modified: trunk/Master/texmf-dist/bibtex/bst/jieeetran/jIEEEtran.bst
===================================================================
--- trunk/Master/texmf-dist/bibtex/bst/jieeetran/jIEEEtran.bst	2023-01-27 21:55:57 UTC (rev 65641)
+++ trunk/Master/texmf-dist/bibtex/bst/jieeetran/jIEEEtran.bst	2023-01-27 21:56:32 UTC (rev 65642)
@@ -2,9 +2,9 @@
 %% jIEEEtran.bst
 %% BibTeX Bibliography Style file for IEEE Journals and Conferences (unsorted) for Japanese users
 %% 
-%% Version 0.18 (2022/03/26)
+%% Version 0.19 (2023/01/26)
 %% 
-%% Copyright (c) 2020-2022 Haruki Ejiri and Yoshi Ri 
+%% Copyright (c) 2020-2023 Haruki Ejiri and Yoshi Ri 
 %% 
 %% Original starting code base and algorithms obtained from the output of
 %% Patrick W. Daly's makebst package as well as from prior versions of
@@ -68,8 +68,8 @@
 %
 
 FUNCTION{bst.file.name} { "jIEEEtran.bst" }
-FUNCTION{bst.file.version} { "0.18" }
-FUNCTION{bst.file.date} { "2022/03/26" }
+FUNCTION{bst.file.version} { "0.19" }
+FUNCTION{bst.file.date} { "2023/01/26" }
 FUNCTION{bst.file.website} { "https://github.com/ehki/jIEEEtran/" }
 FUNCTION{bst.file.author} { "Haruki Ejiri and Yoshi Ri" }
 
@@ -646,7 +646,7 @@
            cap.no cap.yes
            japanese.flag}
 
-INTEGERS { longest.label.width multiresult nameptr namesleft number.label numnames }
+INTEGERS { longest.label.width multiresult nameptr namesleft number.label numnames n}
 
 INTEGERS { is.use.number.for.article
            is.use.paper
@@ -1603,9 +1603,14 @@
 
 
 FUNCTION {author.sep.last}
-{ use.ieej.setting #0 = 
-    { japanese.flag #0 =              % IEEE 形式の場合、and の取り扱いに注意
-        { ", " * bbl.and space.word } % 英語ではカンマの後 and を挿入
+{ 'n :=
+  use.ieej.setting #0 = 
+    { japanese.flag #0 =              % IEEE 形式の場合、andの取り扱いに注意
+        { n #2 >
+            { ", " * bbl.and space.word } % 英語で著者が2人より多い場合、カンマの後に and を挿入
+            { "" * bbl.and space.word } % 英語で著者が2人以下の場合、カンマなしで and を挿入
+          if$
+        }
         { "," }                      % 日本語では他と同様に全角カンマのみ
       if$
     }
@@ -1869,7 +1874,7 @@
                     { " " * bbl.etal emphasize }
                   if$ *
                 }
-                { author.sep.last * t do.name.latex.cmd * }
+                { numnames author.sep.last * t do.name.latex.cmd * }
               if$
             }
           if$

Modified: trunk/Master/texmf-dist/doc/bibtex/jieeetran/README
===================================================================
--- trunk/Master/texmf-dist/doc/bibtex/jieeetran/README	2023-01-27 21:55:57 UTC (rev 65641)
+++ trunk/Master/texmf-dist/doc/bibtex/jieeetran/README	2023-01-27 21:56:32 UTC (rev 65642)
@@ -1,4 +1,4 @@
-March 26, 2021
+January 26, 2023
 
 
 jIEEEtran is an UNOFFICIAL BibTeX style for authors trying to cite Japanese

Modified: trunk/Master/texmf-dist/doc/bibtex/jieeetran/jieeetran-en.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/bibtex/jieeetran/jieeetran-en.tex
===================================================================
--- trunk/Master/texmf-dist/doc/bibtex/jieeetran/jieeetran-en.tex	2023-01-27 21:55:57 UTC (rev 65641)
+++ trunk/Master/texmf-dist/doc/bibtex/jieeetran/jieeetran-en.tex	2023-01-27 21:56:32 UTC (rev 65642)
@@ -27,7 +27,7 @@
 \end{filecontents}
 
 
-\title{\texttt{jIEEEtran.bst}:\\Unofficial IEEE \BibTeX\ style for Japanese\\(ver. 0.18)}
+\title{\texttt{jIEEEtran.bst}:\\Unofficial IEEE \BibTeX\ style for Japanese\\(ver. 0.19)}
 \author{Haruki EJIRI}
 
 \begin{document}

Modified: trunk/Master/texmf-dist/doc/bibtex/jieeetran/jieeetran.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/bibtex/jieeetran/jieeetran.tex
===================================================================
--- trunk/Master/texmf-dist/doc/bibtex/jieeetran/jieeetran.tex	2023-01-27 21:55:57 UTC (rev 65641)
+++ trunk/Master/texmf-dist/doc/bibtex/jieeetran/jieeetran.tex	2023-01-27 21:56:32 UTC (rev 65642)
@@ -223,7 +223,7 @@
 \end{filecontents}
 
 
-\title{\texttt{jIEEEtran.bst}:\\日本語対応IEEE非公式\BibTeX スタイル\\(ver. 0.18)}
+\title{\texttt{jIEEEtran.bst}:\\日本語対応IEEE非公式\BibTeX スタイル\\(ver. 0.19)}
 \author{江尻 開}
 
 \begin{document}

Modified: trunk/Master/texmf-dist/doc/bibtex/jieeetran/mixej.py
===================================================================
--- trunk/Master/texmf-dist/doc/bibtex/jieeetran/mixej.py	2023-01-27 21:55:57 UTC (rev 65641)
+++ trunk/Master/texmf-dist/doc/bibtex/jieeetran/mixej.py	2023-01-27 21:56:32 UTC (rev 65642)
@@ -7,8 +7,8 @@
 SPLIT_KEY = '/ej/'
 ITEM_SEP = '\\hspace{0mm}\\\\'
 
-FILE_VERSION = '0.18'
-FILE_DATE = '2022/03/26'
+FILE_VERSION = '0.19'
+FILE_DATE = '2023/01/26'
 FILE_AUTHOR = 'Haruki Ejiri'
 FILE_URL = 'https://github.com/ehki/jIEEEtran/'
 

Modified: trunk/Master/tlpkg/libexec/ctan2tds
===================================================================
--- trunk/Master/tlpkg/libexec/ctan2tds	2023-01-27 21:55:57 UTC (rev 65641)
+++ trunk/Master/tlpkg/libexec/ctan2tds	2023-01-27 21:56:32 UTC (rev 65642)
@@ -2131,6 +2131,7 @@
  'isodoc',      '\.cls|iso.*\.ldf',       # not *.sty
  'jadetex',     '\.ltx|\.def|\.tex|\.ini|\.sty|\.fd',
  'jeuxcartes',	'CaJ.*\.(png|pdf)|' . $standardtex,
+ 'jieeetran',	'NULL',			# not .py
  'js-misc',     '(cassette|idverb|js-misc|schild|sperr|xfig)\.tex',
  'jslectureplanner', '\.lps|' . $standardtex,
  'jupynotex',	'\.py|' . $standardtex,



More information about the tex-live-commits mailing list.