ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* texexec.rb + pdfetex ignoring map files in $TEXMFPROJECT
@ 2006-08-18 19:47 Stuart Jansen
  2006-08-18 20:09 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: Stuart Jansen @ 2006-08-18 19:47 UTC (permalink / raw)



[-- Attachment #1.1: Type: text/plain, Size: 517 bytes --]

Using older ConTeXt minimals based on texexec.pl, I was able to
 export TEXMFPROJECT=${PWD}/texmf
in each projects directory and use fonts local to just that project. 

Switching to the latest minimal with texexec.rb, pdfetex can't find my
custom *.map files. Interestingly, it does find my custom type-*.tex
files.

What is the correct way to include fonts on a project by project basis
instead of installing them into the global ConTeXt tree?

-- 
Stuart Jansen <sjansen@gurulabs.com>
Guru Labs, L.C.

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

[-- Attachment #2: Type: text/plain, Size: 139 bytes --]

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: texexec.rb + pdfetex ignoring map files in $TEXMFPROJECT
  2006-08-18 19:47 texexec.rb + pdfetex ignoring map files in $TEXMFPROJECT Stuart Jansen
@ 2006-08-18 20:09 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2006-08-18 20:09 UTC (permalink / raw)


Stuart Jansen wrote:
> Using older ConTeXt minimals based on texexec.pl, I was able to
>  export TEXMFPROJECT=${PWD}/texmf
> in each projects directory and use fonts local to just that project. 
>
> Switching to the latest minimal with texexec.rb, pdfetex can't find my
> custom *.map files. Interestingly, it does find my custom type-*.tex
> files.
>   
strange since i use minimals here; are you sure that the cnf file has;

TEXFONTMAPS.dvipdfm  = .;$TEXMF/fonts/map/{dvipdfm,dvips,}//;./fonts//
TEXFONTMAPS.dvipdfmx = .;$TEXMF/fonts/map/{dvipdfm,dvips,}//;./fonts//
TEXFONTMAPS.pdftex   = .;$TEXMF/fonts/map/{pdftex,dvips,}//;./fonts//
TEXFONTMAPS.pdfetex  = .;$TEXMF/fonts/map/{pdftex,dvips,}//;./fonts//
TEXFONTMAPS.luatex   = .;$TEXMF/fonts/map/{pdftex,dvips,}//;./fonts//
TEXFONTMAPS.xetex    = .;$TEXMF/fonts/map/{xetex,pdftex,dvips,}//;./fonts//
TEXFONTMAPS.dvips    = .;$TEXMF/fonts/map/{dvips,pdftex,}//;./fonts//

TEXFONTMAPS   = 
.;$TEXMF/fonts/map/{$progname,pdftex,dvips,}//;$TEXMF/{$progname,pdftex,dvips}/{config,}//;./fonts//

kind of emtries?

> What is the correct way to include fonts on a project by project basis
> instead of installing them into the global ConTeXt tree?
>   
as you do, use project trees (makes me think if i should add a switch --project to texexec) 

Hans 

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-08-18 20:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-08-18 19:47 texexec.rb + pdfetex ignoring map files in $TEXMFPROJECT Stuart Jansen
2006-08-18 20:09 ` Hans Hagen

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).