diff options
author | Staszek Wawrykiewicz <staw@gust.org.pl> | 2007-01-09 07:13:24 +0000 |
---|---|---|
committer | Staszek Wawrykiewicz <staw@gust.org.pl> | 2007-01-09 07:13:24 +0000 |
commit | f5615e3c4d369876c9f4e4d48a2479dae13325ff (patch) | |
tree | 17a5b2466fdb601e287fc5153352a397cc757785 /Master/texmf | |
parent | 84a02c180903014d71ac6b7786f85c9c7844a5fa (diff) |
important changes to texmf.cnf-4WIN
git-svn-id: svn://tug.org/texlive/trunk@3266 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rw-r--r-- | Master/texmf/web2c/texmf.cnf-4WIN | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Master/texmf/web2c/texmf.cnf-4WIN b/Master/texmf/web2c/texmf.cnf-4WIN index bdd5cef02b7..64afd65efd7 100644 --- a/Master/texmf/web2c/texmf.cnf-4WIN +++ b/Master/texmf/web2c/texmf.cnf-4WIN @@ -140,7 +140,7 @@ VARTEXFONTS = $TEXMFVAR/fonts % ls-R is present, it will be used, and the disk will not be searched. % This is arguably a bug in kpathsea, but we will not think about it now. %TEXMFDBS = {!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFMAIN,!!$TEXMFLOCAL,!!$TEXMFDIST} -TEXMFDBS = {!!$TEXMFMAIN,!!$TEXMFLOCAL,!!$TEXMFDIST} +TEXMFDBS = $TEXMF % It may be convenient to define TEXMF like this: % TEXMF = {$TEXMFHOME,!!$TEXMFLOCAL,!!$TEXMFMAIN,$HOME} @@ -580,10 +580,6 @@ ocp_list_size = 1000 % control for multiple ocps. % Set to 2000 by default. % path_size.mpost = 10000 -% These are pdftex-specific. -obj_tab_size = 300000 % PDF objects -dest_names_size = 300000 % destinations - % These work best if they are the same as the I/O buffer size, but it % doesn't matter much. Must be a multiple of 8. dvi_buf_size = 16384 % TeX |