summaryrefslogtreecommitdiff
path: root/biblio
diff options
context:
space:
mode:
Diffstat (limited to 'biblio')
-rw-r--r--biblio/bibtex/contrib/ieejtran/IEEJtran.bst23
-rw-r--r--biblio/bibtex/contrib/ieejtran/README2
-rw-r--r--biblio/bibtex/contrib/ieejtran/ieejtran-en.pdfbin29797 -> 29867 bytes
-rw-r--r--biblio/bibtex/contrib/ieejtran/ieejtran-en.tex2
-rw-r--r--biblio/bibtex/contrib/ieejtran/ieejtran.pdfbin114361 -> 115666 bytes
-rw-r--r--biblio/bibtex/contrib/ieejtran/ieejtran.tex2
-rw-r--r--biblio/bibtex/contrib/ieejtran/mixej.py4
-rw-r--r--biblio/bibtex/contrib/jieeetran/README2
-rw-r--r--biblio/bibtex/contrib/jieeetran/jIEEEtran.bst23
-rw-r--r--biblio/bibtex/contrib/jieeetran/jieeetran-en.pdfbin30028 -> 30101 bytes
-rw-r--r--biblio/bibtex/contrib/jieeetran/jieeetran-en.tex2
-rw-r--r--biblio/bibtex/contrib/jieeetran/jieeetran.pdfbin116572 -> 117842 bytes
-rw-r--r--biblio/bibtex/contrib/jieeetran/jieeetran.tex2
-rw-r--r--biblio/bibtex/contrib/jieeetran/mixej.py4
-rw-r--r--biblio/ctan-bibdata/ctan.bib49
-rw-r--r--biblio/ctan-bibdata/ctan.pdfbin3644759 -> 3645768 bytes
16 files changed, 74 insertions, 41 deletions
diff --git a/biblio/bibtex/contrib/ieejtran/IEEJtran.bst b/biblio/bibtex/contrib/ieejtran/IEEJtran.bst
index ae93901036..dc77f4fabe 100644
--- a/biblio/bibtex/contrib/ieejtran/IEEJtran.bst
+++ b/biblio/bibtex/contrib/ieejtran/IEEJtran.bst
@@ -2,9 +2,9 @@
%% IEEJtran.bst
%% BibTeX Bibliography Style file for IEEJ Journals and Conferences (unsorted)
%%
-%% 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} { "IEEJtran.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 @@ INTEGERS { prev.status.punct this.status.punct punct.std
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}
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 @@ FUNCTION {format.names}
{ " " * bbl.etal emphasize }
if$ *
}
- { author.sep.last * t do.name.latex.cmd * }
+ { numnames author.sep.last * t do.name.latex.cmd * }
if$
}
if$
diff --git a/biblio/bibtex/contrib/ieejtran/README b/biblio/bibtex/contrib/ieejtran/README
index 643f36b7be..6707d926ae 100644
--- a/biblio/bibtex/contrib/ieejtran/README
+++ b/biblio/bibtex/contrib/ieejtran/README
@@ -1,4 +1,4 @@
-March 26, 2021
+January 26, 2023
IEEJtran is an UNOFFICIAL BibTeX style for authors of the Institute of
diff --git a/biblio/bibtex/contrib/ieejtran/ieejtran-en.pdf b/biblio/bibtex/contrib/ieejtran/ieejtran-en.pdf
index 70f66605ad..679d089959 100644
--- a/biblio/bibtex/contrib/ieejtran/ieejtran-en.pdf
+++ b/biblio/bibtex/contrib/ieejtran/ieejtran-en.pdf
Binary files differ
diff --git a/biblio/bibtex/contrib/ieejtran/ieejtran-en.tex b/biblio/bibtex/contrib/ieejtran/ieejtran-en.tex
index 2fa8a6af27..8b095c5d1e 100644
--- a/biblio/bibtex/contrib/ieejtran/ieejtran-en.tex
+++ b/biblio/bibtex/contrib/ieejtran/ieejtran-en.tex
@@ -27,7 +27,7 @@
\end{filecontents}
-\title{\texttt{IEEJtran.bst}:\\Unofficial IEEJ \BibTeX\ style\\(ver. 0.18)}
+\title{\texttt{IEEJtran.bst}:\\Unofficial IEEJ \BibTeX\ style\\(ver. 0.19)}
\author{Haruki EJIRI}
\begin{document}
diff --git a/biblio/bibtex/contrib/ieejtran/ieejtran.pdf b/biblio/bibtex/contrib/ieejtran/ieejtran.pdf
index 0d0184d6d1..b373a138fe 100644
--- a/biblio/bibtex/contrib/ieejtran/ieejtran.pdf
+++ b/biblio/bibtex/contrib/ieejtran/ieejtran.pdf
Binary files differ
diff --git a/biblio/bibtex/contrib/ieejtran/ieejtran.tex b/biblio/bibtex/contrib/ieejtran/ieejtran.tex
index 042595eb11..b83e8196eb 100644
--- a/biblio/bibtex/contrib/ieejtran/ieejtran.tex
+++ b/biblio/bibtex/contrib/ieejtran/ieejtran.tex
@@ -223,7 +223,7 @@
\end{filecontents}
-\title{\texttt{IEEJtran.bst}:\\電気学会非公式\BibTeX スタイル\\(ver. 0.18)}
+\title{\texttt{IEEJtran.bst}:\\電気学会非公式\BibTeX スタイル\\(ver. 0.19)}
\author{江尻 開}
\begin{document}
diff --git a/biblio/bibtex/contrib/ieejtran/mixej.py b/biblio/bibtex/contrib/ieejtran/mixej.py
index f96dbf6f48..4220f51855 100644
--- a/biblio/bibtex/contrib/ieejtran/mixej.py
+++ b/biblio/bibtex/contrib/ieejtran/mixej.py
@@ -7,8 +7,8 @@ import logging
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/'
diff --git a/biblio/bibtex/contrib/jieeetran/README b/biblio/bibtex/contrib/jieeetran/README
index b336ef5145..05ddcdcae4 100644
--- a/biblio/bibtex/contrib/jieeetran/README
+++ b/biblio/bibtex/contrib/jieeetran/README
@@ -1,4 +1,4 @@
-March 26, 2021
+January 26, 2023
jIEEEtran is an UNOFFICIAL BibTeX style for authors trying to cite Japanese
diff --git a/biblio/bibtex/contrib/jieeetran/jIEEEtran.bst b/biblio/bibtex/contrib/jieeetran/jIEEEtran.bst
index 1e2a025c5d..9afc9cfd07 100644
--- a/biblio/bibtex/contrib/jieeetran/jIEEEtran.bst
+++ b/biblio/bibtex/contrib/jieeetran/jIEEEtran.bst
@@ -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 @@ INTEGERS { prev.status.punct this.status.punct punct.std
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}
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 @@ FUNCTION {format.names}
{ " " * bbl.etal emphasize }
if$ *
}
- { author.sep.last * t do.name.latex.cmd * }
+ { numnames author.sep.last * t do.name.latex.cmd * }
if$
}
if$
diff --git a/biblio/bibtex/contrib/jieeetran/jieeetran-en.pdf b/biblio/bibtex/contrib/jieeetran/jieeetran-en.pdf
index bc619d10fb..91af420321 100644
--- a/biblio/bibtex/contrib/jieeetran/jieeetran-en.pdf
+++ b/biblio/bibtex/contrib/jieeetran/jieeetran-en.pdf
Binary files differ
diff --git a/biblio/bibtex/contrib/jieeetran/jieeetran-en.tex b/biblio/bibtex/contrib/jieeetran/jieeetran-en.tex
index 606c18f330..9e97e32734 100644
--- a/biblio/bibtex/contrib/jieeetran/jieeetran-en.tex
+++ b/biblio/bibtex/contrib/jieeetran/jieeetran-en.tex
@@ -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}
diff --git a/biblio/bibtex/contrib/jieeetran/jieeetran.pdf b/biblio/bibtex/contrib/jieeetran/jieeetran.pdf
index 2e8f532b79..079cb411b2 100644
--- a/biblio/bibtex/contrib/jieeetran/jieeetran.pdf
+++ b/biblio/bibtex/contrib/jieeetran/jieeetran.pdf
Binary files differ
diff --git a/biblio/bibtex/contrib/jieeetran/jieeetran.tex b/biblio/bibtex/contrib/jieeetran/jieeetran.tex
index 454929a5b9..60a16f5b4c 100644
--- a/biblio/bibtex/contrib/jieeetran/jieeetran.tex
+++ b/biblio/bibtex/contrib/jieeetran/jieeetran.tex
@@ -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}
diff --git a/biblio/bibtex/contrib/jieeetran/mixej.py b/biblio/bibtex/contrib/jieeetran/mixej.py
index f96dbf6f48..4220f51855 100644
--- a/biblio/bibtex/contrib/jieeetran/mixej.py
+++ b/biblio/bibtex/contrib/jieeetran/mixej.py
@@ -7,8 +7,8 @@ import logging
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/'
diff --git a/biblio/ctan-bibdata/ctan.bib b/biblio/ctan-bibdata/ctan.bib
index b86d683779..b673ca7f38 100644
--- a/biblio/ctan-bibdata/ctan.bib
+++ b/biblio/ctan-bibdata/ctan.bib
@@ -1,7 +1,7 @@
%% bib file of all CTAN packages
%% (C) Herbert Voß
%%
-%% created at 27-01-2023, 02:05:48
+%% created at 28-01-2023, 02:00:55
%%
%% This file is provided under the terms of the LPPL v1.3 or
@@ -1345,8 +1345,8 @@
title = {The \texttt{albatross} package},
subtitle = {Find fonts that contain a given glyph},
author = {{Island of \TeX{}}},
- date = {2021-11-27},
- version = {0.4.0},
+ date = {2023-01-27},
+ version = {0.5.0},
license = {bsd3},
mirror = {https://mirror.ctan.org/support/albatross},
url = {https://ctan.org/pkg/albatross},
@@ -25273,8 +25273,8 @@
title = {The \texttt{fixdif} package},
subtitle = {Macros for typesetting differential operators},
author = {Tingxuan Zhang},
- date = {2023-01-23},
- version = {1.5},
+ date = {2023-01-27},
+ version = {1.6},
license = {lppl1.3c},
mirror = {https://mirror.ctan.org/macros/latex/contrib/fixdif},
url = {https://ctan.org/pkg/fixdif},
@@ -32618,8 +32618,8 @@
title = {The \texttt{IEEJtran} package},
subtitle = {Unofficial bibliography style file for the Institute of Electrical Engineers of Japan},
author = {Haruki Ejiri},
- date = {2022-04-06},
- version = {0.18},
+ date = {2023-01-27},
+ version = {0.19},
license = {mit},
mirror = {https://mirror.ctan.org/biblio/bibtex/contrib/ieejtran},
url = {https://ctan.org/pkg/ieejtran},
@@ -34576,8 +34576,8 @@
title = {The \texttt{jIEEEtran} package},
subtitle = {UnofficiaL BibTeX style for citing Japanese articles in IEEE format},
author = {Haruki Ejiri},
- date = {2022-04-07},
- version = {0.18},
+ date = {2023-01-27},
+ version = {0.19},
license = {mit},
mirror = {https://mirror.ctan.org/biblio/bibtex/contrib/jieeetran},
url = {https://ctan.org/pkg/jieeetran},
@@ -60217,8 +60217,8 @@
title = {The \texttt{se2thesis} package},
subtitle = {A Thesis Class for the Chair of Software Engineering II at the University of Passau, Germany},
author = {Stephan Lukasczyk},
- date = {2023-01-10},
- version = {2.0.0},
+ date = {2023-01-27},
+ version = {2.1.0},
license = {lppl1.3c},
mirror = {https://mirror.ctan.org/macros/latex/contrib/se2thesis},
url = {https://ctan.org/pkg/se2thesis},
@@ -65370,8 +65370,8 @@
title = {The \texttt{TangramTikz} package},
subtitle = {Tangram puzzles, with TikZ},
author = {Cédric Pierquet},
- date = {2023-01-26},
- version = {0.1.0},
+ date = {2023-01-27},
+ version = {0.1.1},
license = {lppl1.3c},
mirror = {https://mirror.ctan.org/graphics/pgf/contrib/tangramtikz},
url = {https://ctan.org/pkg/tangramtikz},
@@ -70205,6 +70205,18 @@
argument to the environment.},
}
+@manual{ctan-tramlines,
+ title = {The \texttt{tramlines} package},
+ subtitle = {A package for creating tramlines (lines above and below a title used
+ by lawyers in the UK)},
+ author = {Elijah Z Granet},
+ date = {2023-01-27},
+ version = {1.0.0},
+ license = {lppl1.3c,cc-by-sa-3},
+ mirror = {https://mirror.ctan.org/macros/latex/contrib/tramlines},
+ url = {https://ctan.org/pkg/tramlines},
+}
+
@manual{ctan-trans,
title = {The \texttt{trans} package},
subtitle = {A simple \TeX{} macro package for PostScript transformations},
@@ -72572,6 +72584,17 @@
url = {https://ctan.org/pkg/untex},
}
+@manual{ctan-uol-physics-report,
+ title = {The \texttt{uol-physics-report} package},
+ subtitle = {A \LaTeX{} document class for writing lab reports},
+ author = {Jan Eike Suchard},
+ date = {2023-01-27},
+ version = {1.0},
+ license = {lppl1.3c},
+ mirror = {https://mirror.ctan.org/macros/latex/contrib/uol-physics-report},
+ url = {https://ctan.org/pkg/uol-physics-report},
+}
+
@manual{ctan-uothesis,
title = {The \texttt{uothesis} package},
subtitle = {Class for dissertations and theses at the University of Oregon},
diff --git a/biblio/ctan-bibdata/ctan.pdf b/biblio/ctan-bibdata/ctan.pdf
index 8918e6c756..cdc4f96b71 100644
--- a/biblio/ctan-bibdata/ctan.pdf
+++ b/biblio/ctan-bibdata/ctan.pdf
Binary files differ