[NTG-context] find file in beta

2009-08-18 Thread Hans van der Meer

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




___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] find file in beta

2009-08-18 Thread Taco Hoekwater

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
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] find file in beta

2009-08-18 Thread Hans van der Meer

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
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___