ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Larry Stamm" <larry@larrystamm.com>
Subject: Re: Re: How to use PostScript font
Date: Sat, 21 Aug 2004 23:23:29 -0700	[thread overview]
Message-ID: <16680.15329.376240.570349@localhost.localdomain> (raw)
In-Reply-To: <200408212328.40624.skhilji@tampabay.rr.com>

 Salman Khilji <skhilji@tampabay.rr.com> writes:

    > I found out that while trying to install the latest ConTeXt over
    > whatever came with texlive2003-inst-20030928.iso, I screwed up
    > somewhere and ConTeXt would not even generate me a pdf file with
    > cmr fonts.

    > So here is what I did.

    > 1) I deleted everything about TeX from my system 2) Installed
    > TeXLive from the iso with default options.  I did not change
    > anything.  Just accepted the defaults.  3) I did not install the
    > latest ConTeXt.  I think I will be fine with whatever comes with
    > TeXLive as of Sept, 2003.  4) Now I can generate a hello world pdf
    > file with cmr fonts just fine.  5) Yes, I do have the type-akb.tex
    > on my system.  6) On the following:

    > \usetypescriptfile[type-akb]
    > \usetypescript[palatino][\defaultencoding]
    > \setupbodyfont[palatino,12pt] \starttext The quick brown fox jumps
    > over the lazy dog.  \stoptext


    > I get the following errors:

    <big snip of log messages>

Here is the essence of your problem:
 
    > kpathsea: Running mktexmf ec-uplr8a ! I can't find file
    > `ec-uplr8a'.  <*> ...jfour; mag:=1; nonstopmode; input ec-uplr8a

You don't have the proper font files in place to use the postscript
typescripts as they come in the default ConText.  For what it is worth,
neither did the Slackware 9.1 distribution that I have.

If you have the locate command installed (and the the locate database is
uptodate), run the following commands to see just what font files are on
your system:

locate uplr | grep .tfm
locate uplr | grep .pfb
locate uplr | grep .afm

If you don't have locate, use the find command to see which palatino
font files you have and where they are located. Post the results back
here. 

Also post the results of:

grep uplr /path/to/pdftex.cfg
grep pplr /path/to/pdftex.cfg

On my system the uplr8a files are mapped to the pplr8a names in
pdftex.cfg, but there are no pplr.pfb files. I ended up writing my own
typescript files before I got the URW palatino fonts to work in ConTeXt.
Bill McClain's website was a big help in this.


-- 
Larry Stamm
http://www.larrystamm.com

  reply	other threads:[~2004-08-22  6:23 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-20 13:41 skhilji
2004-08-20 13:54 ` Patrick Gundlach
2004-08-20 15:04   ` Hans Hagen
2004-08-20 16:11     ` Patrick Gundlach
2004-08-20 16:27       ` Hans Hagen
2004-08-20 16:40         ` Patrick Gundlach
2004-08-22  5:39           ` Salman Khilji
2004-08-22  6:28             ` Salman Khilji
2004-08-22  6:23               ` Larry Stamm [this message]
2004-08-22 18:11                 ` Patrick Gundlach
2004-08-22  8:19               ` Re: How to use PostScript font (SOLVED) Salman Khilji
2004-08-22 18:09                 ` Patrick Gundlach
2004-08-22 23:12               ` Re: How to use PostScript font Hans Hagen Outside
  -- strict thread matches above, loose matches on Subject: below --
2004-08-18 19:16 skhilji
2004-08-18 19:24 ` Patrick Gundlach
2004-08-19  8:07   ` Hans Hagen
2004-08-19 21:58     ` Patrick Gundlach
2004-08-20  7:55       ` Hans Hagen
2004-08-20 14:09         ` Patrick Gundlach
2004-08-20 15:52           ` Hans Hagen
2004-08-21  8:48             ` Patrick Gundlach
2004-08-22 23:26               ` Hans Hagen Outside
2004-08-24  9:56                 ` Siep Kroonenberg
2004-08-24 10:09                   ` Patrick Gundlach
2004-08-24 14:38                     ` Siep Kroonenberg

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=16680.15329.376240.570349@localhost.localdomain \
    --to=larry@larrystamm.com \
    --cc=ntg-context@ntg.nl \
    /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).