On Tue, Jul 15, 2008 at 3:14 PM, Andrea Valle
Still, can't have this font stuff working...
(which I do not understand: but that's another story) I have saved the file under the same folder of tex file I'm working at 3. then I have called: context --generate
3.1. Generate name entries for the font database To access fonts with the name you have to create the database with the entries: mtxrun --script font --reload
where should I be in order to run it? I have not set the env variables, I'm using this kind of approach: cd /Applications/ConTeXtMinimals/ . /Applications/ConTeXtMinimals/tex/setuptex /Applications/ConTeXtMinimals/tex
You only need the second command. cd is not needed. Once you issue . /Applications/CM/tex/setuptex /Applications/CM/tex you should be able to run both mtxrun --script font --reload mtxrun --script font --list Maybe try to run luatools --selfupdate luatools --generate before that.
4. In my tex file I have added: \usetypefile [delicious] \usetypescript[delicious] \setupbodyfont[delicious] 5. while compiling I'm having a problem with delicious. Log attached
Make a test with the fonts and the files in the same directory.
This does not work. It aborts because of delicious not found. But if I put the type-delicious.tex file in /Applications/ConTeXtMinimals/tex/texmf-context/tex/context/base/ then run mtxrun --script font --reload I have not errors, but the used font is not delicious (I guess it's LM)
Looks as if something is wrong with filename database. Does luatools --generate solve anything? Mojca