From 1c09467149610f48120d609a1036a9badbb45d54 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 18 Mar 2010 00:45:54 +0000 Subject: remove . from TEXDOCS, to help texdoc git-svn-id: svn://tug.org/texlive/trunk@17488 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf/web2c/texmf.cnf | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) (limited to 'Master') 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 -- cgit v1.2.3