Hi all,
I am playing around with texlua/kpse, one question:
How do I imitated
kpsewhich -show-path=XXXX
in texlua?
Thanks.
Best wishes
Norbert
-------------------------------------------------------------------------------
Dr. Norbert Preining
Norbert Preining wrote:
Hi all,
I am playing around with texlua/kpse, one question:
How do I imitated kpsewhich -show-path=XXXX in texlua?
It should be doable in lua code only, but it is also a 'todo' on my list: I promised Reinhard kpse.show_path(s) for the next beta. Best wishes, Taco
On Fr, 18 Jan 2008, Taco Hoekwater wrote:
kpsewhich -show-path=XXXX
It should be doable in lua code only, but it is also a 'todo' on my list: I promised Reinhard kpse.show_path(s) for the next beta.
Yes, it was quite easy, something like kpse.expand_var TEXMFDBS plus a
loop over things mathing [^:]*, afair.
Still, kpse.show_path will be nice. Thanks.
Best wishes
Norbert
-------------------------------------------------------------------------------
Dr. Norbert Preining
participants (2)
-
Norbert Preining
-
Taco Hoekwater