ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Bill McClain <wmcclain@salamander.com>
Subject: Re: Installing with texfonts.pl
Date: Mon, 23 Sep 2002 07:03:25 -0500	[thread overview]
Message-ID: <20020923070325.3e79bf98.wmcclain@salamander.com> (raw)
In-Reply-To: <200209220959.01406.john@wexfordpress.com>

On Sun, 22 Sep 2002 09:59:01 -0400
John Culleton <john@wexfordpress.com> wrote:

> I copied the pfm and pfb files for urw palatino to my home directory
> and
> renamed them uculr8a.pfm and uculr8a.pfb.  I then ran the following
> script:
> 
> texfont.pl  --fontroot=/usr/TeX/texmf \
> --vendor=urw \
> --collection=ucul \
> --sourcepath=/home/safer \
> --install --makepath --show 
> 
> It ran to completion with error messages. The resultant test pdf had
> errors when loading into Acrobat Reader.

Taking this a step at a time: 

(1) I have the URW palatino font files also. I ran texfont on them and
it worked without errors. The sample tex file produces a good pdf. I've
included the log below.

(2) I tried it again after renaming the font files. Still ok. The file
names don't seem to matter: the internal names are the same.

If you send me the log of your texfont output I'll look at it. First
thing: Do you have permission to write to /usr/TeX/texmf? I install into
a private tex tree under my home account so that I don't need to be
superuser when running texfont.

My log:

* * *

rm /tmp/fonts/*
cp /usr/share/texmf/fonts/afm/urw/palatino/* /tmp/fonts
cp /usr/share/texmf/fonts/type1/urw/palatino/* /tmp/fonts
ll /tmp/fonts

total 352
-rw-r--r--    1 wmcclain users       31819 Sep 22 11:54 uplb8a.afm
-rw-r--r--    1 wmcclain users       52406 Sep 22 11:54 uplb8a.pfb
-rw-r--r--    1 wmcclain users       31528 Sep 22 11:54 uplbi8a.afm
-rw-r--r--    1 wmcclain users       51285 Sep 22 11:54 uplbi8a.pfb
-rw-r--r--    1 wmcclain users       32062 Sep 22 11:54 uplr8a.afm
-rw-r--r--    1 wmcclain users       52665 Sep 22 11:54 uplr8a.pfb
-rw-r--r--    1 wmcclain users       31978 Sep 22 11:54 uplri8a.afm
-rw-r--r--    1 wmcclain users       50022 Sep 22 11:54 uplri8a.pfb

texfont.pl \
--fontroot=/home/wmcclain/texmf \
--sourcepath=/tmp/fonts \
--vendor=urw \
--collection=palatino \
--makepath \
--install

 TeXFont 1.5 - ConTeXt / PRAGMA ADE 2000-2001 (STILL BETA)

       encoding vector : texnansi
           vendor name : urw
           source path : /tmp/fonts
       font collection : palatino
       texmf font root : /home/wmcclain/texmf
       pdftex map file : texnansi-urw-palatino.map
           source path : /tmp/fonts
      processing files : all on afm path
         copying files : afm
               copying : uplb8a.afm
               copying : uplbi8a.afm
               copying : uplr8a.afm
               copying : uplri8a.afm
         copying files : pfb
               copying : uplb8a.pfb
               copying : uplbi8a.pfb
               copying : uplr8a.pfb
               copying : uplri8a.pfb
        no map file at :
/home/wmcclain/texmf/pdftex/config/texnansi-urw-palatino.map

       font identifier : URWPalladioL-Bold -> text -> tfm + vf
generating raw tfm/vpl : texnansi-raw-uplb8a (from uplb8a)
     generating new vf : texnansi-uplb8a (from texnansi-raw-uplb8a)

       font identifier : URWPalladioL-BoldItal -> text -> tfm + vf
generating raw tfm/vpl : texnansi-raw-uplbi8a (from uplbi8a)
     generating new vf : texnansi-uplbi8a (from texnansi-raw-uplbi8a)

       font identifier : URWPalladioL-Roma -> text -> tfm + vf
generating raw tfm/vpl : texnansi-raw-uplr8a (from uplr8a)
     generating new vf : texnansi-uplr8a (from texnansi-raw-uplr8a)

       font identifier : URWPalladioL-Ital -> text -> tfm + vf
generating raw tfm/vpl : texnansi-raw-uplri8a (from uplri8a)
     generating new vf : texnansi-uplri8a (from texnansi-raw-uplri8a)
     updating map file : texnansi-urw-palatino.map

            generating : ls-r databases

mktexlsr: Updating /home/wmcclain/texmf/ls-R... 
mktexlsr: Done.wmcclain@atipa:~/projects/experiments/palatino >
texfont.pl --fontroot=/home/wmcclain/texmf --sourcepath=/tmp/fonts
--vendor=testing --collection=palatino --makepath --install

* * *

-Bill
-- 
Sattre Press                                      Pagan Papers
http://sattre-press.com/                    by Kenneth Grahame
info@sattre-press.com              http://pp.sattre-press.com/ 


  reply	other threads:[~2002-09-23 12:03 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-21 18:44 John Culleton
2002-09-21 20:44 ` Bill McClain
2002-09-22 13:59   ` John Culleton
2002-09-23 12:03     ` Bill McClain [this message]
2002-09-22 20:25   ` Hans Hagen
2002-09-23 14:37     ` John Culleton
2002-09-24  6:36     ` Peter Sojan
2002-09-27  9:06       ` Hans Hagen
2002-09-23 21:19   ` John Culleton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020923070325.3e79bf98.wmcclain@salamander.com \
    --to=wmcclain@salamander.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).