Hans Hagen
Ulrike Fischer
Sun, 19 Apr 2009 15:57:05 +0200 Am Sun, 19 Apr 2009 09:17:06 -0400 schrieb Eythan Weg: > > I tried this > >
mtxrun --verbose --reload --script fonts
but it fails with:
MTXrun | using script: /usr/local/share/texmf/scripts/context/lua/mtx-fonts.lua
cannot open : No such file or directory > did you run luatools --generate to make a file database? Yes. And I find no errors in doing so. I have no problems using context with the standard fonts defined otf-type.tex. > > Note that > > luatools font-syn.lua > > shows nothing. I had this problem too. In my case it was an error in my texmf.cnf. What does kpsewhich --show-path=tex return? And where exactly is font-syn.lua? -- Ulrike Fischer
The file is in the base directory of context. In fact luatools cannot find any *.lua that I tried in the base directory. Other files are ok.
luatools --show-path tex luatools --show-path lua This is only for the lua path (with line breaks introduced) .:.:/home/weg/.texmf-config/tex/context//: /home/weg/.texmf-config/tex/generic//:/home/weg/.texmf-config/tex///: /home/weg/.texmf-var/tex/context//: /home/weg/.texmf-var/tex/generic//: /home/weg/.texmf-var/tex///: /home/weg/texmf/tex/context//:/home/weg/texmf/tex/generic//: /home/weg/texmf/tex///:/etc/texmf/tex/context//: /etc/texmf/tex/generic//: /etc/texmf/tex///:!!/var/lib/texmf/tex/context//:!!/var/lib/texmf/tex/generic//: !!/var/lib/texmf/tex///:!!/usr/local/share/texmf/tex/context//: !!/usr/local/share/texmf/tex/generic//:!!/usr/local/share/texmf/tex///: !!/usr/share/texmf/tex/context//:!!/usr/share/texmf/tex/generic//: !!/usr/share/texmf/tex///:!!/usr/share/texmf-texlive/tex/context//: !!/usr/share/texmf-texlive/tex/generic//:!!/usr/share/texmf-texlive/tex/// :/home/weg/.texmf-config/scripts/luatex//:/home/weg/.texmf-config/scripts/context// :/home/weg/.texmf-config/scripts///:/home/weg/.texmf-var/scripts/luatex//: /home/weg/.texmf-var/scripts/context//:/home/weg/.texmf-var/scripts///: /home/weg/texmf/scripts/luatex//:/home/weg/texmf/scripts/context//: /home/weg/texmf/scripts///:/etc/texmf/scripts/luatex//: /etc/texmf/scripts/context//:/etc/texmf/scripts///: !!/var/lib/texmf/scripts/luatex//:!!/var/lib/texmf/scripts/context// :!!/var/lib/texmf/scripts///:!!/usr/local/share/texmf/scripts/luatex//: !!/usr/local/share/texmf/scripts/context//: !!/usr/local/share/texmf/scripts///:!!/usr/share/texmf/scripts/luatex//: !!/usr/share/texmf/scripts/context//:!!/usr/share/texmf/scripts///: !!/usr/share/texmf-texlive/scripts/luatex//: !!/usr/share/texmf-texlive/scripts/context//:!!/usr/share/texmf-texlive/scripts/// It contains: !!/usr/local/share/texmf/scripts/context// and !!/usr/local/share/texmf/tex/context// And the lua scripts in the first directories are found but not in the second. I miss something... Eythan