General ⇒ "universal" directory seach path, Miktex under texnic
"universal" directory seach path, Miktex under texnic
multi-branched subdirectories all included under (say) C:/x/. Thus, there is no simple
LINEAR path to all of them, except that they are at subdirectories at SOME level, not
known a priori, under C:/x/.
This can be accommodated easily in VTeX (also under MS XP) by choosing a single setting
option looking like C:/x// which does not need to be changed or renewed on each
run. Also, the same is true in Linux, by setting TEXINPUTS to :/x//
Is there any reasonable way to do this by means of ONE, FIXED setting like
the above within either Miktex itself, or Texnic???
Thanks.
Carl
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
"universal" directory seach path, Miktex under texnic
Code: Select all
set TEXINPUTS=C:/x//;%TEXINPUTS%& latex file.tex
Cheers,
Tomek