diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/web2c/texmf.cnf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/texmf-dist/web2c/texmf.cnf b/Master/texmf-dist/web2c/texmf.cnf index ab81145d03f..eae5cb0fb31 100644 --- a/Master/texmf-dist/web2c/texmf.cnf +++ b/Master/texmf-dist/web2c/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,}// @@ -800,6 +804,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 |