Hello Guenter On Tue, Dec 02, 2008 at 10:33:17PM +0100, Guenter Jaritz wrote: > 1) The kpsewhich-issue (searching for 8r.enc). Enjoy the variety of what can > get wrong. > kpsewhich --format="PostScript Header" 8r.enc > <- just a blank line! > kpsewhich "--format=PostScript Header" 8r.enc > <- just a blank line! > kpsewhich "--format="PostScript Header"" 8r.enc > findtexmf: Unknown file type: PostScript. > > kpsewhich "PostScript Header" 8r.enc > C:/Programme/MiKTeX 2.7/fonts/enc/dvips/fontname/8r.enc > > kpsewhich "PostScript foobar" 8r.enc > C:/Programme/MiKTeX 2.7/fonts/enc/dvips/fontname/8r.enc > > kpsewhich 8r.enc > C:/Programme/MiKTeX 2.7/fonts/enc/dvips/fontname/8r.enc > > kpsewhich --format="PostScript foobar" 8r.enc > findtexmf: Unknown file type: PostScript foobar. > > If you can get a pattern into this... On the third example it omits the > "Header" in "PostScript Header", but not the "foobar" in the "PostScript > foobar" of the last example. Strange, strange...
I think, you have overseen that you used 4 quotation marks in the third example: kpsewhich "--format="PostScript Header"" 8r.enc such that it is correct to split PostScript and Header. Probably this line is split in 4 Parts: kpsewhich --format=PostScript Header 8r.enc However, I don't know how it is understood by Windows / Command-line. HTH, Axel ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ PyX-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyx-user
