thank you. my install script keeps getting more monstrous:

#!/bin/zsh
./first-setup.sh --extras="t-simplefonts,t-tikz,t-filter,t-vim,t-lettrine"

cd context-rst
./upgrade.sh
cd ..

. ~/context/tex/setuptex
export OSFONTDIR="/usr/local/share/fonts;/usr/share/fonts;$HOME/.fonts"
mtxrun --script fonts --reload

#fix tikz
fontset="tex/texmf-context/tex/context/base/font-set.mkvi"
fontsetbak="font-set.mkvi.changed"

sed "s/{%\(\\\\dorecurse.*\)/{\1/" <"$fontset" >"$fontsetbak"
mv "$fontsetbak" "$fontset"

context --generate
context --make --all
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to