diff options
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/texmf.cnf | 5 |
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 |