diff options
author | Karl Berry <karl@freefriends.org> | 2010-04-27 23:21:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-04-27 23:21:29 +0000 |
commit | 4e3b1ec186647769f3fa3fcc8859d489bedffbac (patch) | |
tree | b66cd9fd44946f9f22b32ea2acaef4ccaf840718 /Master | |
parent | 8f99fe933d73e2b309e130ddcc3c8111145ba407 (diff) |
sync with Build
git-svn-id: svn://tug.org/texlive/trunk@18027 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-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 |