summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorTakuji Tanaka <ttk@t-lab.opal.ne.jp>2023-02-19 12:16:10 +0000
committerTakuji Tanaka <ttk@t-lab.opal.ne.jp>2023-02-19 12:16:10 +0000
commitc1a7a0b57c652f797b2e34e749e789fd081a2c7e (patch)
tree4b9c024131b024d282471d4acfaee8ce4e2d3048 /Build
parent9bd1cc85a906afd8458fa6d81114009d597c8be2 (diff)
texmf.cnf: new definition for BibTeXu to import Japanese inputs
git-svn-id: svn://tug.org/texlive/trunk@65917 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/kpathsea/ChangeLog6
-rw-r--r--Build/source/texk/kpathsea/texmf.cnf4
2 files changed, 10 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog
index bff46ca87a8..2911c2985e5 100644
--- a/Build/source/texk/kpathsea/ChangeLog
+++ b/Build/source/texk/kpathsea/ChangeLog
@@ -1,3 +1,9 @@
+2023-02-19 TANAKA Takuji <ttk@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@tug.org>
* texmf.cnf (TEXMFVAR, TEXMFCONFIG, doc): 2023.
diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf
index 2c95dd2be56..f60ce96528c 100644
--- a/Build/source/texk/kpathsea/texmf.cnf
+++ b/Build/source/texk/kpathsea/texmf.cnf
@@ -372,6 +372,10 @@ BSTINPUTS.pbibtex = $TEXMFDOTDIR;$TEXMF/{pbibtex,bibtex}/bst//
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//