ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* kpsewhich issues
@ 2005-03-15 13:54 Adam Lindsay
  2005-03-15 14:21 ` Patrick Gundlach
  2005-03-15 14:58 ` Hans Hagen
  0 siblings, 2 replies; 4+ messages in thread
From: Adam Lindsay @ 2005-03-15 13:54 UTC (permalink / raw)


Okay, I'll not be afraid in parading my ignorance in front of  
everybody. I see web2c configuration as a form of voodoo. Sometimes it  
works for me, but clearly my mental model is insufficient, because it  
really can surprise me, as well.
I'm having some kpathsea issues on a new reinstall of gwTeX.

in my texmf.cnf:
TEXFORMATS = .;$TEXMF/web2c/{$engine,}//

I'm trying to get xetex to find  
/usr/local/teTeX/share/texmf.local/web2c/xetex/cont-en.fmt, which  
exists.


at the command line:
atl% kpsewhich -show-path=fmt
.:/Users/atl/Library/texmf/web2c///:!!/usr/local/teTeX/share/ 
texmf.local/web2c///:!!/usr/local/teTeX/share/texmf.gwtex/web2c///:!!/ 
usr/local/teTeX/share/texmf.tetex/web2c///:!!/usr/local/teTeX/share/ 
texmf/web2c///:/Users/atl/Library/texmf/web2c///:!!/usr/local/teTeX/ 
share/texmf.local/web2c///:!!/usr/local/teTeX/share/texmf.gwtex/web2c// 
/:!!/usr/local/teTeX/share/texmf.tetex/web2c///:!!/usr/local/teTeX/ 
share/texmf/web2c///

atl% kpsewhich cont-en.fmt
/usr/local/teTeX/share/texmf.local/web2c/cont-en.fmt

...as expected. But with a different engine:

atl% kpsewhich -show-path=fmt -engine=xetex
.:/Users/atl/Library/texmf/web2c/xetex//:!!/usr/local/teTeX/share/ 
texmf.local/web2c/xetex//:!!/usr/local/teTeX/share/texmf.gwtex/web2c/ 
xetex//:!!/usr/local/teTeX/share/texmf.tetex/web2c/xetex//:!!/usr/ 
local/teTeX/share/texmf/web2c/xetex//:/Users/atl/Library/texmf/web2c// 
/:!!/usr/local/teTeX/share/texmf.local/web2c///:!!/usr/local/teTeX/ 
share/texmf.gwtex/web2c///:!!/usr/local/teTeX/share/texmf.tetex/web2c// 
/:!!/usr/local/teTeX/share/texmf/web2c///

atl% kpsewhich -engine=xetex cont-en.fmt
/usr/local/teTeX/share/texmf.local/web2c/cont-en.fmt


That is, -show-path gets it right, but kpsewhich on a normal search  
gets it wrong. I'm stymied.

many thanks for whatever help you can point me to,
adam

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

* Re: kpsewhich issues
  2005-03-15 13:54 kpsewhich issues Adam Lindsay
@ 2005-03-15 14:21 ` Patrick Gundlach
  2005-03-15 14:33   ` Adam Lindsay
  2005-03-15 14:58 ` Hans Hagen
  1 sibling, 1 reply; 4+ messages in thread
From: Patrick Gundlach @ 2005-03-15 14:21 UTC (permalink / raw)


Hi Adam,

I'd bet that you have done it: you did run texhash after putting the
format into web2c/xetex?

Patrick

-- 
ConTeXt wiki: http://contextgarden.net

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

* Re: Re: kpsewhich issues
  2005-03-15 14:21 ` Patrick Gundlach
@ 2005-03-15 14:33   ` Adam Lindsay
  0 siblings, 0 replies; 4+ messages in thread
From: Adam Lindsay @ 2005-03-15 14:33 UTC (permalink / raw)



On 15 Mar 2005, at 14:21, Patrick Gundlach wrote:

> I'd bet that you have done it: you did run texhash after putting the
> format into web2c/xetex?
>
I would have bet that I did it, too, after years of giving the same 
advice.
But I didn't.
Ugh.

Thanks,
adam

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

* Re: kpsewhich issues
  2005-03-15 13:54 kpsewhich issues Adam Lindsay
  2005-03-15 14:21 ` Patrick Gundlach
@ 2005-03-15 14:58 ` Hans Hagen
  1 sibling, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2005-03-15 14:58 UTC (permalink / raw)


Adam Lindsay wrote:

> atl% kpsewhich -show-path=fmt -engine=xetex
> .:/Users/atl/Library/texmf/web2c/xetex//:!!/usr/local/teTeX/share/ 
> texmf.local/web2c/xetex//:!!/usr/local/teTeX/share/texmf.gwtex/web2c/ 
> xetex//:!!/usr/local/teTeX/share/texmf.tetex/web2c/xetex//:!!/usr/ 
> local/teTeX/share/texmf/web2c/xetex//:/Users/atl/Library/texmf/web2c// 
> /:!!/usr/local/teTeX/share/texmf.local/web2c///:!!/usr/local/teTeX/ 
> share/texmf.gwtex/web2c///:!!/usr/local/teTeX/share/texmf.tetex/web2c// 
> /:!!/usr/local/teTeX/share/texmf/web2c///
> 
> atl% kpsewhich -engine=xetex cont-en.fmt
> /usr/local/teTeX/share/texmf.local/web2c/cont-en.fmt

how about progname instead of engine

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] 4+ messages in thread

end of thread, other threads:[~2005-03-15 14:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-15 13:54 kpsewhich issues Adam Lindsay
2005-03-15 14:21 ` Patrick Gundlach
2005-03-15 14:33   ` Adam Lindsay
2005-03-15 14:58 ` 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).