Fri, 14 Nov 2008 14:13:31 +0100, Nils Wagner wrote:
[clip]
> I got a copy of utf8.def
> ftp://ftp.mpi-sb.mpg.de/pub/tex/mirror/ftp.dante.de/pub/tex/macros/
latex/contrib/t2/etc/utf-8/utf-8.def
> 
> Where should I store that file ?

See Damian's mail first -- if you have to just to install some package.

But Latex looks for files in directories pointed to by the environment 
variable TEXINPUTS. So you could do:

        mkdir $HOME/texmf
        export TEXINPUTS=".:$HOME/texmf//:"
        [save utf8.def into ~/texmf]
        mktexlsr $HOME/texmf

If inputenc doesn't find the file after that, I don't know what you 
should do.

        Pauli

_______________________________________________
Numpy-discussion mailing list
[email protected]
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to