diff options
Diffstat (limited to 'Master/texmf/web2c/texmf.cnf')
-rw-r--r-- | Master/texmf/web2c/texmf.cnf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Master/texmf/web2c/texmf.cnf b/Master/texmf/web2c/texmf.cnf index 2ce491cae00..f216f47e7e9 100644 --- a/Master/texmf/web2c/texmf.cnf +++ b/Master/texmf/web2c/texmf.cnf @@ -233,6 +233,14 @@ TEXINPUTS.lambda = .;$TEXMF/tex/{lambda,latex,generic,}// TEXINPUTS.lamed = .;$TEXMF/tex/{lamed,lambda,latex,generic,}// TEXINPUTS.omega = .;$TEXMF/tex/{plain,generic,}// +% pTeX +TEXINPUTS.ptex = .;$TEXMF/{ptex/{plain,generic},tex/{plain,generic,}}// +TEXINPUTS.platex = .;$TEXMF/{ptex/platex,{p,}tex/latex,{p,}tex/generic,{p,}tex}// + +% pBibTeX bibliographies and style files +BIBINPUTS.pbibtex = .;$TEXMF/{pbibtex,bibtex}/bib// +BSTINPUTS.pbibtex = .;$TEXMF/{pbibtex,bibtex}/bst// + % ConTeXt. TEXINPUTS.context = .;$TEXMF/tex/{context,plain,generic,}// @@ -701,6 +709,7 @@ glob_str_size = 5000 max_strings.bibtex = 35307 max_strings.bibtex8 = 35307 max_strings.bibtexu = 35307 +max_strings.pbibtex = 35307 % GFtype only. line_length.gftype = 500 |