ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans van der Meer <H.vanderMeer@uva.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: find file in beta
Date: Tue, 18 Aug 2009 14:46:55 +0200	[thread overview]
Message-ID: <81976867-11F9-4192-8C78-5EEFB189258F@uva.nl> (raw)
In-Reply-To: <4A8A90EC.1070201@elvenkind.com>

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
___________________________________________________________________________________


      reply	other threads:[~2009-08-18 12:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-18 11:11 Hans van der Meer
2009-08-18 11:30 ` Taco Hoekwater
2009-08-18 12:46   ` Hans van der Meer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=81976867-11F9-4192-8C78-5EEFB189258F@uva.nl \
    --to=h.vandermeer@uva.nl \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).