On Sep 17, 2008, at 9:20 AM, Jianning Dong wrote:
Here is the output:
kpsewhich --expand-var='$TEXMF' {/home/ben/.texlive2008/texmf-config,/home/ben/.texlive2008/texmf- var,/home/ben/texmf,!!/usr/local/texlive/2008/texmf-config,!!/usr/ local/texlive/2008/texmf-var,!!/usr/local/texlive/2008/texmf,!!/usr/ local/texlive/2008/../texmf-local,!!/usr/local/texlive/2008/texmf- dist}
and
kpsewhere context.tex /usr/local/texlive/2008/../texmf-local/tex/context/base/context.tex /usr/local/texlive/2008/texmf-dist/tex/context/base/context.tex
but it seems that it's just OK.
Excuse me, I wasn't paying attention. You're mixing two things here. From your earlier mail:
I just unzipped it into texmf-local and execute the command: texmfstart texexec --make --all
This creates mkii formats.
context --version
MtxRun | main context file: /usr/local/texlive/2008/texmf-dist/tex/ context/base/context.tex MtxRun | current version : 2008.05.21 15:21
This uses mkiv. If you want to use mkiv, you need to update the mkiv database as well: luatools --generate and then possibly remake the mkiv format manually with luatools --ini --compile cont-en Thomas