texlive[65917] Build/source/texk/kpathsea: texmf.cnf: new definition
commits+takuji at tug.org
commits+takuji at tug.org
Sun Feb 19 13:16:10 CET 2023
Revision: 65917
http://tug.org/svn/texlive?view=revision&revision=65917
Author: takuji
Date: 2023-02-19 13:16:10 +0100 (Sun, 19 Feb 2023)
Log Message:
-----------
texmf.cnf: new definition for BibTeXu to import Japanese inputs
Modified Paths:
--------------
trunk/Build/source/texk/kpathsea/ChangeLog
trunk/Build/source/texk/kpathsea/texmf.cnf
Modified: trunk/Build/source/texk/kpathsea/ChangeLog
===================================================================
--- trunk/Build/source/texk/kpathsea/ChangeLog 2023-02-19 08:24:20 UTC (rev 65916)
+++ trunk/Build/source/texk/kpathsea/ChangeLog 2023-02-19 12:16:10 UTC (rev 65917)
@@ -1,3 +1,9 @@
+2023-02-19 TANAKA Takuji <ttk at t-lab.opal.ne.jp>
+
+ * texmf.cnf (BIBINPUTS.bibtexu, BSTINPUTS.bibtexu):
+ New definition for BibTeXu which can import Japanese inputs
+ for pBibTeX in UTF-8.
+
2023-02-18 Karl Berry <karl at tug.org>
* texmf.cnf (TEXMFVAR, TEXMFCONFIG, doc): 2023.
Modified: trunk/Build/source/texk/kpathsea/texmf.cnf
===================================================================
--- trunk/Build/source/texk/kpathsea/texmf.cnf 2023-02-19 08:24:20 UTC (rev 65916)
+++ trunk/Build/source/texk/kpathsea/texmf.cnf 2023-02-19 12:16:10 UTC (rev 65917)
@@ -372,6 +372,10 @@
BIBINPUTS.upbibtex = $TEXMFDOTDIR;$TEXMF/{upbibtex,pbibtex,bibtex}/bib//
BSTINPUTS.upbibtex = $TEXMFDOTDIR;$TEXMF/{upbibtex,pbibtex,bibtex}/bst//
+% BibTeXu bibliographies and style files.
+BIBINPUTS.bibtexu = $TEXMFDOTDIR;$TEXMF/{bibtexu,pbibtex,bibtex}/bib//
+BSTINPUTS.bibtexu = $TEXMFDOTDIR;$TEXMF/{bibtexu,pbibtex,bibtex}/bst//
+
% .ris and .bltxml bibliography formats.
RISINPUTS = $TEXMFDOTDIR;$TEXMF/biber/ris//
BLTXMLINPUTS = $TEXMFDOTDIR;$TEXMF/biber/bltxml//
More information about the tex-live-commits
mailing list.