[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [tex-live] Debian TeX -- new packages




On 3/30/07, George N. White III <gnwiii@gmail.com> wrote:
On 3/22/07, Norbert Preining <preining@logic.at> wrote:

> We ask people using Debian to try these packages out, they survived all
> my tests and quite a lot of documents I tried out, but YMMV.

On my system, xelatex doesn't get the tex/xelatex files:

$ which xelatex
/usr/bin/xelatex
$ kpsewhich -progname=xelatex url.sty
/usr/share/texmf-texlive/tex/latex/ltxmisc/url.sty
$ grep xelatex $(kpsewhich texmf.cnf)
TEXINPUTS.xelatex = .;$TEXMF/tex/{latex,generic,}//

but,

$ which xelatex kpsewhich
/usr/local/texlive/2007/bin/i386-linux/xelatex
/usr/local/texlive/2007/bin/i386-linux/kpsewhich
$ kpsewhich -progname=xelatex url.sty
/usr/local/texlive/2007/texmf-dist/tex/xelatex/xetexurl/url.sty
$ grep xelatex $(kpsewhich texmf.cnf)
TEXINPUTS.xelatex       = .;$TEXMF/tex/{xelatex,latex,generic,}//


Under debian/sid with tl2007 from debian/experimental and some additional packages from http://www.tug.org/texlive/Debian/tl2007/

% which xelatex kpsewhich
/usr/bin/xelatex
/usr/bin/kpsewhich
% kpsewhich -progname=xelatex url.sty
/usr/share/texmf-texlive/tex/latex/ltxmisc/url.sty
% grep xelatex $(kpsewhich texmf.cnf)
TEXINPUTS.xelatex = .;$TEXMF/tex/{latex,generic,}//
 

Apparently the xelatex directory is missing from
/etc/texmf/texmf.d/45TeXinputs.cnf --
I assume the xetex installer should have done this.


Maybe you should enable them first:

sudo fmtutil-sys --enablefmt xetex
sudo fmtutil-sys --enablefmt xelatex


Reply to: