Tobias Burnus <[EMAIL PROTECTED]> writes:
> Hi Tomasz,
>
> > > > After updating the tetex installation on my system (Debian Woody),
> > > > ConTeXt no longer worked:
> > > Now I know why I have my own ~/texmf ;-)
> I do a:
> mkdir texmf
> cd texmf && unzip -La ../cont-tmf.zip
> update-context-fmt
>
> with
> --------------------------------
> #!/bin/bash
> HOMETEXMF=${HOME}/texmf
> HYPHENFILE=`fmtutil --showhyphen cont-de`
> texhash
> chmod a+x ${HOMETEXMF}/context/perltk/*.pl
> for I in ${HOMETEXMF}/context/perltk/*.pl
> do
> ln -sf ${I} ${HOME}/bin/`basename ${I/.pl/}`
> done
> mkdir -p ${HOMETEXMF}/web2c
> fmtutil --fmtdir ${HOMETEXMF}/web2c --byhyphen ${HYPHENFILE}
> cd ${HOMETEXMF}/web2c && mpost -ini metafun
> cd ${HOMETEXMF}/web2c && pdfetex -ini mptopdf
> texhash
> chmod -R a+r ${HOMETEXMF}
> ---------------------------------
> which works ok. here.
>
> Tobias
Thank you Tobias. Your script works for me and I now having a working
ConTeXt again, which, without your help, I wouldn't.
Tomasz