All,
Well today I made some progress with texfont.pl. After getting my Lucida
fonts to work I decided to tackle:
http://www.pragma-ade.com:8080/context/Members/willi/My%20Way/NaturalTables.
tex
Got my Palatino fonts installed and working, even the slanted ones! :-)
Found that I need pixfonts, which I updated using the Miktex package
manager. Then I set texfont to work on these pixfonts. I am just about
there, but hung up on the last little bit.
In trying to compile NaturalTables.tex with:
texexec --pdf --mode=MyWay NaturalTables.tex
I get this warning at the end of my log file.
Warning: PDFETEX (file rpxmi): Font rpxmi at 600 not found
Warning: PDFETEX (file pxsy): Font pxsy at 600 not found
{8r.enc}
On Sun, 03 Aug 2003 17:08:15 -0700
David Arnold
I get this warning at the end of my log file.
Warning: PDFETEX (file rpxmi): Font rpxmi at 600 not found
Warning: PDFETEX (file pxsy): Font pxsy at 600 not found
pdftex does not find the font-outlines (PFBs). after installation, did you rehash the ls-R database? try: kpsewhich pxsy.pfb to check if the fonts can be found Jens
Jens, Looks like Miktex's kpsewhich command is an alias for findtexmf. Neither can find pxsy.pfb. Neither can find any pfb. F:\ConTeXt>kpsewhich cmr5.pfb F:\ConTeXt>kpsewhich a4.sty F:\miktex\tex\latex\ntgclass\a4.sty F:\ConTeXt>kpsewhich texfont.pl F:\ConTeXt>kpsewhich texexec.pl F:\ConTeXt>kpsewhich article.sty F:\miktex\tex\latex\base\article.sty F:\ConTeXt>kpsewhich pxsy.pfb Weird, huh? Not much use. Anyhow, yes I did update the database and pxsy.pfb is located in: f:/localtexmf/fonts/type1/public/pixfonts: total 465 free 126816 drwxrwxrwx 2 darnold root 0 Aug 3 16:27 . drwxrwxrwx 2 darnold root 0 Aug 3 16:27 .. -rw-rw-rw- 1 darnold root 18849 Dec 20 2000 pxbex.pfb -rw-rw-rw- 1 darnold root 29454 Dec 20 2000 pxbexa.pfb -rw-rw-rw- 1 darnold root 20782 Dec 20 2000 pxbmia.pfb -rw-rw-rw- 1 darnold root 20709 Dec 20 2000 pxbsy.pfb -rw-rw-rw- 1 darnold root 19011 Dec 20 2000 pxbsya.pfb -rw-rw-rw- 1 darnold root 24615 Dec 20 2000 pxbsyb.pfb -rw-rw-rw- 1 darnold root 27684 Dec 20 2000 pxbsyc.pfb -rw-rw-rw- 1 darnold root 18964 Dec 20 2000 pxex.pfb -rw-rw-rw- 1 darnold root 29811 Dec 20 2000 pxexa.pfb -rw-rw-rw- 1 darnold root 21252 Dec 20 2000 pxmia.pfb -rw-rw-rw- 1 darnold root 20626 Dec 20 2000 pxsy.pfb -rw-rw-rw- 1 darnold root 18977 Dec 20 2000 pxsya.pfb -rw-rw-rw- 1 darnold root 24771 Dec 20 2000 pxsyb.pfb -rw-rw-rw- 1 darnold root 28027 Dec 20 2000 pxsyc.pfb -rw-rw-rw- 1 darnold root 16193 Dec 20 2000 rpcxb.pfb -rw-rw-rw- 1 darnold root 16450 Dec 20 2000 rpcxbi.pfb -rw-rw-rw- 1 darnold root 16533 Dec 20 2000 rpcxi.pfb -rw-rw-rw- 1 darnold root 16316 Dec 20 2000 rpcxr.pfb -rw-rw-rw- 1 darnold root 7246 Dec 20 2000 rpxb.pfb -rw-rw-rw- 1 darnold root 7621 Dec 20 2000 rpxbi.pfb -rw-rw-rw- 1 darnold root 14665 Dec 20 2000 rpxbmi.pfb -rw-rw-rw- 1 darnold root 13730 Dec 20 2000 rpxbsc.pfb -rw-rw-rw- 1 darnold root 7534 Dec 20 2000 rpxi.pfb -rw-rw-rw- 1 darnold root 14672 Dec 20 2000 rpxmi.pfb -rw-rw-rw- 1 darnold root 7191 Dec 20 2000 rpxr.pfb -rw-rw-rw- 1 darnold root 14007 Dec 20 2000 rpxsc.pfb Similarly, the afm, tmf, and vf files are in place. I've also added the map file to pdftex.cfg. At 09:06 AM 8/4/03 +0200, you wrote:
On Sun, 03 Aug 2003 17:08:15 -0700 David Arnold
wrote: I get this warning at the end of my log file.
Warning: PDFETEX (file rpxmi): Font rpxmi at 600 not found
Warning: PDFETEX (file pxsy): Font pxsy at 600 not found
pdftex does not find the font-outlines (PFBs). after installation, did you rehash the ls-R database?
try: kpsewhich pxsy.pfb to check if the fonts can be found
Jens _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
participants (2)
-
David Arnold
-
Jens-Uwe Morawski