Hi Martin,

> But if I run `xelatex mydoc.tex`, it complains about the missing .sty
file.

Try the TEXINPUTS environment variable.  It is useful for specifying
extra paths.   

The compilation command is:

$ TEXINPUTS=~/.guix-profile/share/texmf//: xelatex mydoc.tex

I use this method for documents that require asymptote.sty, since
asymptote is also a separate package.

Best regards,

Paul.


Reply via email to