On 8-2-2012 18:18, Philipp A. wrote:
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
you could copy the macro in cont-new.mkiv
Hans
-----------------------------------------------------------------
Hans Hagen | PRAGMA ADE
Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
| www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the
Wiki!
maillist : [email protected] / 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
___________________________________________________________________________________