[tex-live] Finding files with texlive
Karl Berry
karl at freefriends.org
Fri Aug 17 23:59:04 CEST 2012
> Why doesn't TeX Live Manager 2012 have something in it for Windows users who
> want to point to some directories in a simple way?
tlmgr has nothing to do with actually running TeX, it's about
dealing with the installation.
If you want TeX to read the directory .. and the directory c:\mydoc, you
can set the TEXINPUTS environment variable (with the trailing semicolon
please, so the system directories get searched).
set TEXINPUTS=..;c:\mydoc;
k
More information about the tex-live
mailing list