From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/6870 Path: main.gmane.org!not-for-mail From: Tomasz Kosinski Newsgroups: gmane.comp.tex.context Subject: Re: Context broken after update to tetex Date: 09 Feb 2002 20:20:00 -0500 Sender: owner-ntg-context@let.uu.nl Message-ID: <868za2xhdr.fsf@escape.com> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035397374 14493 80.91.224.250 (23 Oct 2002 18:22:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:22:54 +0000 (UTC) Cc: ConTeXt mailing list Original-To: Tobias Burnus In-Reply-To: Xref: main.gmane.org gmane.comp.tex.context:6870 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:6870 Tobias Burnus 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