diff options
author | Hironobu Yamashita <h.y.acetaminophen@gmail.com> | 2023-02-25 22:59:04 +0000 |
---|---|---|
committer | Hironobu Yamashita <h.y.acetaminophen@gmail.com> | 2023-02-25 22:59:04 +0000 |
commit | 22fff59f6bdd25d7df466a8da58667bc686e04e3 (patch) | |
tree | 18ca9a49a20365ef4b96898326ceefa7f4abceb3 /Build | |
parent | 790c83eb85b753689170ef925320ab855435b580 (diff) |
texmf.cnf: BSTINPUTS.bibtexu allows BSTINPUTS.upbibtex
git-svn-id: svn://tug.org/texlive/trunk@66160 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/kpathsea/texmf.cnf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf index f60ce96528c..0927bed4688 100644 --- a/Build/source/texk/kpathsea/texmf.cnf +++ b/Build/source/texk/kpathsea/texmf.cnf @@ -373,8 +373,8 @@ 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// +BIBINPUTS.bibtexu = $TEXMFDOTDIR;$TEXMF/{bibtexu,upbibtex,pbibtex,bibtex}/bib// +BSTINPUTS.bibtexu = $TEXMFDOTDIR;$TEXMF/{bibtexu,upbibtex,pbibtex,bibtex}/bst// % .ris and .bltxml bibliography formats. RISINPUTS = $TEXMFDOTDIR;$TEXMF/biber/ris// |