Using: the minimals beta distribution. I have added a new map-file for the inclusion of pfb font files in the texmf-local tree: --/fonts/map/pdf/, where the other maps reside. But luatex seems not to find it: luatools --find-file reports nothing. The file however is fine, because if I add it to the directory where the file being TeX-ed is, then it is found indeed. I did things like luatools --generate, mktexlsr, but this did not help. Obviously I am missing the point. Where? Hans van der Meer
Hans van der Meer wrote:
Using: the minimals beta distribution.
I have added a new map-file for the inclusion of pfb font files in the texmf-local tree: --/fonts/map/pdf/, where the other maps reside. But luatex seems not to find it: luatools --find-file reports nothing.
You have to be more specific than this. My installation does not have any directory matching <prefix>/fonts/map/pdf/ at all. Best wishes, Taco
Just a typo. The map-files in my/the TeX-tree resides in texmf-local/fonts/map/pdftex/context/(the-map-file) In MKII it was functioning from there. Retrieving the minimals fresh from the download site and subsequently installing them (see script below) does the trick. I conclude it must be some incantantion that updates the luatex trees.
#!/bin/bash CONTEXTVERSION="beta" CONTEXTDIRECTORY=$HOME/TeX/context/$CONTEXTVERSION rm -R $CONTEXTDIRECTORY mkdir -p $CONTEXTDIRECTORY/tex cd $CONTEXTDIRECTORY ln -s $HOME/Library/texmf tex/texmf-local curl -o first-setup.sh http://minimals.contextgarden.net/setup/first-setup.sh sh ./first-setup.sh >first-setup.log cd tex echo "installation context $CONTEXTVERSION minimals done"
On 18 aug 2009, at 13:30, Taco Hoekwater wrote:
Hans van der Meer wrote:
Using: the minimals beta distribution. I have added a new map-file for the inclusion of pfb font files in the texmf-local tree: --/fonts/map/pdf/, where the other maps reside. But luatex seems not to find it: luatools --find-file reports nothing.
You have to be more specific than this. My installation does not have any directory matching <prefix>/fonts/map/pdf/ at all.
Best wishes, Taco
Hans van der Meer
participants (2)
-
Hans van der Meer
-
Taco Hoekwater