Re: 2.99.7: first rc of teTeX-3.0

Thomas Esser <[email protected]> Mon, 3 Jan 2005 12:32:40 +0100
Newsgroups gmane.comp.tex.tetex.beta
Message-ID <[email protected]>
On Mon, Jan 03, 2005 at 11:37:22AM +0100, Jan Nieuwenhuizen wrote:
>     dvips: ! Couldn't find header file music-drawing-routines.ps

dvips uses the 'PostScript header' path for it (TEXPSHEADERS variable,
kpse_tex_ps_header_format from the "C" API of the kpathsea library).

To simulate that with kpsewhich, use
  kpsewhich --format='PostScript header' music-drawing-routines.ps

Thomas