Arash Esbati <[email protected]> writes: > Arash Esbati <[email protected]> writes: > >> Another longish approach would be to set `process-environment', maybe >> something like this in eval: >> >> (let ((process-environment process-environment)) >> (add-to-list 'process-environment >> "TEXINPUTS=.:..:../resources:../../resources:")) > > Sorry for yanking the wrong snippet, I meant > > (add-to-list (make-local-variable 'process-environment) > "TEXINPUTS=.:..:../resources:../../resources:") > > And I still think this is a kludge ☹️
Thanks, Arash, I should have thought of process-environment. I think I can combine your suggestions with a customized PDFLaTeX command in TeX-command-list. Best, Leo
