summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea
diff options
context:
space:
mode:
authorTakuji Tanaka <KXD02663@nifty.ne.jp>2018-02-16 23:36:22 +0000
committerTakuji Tanaka <KXD02663@nifty.ne.jp>2018-02-16 23:36:22 +0000
commit4ccd8e782ea23a02684a2d0e99746e9155fa0a0c (patch)
treef9d4a3bd96da6ebcb95423a7813be810a9e07132 /Build/source/texk/kpathsea
parentda81a040603bea4feafefcc1dacbc28b2a5c1da3 (diff)
texmf.cnf: add defns for upbibtex
git-svn-id: svn://tug.org/texlive/trunk@46655 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea')
-rw-r--r--Build/source/texk/kpathsea/ChangeLog5
-rw-r--r--Build/source/texk/kpathsea/texmf.cnf5
2 files changed, 10 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog
index 0783272a093..f7d8b724a27 100644
--- a/Build/source/texk/kpathsea/ChangeLog
+++ b/Build/source/texk/kpathsea/ChangeLog
@@ -1,3 +1,8 @@
+2018-02-17 TANAKA Takuji <ttk@t-lab.opal.ne.jp>
+
+ * texmf.cnf ({TEXINPUTS,BIBINPUTS,max_strings}.upbibtex):
+ add defns for upbibtex.
+
2018-02-10 Karl Berry <karl@freefriends.org>
* doc/kpathsea.texi (Path searching options): clarify that
diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf
index 4074418d054..28c4ed88a5c 100644
--- a/Build/source/texk/kpathsea/texmf.cnf
+++ b/Build/source/texk/kpathsea/texmf.cnf
@@ -248,6 +248,10 @@ TEX.upmpost = euptex
BIBINPUTS.pbibtex = .;$TEXMF/{pbibtex,bibtex}/bib//
BSTINPUTS.pbibtex = .;$TEXMF/{pbibtex,bibtex}/bst//
+% upBibTeX bibliographies and style files.
+BIBINPUTS.upbibtex = .;$TEXMF/{upbibtex,pbibtex,bibtex}/bib//
+BSTINPUTS.upbibtex = .;$TEXMF/{upbibtex,pbibtex,bibtex}/bst//
+
% ConTeXt.
TEXINPUTS.context = .;$TEXMF/tex/{context,plain,generic,}//
@@ -807,6 +811,7 @@ max_strings.bibtex = 100000
max_strings.bibtex8 = 100000
max_strings.bibtexu = 100000
max_strings.pbibtex = 100000
+max_strings.upbibtex = 100000
% GFtype only.
line_length.gftype = 500