diff options
author | Karl Berry <karl@freefriends.org> | 2010-03-18 00:45:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-03-18 00:45:54 +0000 |
commit | 1c09467149610f48120d609a1036a9badbb45d54 (patch) | |
tree | 3cb3bf39da17ee145b65b227b9d4affb4d85ac47 /Master | |
parent | 052d4154879941330870a93fbc01d1479c001ef4 (diff) |
remove . from TEXDOCS, to help texdoc
git-svn-id: svn://tug.org/texlive/trunk@17488 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf/web2c/texmf.cnf | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/Master/texmf/web2c/texmf.cnf b/Master/texmf/web2c/texmf.cnf index 20e730c5201..2a239af9dba 100644 --- a/Master/texmf/web2c/texmf.cnf +++ b/Master/texmf/web2c/texmf.cnf @@ -261,13 +261,6 @@ TTF2TFMINPUTS = .;$TEXMF/ttf2pk// MFINPUTS = .;$TEXMF/metafont//;{$TEXMF/fonts,$VARTEXFONTS}/source// MPINPUTS = .;$TEXMF/metapost// -% The following are not needed any more here. -% Moved to texdoc.cnf (and hard-coded default), see the texdoc manual. -% See texdoc's source too if you need to allow compressed documentation. -% TEXDOCSSUFFIX = ;.pdf;.ps;.dvi;.html;.txt;.tex -% TEXDOCSCOMPRESS = ;.gz;.bz2;.zip;.Z -% TEXDOCEXT = {$TEXDOCSSUFFIX}{$TEXDOCSCOMPRESS} - % Dump files (fmt/base/mem) for vir{tex,mf,mp} to read. % We want to find the engine-specific file, e.g., cont-en.fmt can % exist under both pdftex/ and xetex/. But just in case some formats @@ -399,8 +392,8 @@ FONTCONFIG_FILE=fonts.conf FONTCONFIG_PATH=$TEXMFSYSVAR/fonts/conf FC_CACHEDIR=$TEXMFSYSVAR/fonts/cache -% TeX documentation and source files, for use with kpsewhich (and texdoc). -TEXDOCS = .;$TEXMF/doc// +% TeX documentation and source files, for use with texdoc and kpsewhich. +TEXDOCS = $TEXMF/doc// TEXSOURCES = .;$TEXMF/source// % Web and CWeb input paths. @@ -686,3 +679,15 @@ gf_buf_size = 16384 % MF error_line = 79 half_error_line = 50 max_print_line = 79 + +% Metafont only. +screen_width.mf = 1664 +screen_depth.mf = 1200 + +% BibTeX only (also used for hash_size and hash_prime). +max_strings.bibtex = 35307 + +% GFtype only. +line_length.gftype = 500 +max_rows.gftype = 8191 +max_cols.gftype = 8191 |