At 01:59 AM 3/18/2002 +0100, Magnus Lie Hetland wrote:

>Yes, and it's working well (it seems) -- the problem seems to be that
>pdfetex (and friends) can't find the files they need; neither the tex
>files I want to process, nor cont-en.tex, cont-nl.tex, etc.

can it be that your texmf.cnf file is corrupted?

kpsewhich texmf.cnf

gives you the location (probably texroot/texmf),

now,

in texroot/texmf-local/web2c

you can put an additional texmf.cnf; watch the inputs path!

% This file loads on top of texmf/web2c/texmf.cnf; beware :
% the selfish auto parent can get in the way especially when
% the binaries are located elsewhere. In case of multiple
% trees, one can best set the following ones manually.

TEXMFMAIN  = $SELFAUTOPARENT/texmf
TEXMFLOCAL = $SELFAUTOPARENT/texmf-local
TEXMFFONTS = $SELFAUTOPARENT/texmf-fonts
VARTEXMF   = $SELFAUTOPARENT/texmf-var
HOMETEXMF  =
TEXMF      = {$TEXMFFONTS,$TEXMFLOCAL,!!$TEXMFMAIN}
SYSTEXMF   = $TEXMF

% In the case of an multi-os setup, this one can be set
% by the environment.

TEXFORMATS  = .;$TEXMFLOCAL/web2c

% Handy.

TEXFONTMAPS = .;$TEXMF/{pdftex,dvips}/config;

TEXINPUTS.context    = 
.;$TEXMF/{pdftex,pdfetex,etex,tex}/{context,plain,generic,}//
TEXPSHEADERS.context = .;$TEXMF/{etex,tex,pdftex,dvips,fonts/type1}//

TEXMFCNF = .;$TEXMF/texmf{-local,}/web2c

% We enable runtime processing of MP and safe a bit fo file
% searching.

shell_escape            = t
openout_any             = a
openin_any              = a
parse_first_line        = f
allow_multiple_suffixes = f

MKTEXTEX = 0
MKTEXPK  = 0
MKTEXMF  = 0
MKTEXTFM = 0
MKOCP    = 0
MKOFM    = 0

MPXCOMMAND = texexec --batch --once --nomp --mptex
TEX        = texexec --batch --once --nomp

% These values are about the same as in the main
% configuration file (dest_names_size added).

buf_size.context         =  200000 % needed for omega bug
extra_mem_bot.context    = 2000000
extra_mem_top.context    = 2000000
font_mem_size.context    =  500000
hash_extra.context       =   50000
main_memory.context      = 1500000
max_strings.context      =  100000
nest_size.context        =     500
obj_tab_size.context     =  300000
dest_names_size          =  300000
param_size.context       =    5000
pool_free.context        =   47500
pool_size.context        = 1250000
save_size.context        =   50000
stack_size.context       =    5000
string_vacancies.context =   90000

main_memory.mpost        = 2000000
pool_size.mpost          =  200000

-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | [EMAIL PROTECTED]
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------
                                   fall-back web server: 
www.pragma-ade.nl
-------------------------------------------------------------------------

Reply via email to